Global Zip codes with Lat and Lng
The Global Zip Codes with Lat and Lng API is a high-performance geolocation tool providing comprehensive data for more than 4 million postal codes worldwide. Designed for scalability and accuracy, it covers 94 countries, allowing developers to retrieve critical geographic data including state/province, city, and exact coordinates. Whether you are building an e-commerce checkout with address…
Global Zip codes with Lat and Lng endpoints
| Method | Endpoint | Description |
|---|---|---|
| Geocodes | ||
| GET |
Distance between Two Zip Codes /api/v1/geocode/distanceByPostalCodes |
Given two valid zip codes of two places, it will return the distance between them |
| GET |
Distance between two lat and lng /api/v1/geocode/distance |
Given the two latitude and longitude of two places, it will return the distance between the two points |
| GET |
Get Nearby Places /api/v1/geocode/nearby |
Given a zip code search a nearby places around a radius |
| GET |
Get Nearby Places by Lat and Lng /api/v1/geocode/nearbyLatLng |
Get the nearby places around the given latitude and longitude within a radius |
| GET |
Validate Geocode /api/v1/geocode/validate |
Validate a geocode and return true if valid with the zip code details. |
| GET |
Get details of a Geocode /api/v1/geocode |
Get the full details of a Geocode |
| Countries | ||
| GET |
Get All Countries /api/v1/country |
Get the list of countries with country code, capital, area, population and continent name. |
| GET |
Get Country Details /api/v1/country/{code} |
Get the full details of a country by its country code |
| GET |
Countries with Postal Codes /api/v1/country/with-postalcodes |
This will return the array of country codes which postal codes are available in this api |
| Continents | ||
| GET |
Get All Continents /api/v1/continent |
Get all the continents list |
| GET |
Get Continent Detail /api/v1/continent/{continent} |
Get the details of a single Continent |
Global Zip codes with Lat and Lng pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $20 / month | — |
|
| ULTRA Recommended | $50 / month | — |
|
| MEGA | $100 / month | — |
|