Skip to main content

CensusDataGeoidRequest

Request model for direct GEOID-based census data lookup.

geoidGeoid (string)required

Census GEOID (e.g., tract: 12057003200, block_group: 120570032001)

geographyGeography (string)required

Geography level matching the GEOID

Possible values: [county, cousub, tract, block_group]

yearsinteger[]

Years of data to retrieve (2019-2023)

Default value: [2023]
census_keysstring[]nullable

Specific census variable keys to retrieve

CensusDataGeoidRequest
{
"geoid": "string",
"geography": "county",
"years": [
0
],
"census_keys": [
"string"
]
}