/resource/{dataset_id}.json?:id={row_id}. Uses the Socrata :id system column, which is present on every dataset. For datasets that expose a natural primary key (e.g. unique_key on NYC 311), query via the /rows/{dataset_id} endpoint with a $where filter instead.x-api-key: ********************curl --location '/api/v1/socrata/nyc/row/erm2-nwe9/row-abc.defg~hij' \
--header 'x-api-key: <api-key>'{
"data": {
"portal": "nyc",
"domain": "data.cityofnewyork.us",
"dataset_id": "erm2-nwe9",
"row_id": "string",
"row": {
"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
}
}