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
Technical Details
Authentication
None
Response Formats
JSON
Availability
global
Status
Published
Rate Limits

None specified

Supported Languages
Any
Use Cases
zip code data
geolocation
address validation

Related APIs

Discover similar APIs that might interest you

APIfree

Countries Now API

The Countries Now API is a fully open-so...

Category
Geolocation & Mapping
Endpoints
1
countriesdatageography
APIfreemium

OpenCage Geocoding API

The OpenCage Geocoding API provides forw...

Category
Geolocation & Mapping
Endpoints
1
geocodinglocationmaps
APIfreemium

Google Geocoding API

Google Geocoding API allows developers t...

Category
Geolocation & Mapping
Endpoints
1
geolocationmaps
Zippopotam.us API – International Postal Code Lookup | Free API Hub