← Tools Reference

Census Bureau

Census Bureau integration (Data). Imported from open-connector.

API key2 toolshttps://api.census.gov
GET
census_bureau_list_datasets
List Census Data API datasets with optional client-side search, vintage, and pagination filters.

/data.json

4 parameters
ParamTypeRequiredDescription
searchstringoptionalCase-insensitive text used to filter dataset title or description.
vintageintegeroptionalThe dataset vintage year used to filter Census metadata.
limitintegeroptionalMaximum number of matched datasets to return.
offsetintegeroptionalZero-based offset into the matched dataset list.
GET
census_bureau_query_dataset
Query a Census Data API dataset with variables, geography predicates, and optional filters.

/data/

5 parameters
ParamTypeRequiredDescription
datasetPathstringrequiredThe Census dataset path after /data, for example 2022/acs/acs5.
variablesarrayrequiredThe Census variables to request through the get parameter.
forstringrequiredThe official Census for predicate, for example state:*.
instringoptionalThe optional official Census in predicate value or values.
predicatesobjectoptionalAdditional Census query predicates besides get, for, in, and key.