Location
Location Enrichment API
Overview
ZIP, city, county, coordinate, timezone, and metro enrichment for U.S. locations.
Base URL
https://apidatasets.com/api/v1Endpoints
GET
2 credits
/api/v1/geo/cityFind seeded ZIP profiles by city and optional state.
{
"data": {
"type": "city_zip_search"
},
"meta": {
"credits_used": 2
}
}
GET
2 credits
/api/v1/geo/county/{fips}Find seeded ZIP profiles by county FIPS.
{
"data": {
"type": "county_zip_lookup"
},
"meta": {
"credits_used": 2
}
}
GET
2 credits
/api/v1/geo/enrichEnriched ZIP profile response with source confidence.
{
"data": {
"type": "zip_enrichment"
},
"meta": {
"credits_used": 2
}
}
GET
1 credits
/api/v1/geo/timezoneResolve a timezone using the nearest ZIP centroid.
{
"data": {
"type": "nearest_timezone"
},
"meta": {
"credits_used": 1
}
}
GET
1 credits
/api/v1/geo/zip/{zip_code}Lookup city, county, timezone, coordinates, and source metadata.
{
"data": {
"type": "zip_profile_lookup"
},
"meta": {
"credits_used": 1
}
}
Authentication
Authorization: Bearer YOUR_API_KEY
X-API-Key: YOUR_API_KEY
All /api/v1 routes require API key authentication and return consistent JSON errors.
Source and freshness
Location profiles use the SimpleMaps US ZIP Codes Basic database with visible attribution, plus a small manual fallback for high-demand non-ZCTA ZIP examples.
U.S. Census Gazetteer
Public U.S. government data.
SimpleMaps US ZIP Codes Basic
Free Basic database requires visible link attribution to https://simplemaps.com/data/us-zips.
Tax data is reference data only and does not constitute tax, legal, accounting, or financial advice.