← Back to catalog
census.demographics
mock data$0.001 / callUS Demographics Data
Get demographic composition for any US geography — median age, race (white/Black/Asian), Hispanic/Latino population, and bachelor's degree attainment. Source: ACS 5-year estimates (US Census Bureau). Useful for market research, policy analysis, and neighborhood profiling.
Input schema
year
integerSurvey year (default 2022). ACS 5-year estimates available 2010-2022.
state_fipsrequired
stringUS state FIPS code (e.g. 06 for California, 36 for New York, * for all states)
county_fips
stringCounty FIPS code within the state (e.g. 037 for Los Angeles, * for all counties). Omit for state-level data.
Call via REST
curl -X POST https://unifyapi.pro/api/call/census.demographics \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"year":0,"state_fips":"<state_fips>","county_fips":"<county_fips>"}'