api/catalog/v1. Free-text query across titles and descriptions, with optional filters on type (only=dataset|chart|map|filter|story), categories, and tags. Responses include resultSetSize (total matches) and results (page of catalog rows). Page with limit (1-1000) and offset.x-api-key: ********************curl --location '/api/v1/socrata/nyc/catalog?q=311&limit=10&offset=0&only=dataset&categories=&tags=' \
--header 'x-api-key: <api-key>'{
"data": {
"portal": "nyc",
"domain": "data.cityofnewyork.us",
"resultSetSize": 0,
"count": 0,
"limit": 0,
"offset": 0,
"results": [
{
"resource": {
"property1": "string",
"property2": "string"
},
"classification": {
"property1": "string",
"property2": "string"
},
"metadata": {
"property1": "string",
"property2": "string"
},
"permalink": "string",
"link": "string",
"owner": {
"property1": "string",
"property2": "string"
},
"preview_image_url": "string"
}
],
"timings": {
"property1": "string",
"property2": "string"
}
},
"meta": {
"endpoint": "/api/v1/fred/us/cpi",
"data_time": "2026-04-16T14:30:00Z",
"response_time": "2026-04-16T14:30:12Z",
"provider": "Sugra API v1.0.1",
"source": "string",
"fallback_used": true,
"fallback_chain": [
"string"
],
"cached": true
}
}