Home
United States Census Bureau
Census Data Api Getacs5Year Example
Census Data Api Getacs5Year Example
Get total population, median household income, and median home value for all California counties using ACS 5-Year 2019-2023 estimates
Demographics Federal-Government Open Data Statistics Economics Population
Census Data Api Getacs5Year Example is an example object payload from United States Census Bureau, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
request description response
Example Payload
{
"request": {
"method": "GET",
"url": "https://api.census.gov/data/2023/acs/acs5",
"query": {
"get": "NAME,B01003_001E,B19013_001E,B25077_001E",
"for": "county:*",
"in": "state:06"
}
},
"description": "Get total population, median household income, and median home value for all California counties using ACS 5-Year 2019-2023 estimates",
"response": {
"status": 200,
"body": [
["NAME", "B01003_001E", "B19013_001E", "B25077_001E", "state", "county"],
["Alameda County, California", "1682353", "105534", "912900", "06", "001"],
["Alpine County, California", "1204", "59375", "407700", "06", "003"],
["Amador County, California", "40354", "62321", "378500", "06", "005"],
["Butte County, California", "211921", "49942", "301300", "06", "007"],
["Calaveras County, California", "46285", "60673", "361300", "06", "009"]
]
}
}
Every example here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for examples
4 MCP tools reach this
find_examplesBrowse and filter every example in the catalog.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools →
Call it yourself
curl for this page
This example
curl "https://apis.io/api/v1/examples/census-data-api-getACS5Year-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms .
A second provider on the same verified email joins the account you already have.