Access comprehensive US demographics, housing prices, and location data through our simple REST API. Start free with 100 requests/day.
curl -X GET "https://zipcodefacts.com/api/v1/zip/90210" -H "Authorization: Bearer zcf_your_api_key"
// Response
{
"zipCode": "90210",
"city": "Beverly Hills",
"state": "CA",
"county": "Los Angeles",
"demographics": {
"population": 21741,
"medianHouseholdIncome": 153042,
"medianHomeValue": 2500000
},
"housing": {
"zillowHomeValueIndex": 3250000,
"appreciation1Year": 4.2
}
}Complete coverage of US ZIP codes with demographics, housing data, and location info.
Low-latency responses with 99.9% uptime SLA for Pro and Enterprise tiers.
API key authentication with rate limiting to protect your applications.
Simple REST API with JSON responses. Easy to integrate with any language.