US Population Data
census.data.populationRetrieve total, male, and female population counts for any US state, county, or sub-county area by entering FIPS codes. Data sourced from American Community Survey 5-year estimates, updated annually.
Instructions
Get population counts for any US geography by FIPS code — total, male, female. Covers all 50 states, 3,000+ counties, and sub-county areas. Source: American Community Survey 5-year estimates (US Census Bureau). Public domain, updated annually.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state_fips | Yes | US state FIPS code (e.g. 06 for California, 36 for New York, * for all states) | |
| county_fips | No | County FIPS code within the state (e.g. 037 for Los Angeles, * for all counties). Omit for state-level data. | |
| year | No | Survey year (default 2022). ACS 5-year estimates available 2010-2022. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |