Zippopotam.us
The Zippopotam.us API is a lightweight, free service that delivers postal and ZIP code information from over 60 countries. Developers can retrieve location details like city, state, country, and geographic coordinates using a simple JSON-based interface. With support for both postal-code-based and reverse lookups (city and state to postal codes), it’s ideal for enhancing address autocomplete, location-based features, and geocoding functionality in web and mobile apps.
1
Endpoints
0
Views
Aug 19, 2025
Last Checked
NaN
Rate Limit
API Endpoints
Get location data for US zip codes
Full URL
https://api.zippopotam.us/us/90210
Code Examples
curl -X GET 'https://api.zippopotam.us/us/90210'
Example Response
{
"places": [
{
"place name": "Beverly Hills"
}
],
"country": "United States",
"post code": "90210"
}
Version
v1
Rate Limit
Unlimited
Tags
addressesgeolocationzip codes
Related APIs
Discover similar APIs that might interest you