World Postal Codes
Worldwide postal code search REST API. Nearest postal codes within a given distance. Find zip / postal code for a given place.
€59 / Month Login to upgrade
Remaining Hits: 571 (this month from your IP)
📍 Street-level addresses (10)
📮 Postal code matches (50)
Remaining Hits: 571 (this month from your IP)
API Key Info
Get nearby locations for given lat,long coordinates
What is it ?
Returns all neighbouring locations worldwide for a given pair of lat,long coordinates.
Example API call (click, don't be shy):
https://ezcmd.com/apps/api_ezip_locator/nearby_locations_by_coords/[API_KEY]/[USER_ID]
GET Parameters:
Mandatory:
coords=41.701627,-87.698364 // Latitude and Longitude pair of coordinates separated by comma.
Optional:
within=150 // The distance radius to search for neighbouring places within.
unit=Miles // Either Miles or Km (please mind the upper-case M and K).
group=place_name // Avoid duplicate results by grouping your results by any of the returned fields. Default grouping is by place_name. Group by id to get all zip codes.
start=0 // The results are paginated. The start offset. Limit is always 100.
Get nearby locations for MANY lat,long pairs in one call (bulk)
What is it ?
The same as above, for up to 50 coordinate pairs per call. Each pair answers on its own under results, keyed by the pair as you sent it, with its own success. Each pair counts as one lookup.
Example API call:
POST https://ezcmd.com/apps/api_geo_postal_codes/nearby_locations_by_coords_bulk/[API_KEY]/[USER_ID]
Parameters (POST or GET):
Mandatory:
coords=41.701627,-87.698364;44.4268,26.1025 // Pairs separated by ; (or | or a new line). coords[] as an array works too.
Optional:
within=25 // The distance radius to search within (max 100).
unit=Km // Either Miles or Km (please mind the upper-case M and K).
limit=5 // Places returned per pair, nearest first (1..20).
Get nearby locations for given zip / postal code
What is it ?
Returns all neighbouring locations worldwide for a given zip / postal code and country code.
Example API call (click, don't be shy):
https://ezcmd.com/apps/api_geo_postal_codes/nearby_locations_by_zip_code/[API_KEY]/[USER_ID]
GET Parameters:
Mandatory:
zip_code=75050 // The zip code you want to get neighbours for
country_code=US // The country code you want to get neighbours for
Optional:
within=150 // The distance radius to search for neighbouring places within.
unit=Miles // Either Miles or Km (please mind the upper-case M and K).
group=place_name // Avoid duplicate results by grouping your results by any of the returned fields. Default grouping is by place_name. Group by id to get all zip codes.
start=0 // The results are paginated. The start offset. Limit is always 100.
Zip / Postal Code Search by location
What is it ?
Search worldwie postal / zip codes for any given fuzzy address, sate, country, etc...
Only returns top 150 matches.
Example API call (click, don't be shy):
https://ezcmd.com/apps/api_geo_postal_codes/search/[API_KEY]/[USER_ID]
GET Parameters:
Mandatory:
zip_query=Santa Clara California US // Just any fuzzy or fixed address or zip code you want to search for.
Limits:
| Guest Lookups: | 1,000 / Month |
| FREE User Lookups: | 100,000 / Month |
| Premium User Lookups: | 999,999,000,000 / Month
€59 / Month Login to upgrade
|