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
            
Search:
Remaining Hits: 1,000 (this month from your IP)
Remaining Hits: 1,000 (this month from your IP)

33431 (0 Miles), Boca Raton Florida Palm Beach United States of America
33443 (4.25 Miles), Deerfield Beach Florida Broward United States of America
33445 (5.31 Miles), Delray Beach Florida Palm Beach United States of America
33064 (7.1 Miles), Pompano Beach Florida Broward United States of America
33426 (9.55 Miles), Boynton Beach Florida Palm Beach United States of America
33097 (10.19 Miles), Coconut Creek Florida Broward United States of America
33093 (11.54 Miles), Margate Florida Broward United States of America
33303 (12.65 Miles), Fort Lauderdale Florida Broward United States of America
33075 (13.09 Miles), Coral Springs Florida Broward United States of America
33462 (13.51 Miles), Lake Worth Florida Palm Beach United States of America
33454 (16.94 Miles), Greenacres Florida Palm Beach United States of America
33406 (17.97 Miles), West Palm Beach Florida Palm Beach United States of America
33388 (18.91 Miles), Plantation Florida Broward United States of America
33414 (21.22 Miles), Wellington Florida Palm Beach United States of America
33004 (23.15 Miles), Dania Florida Broward United States of America
33480 (23.82 Miles), Palm Beach Florida Palm Beach United States of America
33421 (24.15 Miles), Royal Palm Beach Florida Palm Beach United States of America
33020 (25.37 Miles), Hollywood Florida Broward United States of America
33470 (27.11 Miles), Loxahatchee Florida Palm Beach United States of America
33082 (27.19 Miles), Pembroke Pines Florida Broward United States of America

API Key Info

API KEY:

GUEST_USER

User ID:

-1

Remaining Hits:

1,000 / 1,000 (requests per month)

€59 / Month Login to upgrade

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 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: 10,000 / Month
Premium User Lookups: 999,999,000,000 / Month
€59 / Month Login to upgrade