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 the source has one, so a Tokyo postcode returns Chiyoda Ku. Japan pairs it with city_local, the native form (千代田区).
Every country comes straight from its official national source. Distance and nearby results (miles and kilometers) are included on every plan.
Try itcountry=US
$ curl "https://api.parseapi.com/postal/33139?country=US" \ -H "X-API-Key: YOUR_API_KEY" // 200 · ~14ms · 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. Not a lab benchmark. The whole trip.
US
14ms
EU
18ms
APAC
45ms
LatAm
18ms
ME
126ms
Five 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.