Convert a postal or ZIP code into city, state, and coordinates. One response shape across every covered country. city reads in English or an official romanization when available, so a Tokyo postcode returns Chiyoda Ku. Japan pairs it with city_local, the native form (千代田区).
Distance and nearby results (miles and kilometers) are included on every plan for countries that ship coordinates.
Try itcountry=US
$ curl "https://api.parseapi.com/postal/33139?country=US" \ -H "X-API-Key: YOUR_API_KEY" // 200 · ~15ms · USA { "postal": "33139", "city": "Miami Beach", "city_local": null, "district": "12086", "district_name": "Miami-Dade", "district_name_local": null, "state": "FL", "state_name": "Florida", "state_name_local": null, "country": "US", "latitude": 25.7823, "longitude": -80.1375, "elevation": 1, "elevation_ft": 3, "population": 38000, "timezone": "America/New_York", "currency": "USD", "neighbors": [ "33140", "33141", "33154", "33160", "33109" ] }
Response fields
SPEED
Median time for a /postal response to reach a real city, first byte back, measured live from 16 cities.
US
15ms
EU
17ms
APAC
45ms
LatAm
19ms
ME
125ms
Nine countries, each from its official national source.
Contains OS data (c) Crown copyright and database right 2026. Postal area data from the Australian Bureau of Statistics, CC BY 4.0. French data from Etalab under Licence Ouverte 2.0. Swiss and Liechtenstein data from swisstopo (OGD). Mexican catalog under Libre Uso MX (Correos de México). Danish data from Klimadatastyrelsen (Danmarks Adresser).