Back to catalog
🗺️

ZipCodeAPI

API Key

US zip code distance, radius and location API

🗺️GeocodingHTTPS

ZIP Code Details

City, state, and coordinates for a US ZIP code

Zip Code10001
CityNew York
StateNY
Latitude40.748
Longitude-73.997

Sample Response

response.json
1{
2 "zip_code": "10001",
3 "city": "New York",
4 "state": "NY",
5 "latitude": 40.7484,
6 "longitude": -73.9967
7}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://www.zipcodeapi.com" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_API_KEY"
View Documentation

Similar APIs