diff --git a/catalog/apis.json b/catalog/apis.json index f573513..4be1540 100644 --- a/catalog/apis.json +++ b/catalog/apis.json @@ -320,6 +320,22 @@ "tags": ["twitter", "tweets", "social", "trending", "analytics"], "popularity": 5 }, + { + "id": "xquik-api", + "name": "Xquik", + "description": "REST API for X data extraction, account monitoring, webhooks, and automation workflows. Includes MCP support and SDKs for multiple languages.", + "category": "Social Media", + "base_url": "https://xquik.com/api/v1", + "docs_url": "https://docs.xquik.com/api-reference/overview", + "auth": "API Key", + "price": "Paid", + "rate_limit": "Plan based", + "endpoint_example": "/x/tweets/search", + "response_format": "JSON", + "cors": false, + "tags": ["x", "twitter", "social-media", "webhooks", "automation", "mcp"], + "popularity": 4 + }, { "id": "telegram-bot-api", "name": "Telegram Bot API",