cdc_dataset_query
ActiveTool of io.github.blackboxfoundry/livedatalink
Generic SoQL query against any data.cdc.gov dataset. Use this when none of the curated tools fit. Accepts a 4x4 Socrata ID and a where-clause. SoQL reference: https://dev.socrata.com/docs/queries/
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"dataset"
],
"properties": {
"limit": {
"type": "number",
"description": "Max rows (default 50)"
},
"order": {
"type": "string",
"description": "SoQL order clause (e.g. 'date DESC')"
},
"where": {
"type": "string",
"description": "SoQL where clause (e.g. \"state='Texas' AND year=2024\")"
},
"select": {
"type": "string",
"description": "SoQL select clause (default '*')"
},
"dataset": {
"type": "string",
"description": "Socrata 4x4 dataset ID (e.g. 'muzy-jte6')"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries