diff --git a/web/src/lib/apilab-registry.json b/web/src/lib/apilab-registry.json index 630a1c2..ae02717 100644 --- a/web/src/lib/apilab-registry.json +++ b/web/src/lib/apilab-registry.json @@ -197,6 +197,19 @@ "cors": "Yes", "endpoint": "https://api.nytimes.com/svc/topstories/v2/home.json" }, + { + "id": "xquik", + "category": "Social Data", + "name": "Xquik API", + "method": "GET", + "description": "Search X posts, users, trends, media, and monitor accounts.", + "auth": "API Key", + "https": "Yes", + "cors": "Yes", + "endpoint": "https://xquik.com/api/v1/x/tweets/search", + "schema": "interface XquikTweetSearch { data: unknown[]; meta?: Record; }", + "docsUrl": "https://docs.xquik.com/api-reference/overview" + }, { "id": "openweathermap", "category": "Weather",