Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions catalog/apis.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down