Census Data API
The U.S. Census Bureau's official API for accessing decennial census, American Community Survey (ACS), and other demographic and economic data. The API provides access to thousands of data variables across multiple geographic levels from nation to block group.
Slug: census-data
Key:
Base URL:
Auth: none
Endpoints: 6
Category: batch_095
Reachable: unknown
CORS: unknown
Tier: verified
Key:
census.gov:census-data-apiBase URL:
https://api.census.gov/Auth: none
Endpoints: 6
Category: batch_095
Reachable: unknown
CORS: unknown
Tier: verified
Links
Topics
DEMOGRAPHICS, GOVERNMENT, STATISTICS
Tutorials
- Getting Started with Census Data API — I can pull US demographic, economic, and housing statistics from the Census Bureau's ACS and decennial datasets — down to census tract and block group level — but you'll need a variable code (like B01001_001E for total population) and a FIPS geography code before the data query will work.
Skills
- Access poverty — I can pull US poverty statistics — families below the poverty line, poverty rates by geography — from the Census Bureau's ACS datasets down to census tract level, but you'll need a FIPS code and I may need to look up the right variable code for your specific poverty question.
- Query us census demographic data — I can query US demographic, economic, and housing statistics from the Census Bureau's ACS datasets — down to census tract and block group — but you'll need a variable code and a FIPS geography code to construct the data query.
Endpoints (6)
| Path | Summary | Response | Auth |
|---|---|---|---|
| data.json | List all available datasets | ? |
— |
| data/{year}/{dataset} | Query dataset data | ? |
— |
| data/{year}/{dataset}/examples.json | Get example queries | application/json |
— |
| data/{year}/{dataset}/geography.json | List available geographies | application/json |
— |
| data/{year}/{dataset}/groups.json | List variable groups | application/json |
— |
| data/{year}/{dataset}/variables.json | List dataset variables | application/json |
— |