census_population
ActiveTool of io.github.blackboxfoundry/livedatalink
Get total population for a US geography (state, county, ZIP/ZCTA, city, census tract, MSA, or national). Returns total, male, female, and median age. Used for market sizing, location intelligence, demographic analysis.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"level"
],
"properties": {
"msa": {
"type": "string",
"description": "5-digit Metropolitan Statistical Area code. Required for msa level."
},
"year": {
"type": "number",
"description": "ACS 5-year endpoint year (default 2023)."
},
"zcta": {
"type": "string",
"description": "5-digit ZIP Code Tabulation Area. Required for zcta level."
},
"level": {
"enum": [
"us",
"state",
"county",
"zcta",
"place",
"tract",
"msa"
],
"type": "string",
"description": "Geography level: 'us', 'state', 'county', 'zcta' (ZIP), 'place' (city), 'tract', 'msa'."
},
"place": {
"type": "string",
"description": "Census place FIPS (city). Required for place level."
},
"state": {
"type": "string",
"description": "2-letter state code (e.g. 'TX') or 2-digit FIPS. Required for state/county/place/tract levels."
},
"tract": {
"type": "string",
"description": "6-digit census tract code. Use '*' for all tracts in a county."
},
"county": {
"type": "string",
"description": "3-digit county FIPS. Use '*' for all counties in a state. Required for county/tract levels."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries