Census Bureau integration (Data). Imported from open-connector.
https://api.census.gov/data.json
| Param | Type | Required | Description |
|---|---|---|---|
| search | string | optional | Case-insensitive text used to filter dataset title or description. |
| vintage | integer | optional | The dataset vintage year used to filter Census metadata. |
| limit | integer | optional | Maximum number of matched datasets to return. |
| offset | integer | optional | Zero-based offset into the matched dataset list. |
/data/
| Param | Type | Required | Description |
|---|---|---|---|
| datasetPath | string | required | The Census dataset path after /data, for example 2022/acs/acs5. |
| variables | array | required | The Census variables to request through the get parameter. |
| for | string | required | The official Census for predicate, for example state:*. |
| in | string | optional | The optional official Census in predicate value or values. |
| predicates | object | optional | Additional Census query predicates besides get, for, in, and key. |