/census/tables
Get a U.S. Census table’s data by table id, optionally for a specific geography
Price: 1 credit
💡 AI Hint: Get the data of a U.S. Census Bureau table (population, income, housing, race, age/sex, etc.) by its table id. Optionally pass a geography FIPS clause to scope to a state, county, or other area. Returns one record per geography (some tables default to a national breakdown across all states, yielding multiple records), each with its geography name and every table variable’s human-readable label, concept, and value. Use the ‘tables/search’ endpoint to find a table id.
⚠️ Common errors: 412: Table id not found, or no data for the requested geography
Authorizations
API token from the dashboard
Headers
Body
Census table object id ({DATASET}{Y}{YEAR}.{TABLE})
1"ACSDP1Y2023.DP05"
"ACSST1Y2024.S1901"
"ACSDT5Y2022.B01001"
"DECENNIALPL2020.P1"
Max scrapping execution timeout (in seconds)
20 <= x <= 1500Geography FIPS clause; omit for national level
"040XX00US06"