This API provides structured access to U.S. Census Bureau data, including demographic and business data by state, county, and ZIP code. It was developed to support projects like Xuno, which deliver market insights to small businesses operating in underserved regions.
- Retrieve list of all U.S. states and counties
- Access business establishment counts by county
- Fetch ZIP code-level population and household statistics
- Clean, lightweight Flask-based implementation
Returns a list of U.S. states with FIPS codes.
Returns counties within a given state using its FIPS code.
Returns business establishment data for a specific county.
Returns population and household data by ZIP code.
- Python 3.10
- Flask
- U.S. Census Bureau APIs
- Render (for deployment)
Originally designed for use in Xuno, this API supports small business owners by providing hyperlocal demographic and economic data to inform:
- Market research
- Location planning
- Community-level strategy
Developed by Asta Musa
LinkedIn | Portfolio
MIT License