GET /postal/{code} · /nearby · /distance/{other}
Pass a ZIP or postcode. City, district, area, timezone, and the codes next door.
You have a ZIP or postcode. City, district, tax.
Try it
city
Primary city name (English or romanized when available, native otherwise)
country_name
Country name
state
State or province code
district
District code when /district can resolve it for this country (US FIPS, FR INSEE, GB GSS). Null for Japan until JP districts are seeded
area
Total area in km² (null when the source has no water split)
population
Population estimate
timezone
Timezone identifier
tax
Levy name from the state (Sales tax, General excise tax). Null when the state levies none, or outside the US
tax_rate
Combined highest sales tax rate in this ZIP, percent. 0 where the state levies none. Null when unsourced
neighbors
Short list of surrounding postal codes (like country borders)
nearby
Postal codes within the radius, with distance and distance_mi
distance
Straight-line distance in km
distance_mi
Straight-line distance in miles
1
Unique codes resolve bare. Five-digit codes often need ?country=.
2
Readable name first. Native sibling when it differs. Land and water area where the source has them.
3
Miles and kilometers on every plan where we have coords.
Nine countries. Official sources.
Convert a ZIP or postal code into city, state, district, area, timezone, population, and coordinates. Unique codes resolve bare: SW1A 1AA, 100-0001. Five-digit codes often collide across the US, France, and Mexico. That is a 404 asking for ?country=, never a guessed US ZIP. Country takes ISO2, ISO3, or a name.
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 (千代田区). Land and water area ship where the source has them. US rows also carry combined sales tax when the state is sourced.
Nine countries, each from its official national source. Distance and nearby results (miles and kilometers) are included on every plan for countries that ship coordinates.
RESPONSE
$ curl "https://api.parseapi.com/postal/33139?country=US" \ -H "X-API-Key: YOUR_API_KEY" // 200 · ~38ms US · ~101ms worldwide { "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", "country_name": "United States", "latitude": 25.779391, "longitude": -80.151566, "elevation": 6, "elevation_ft": 20, "population": 33753, "area": 15.3, "land_area": 7.21, "water_area": 8.09, "timezone": "America/New_York", "currency": "USD", "tax": "Sales tax", "tax_rate": null, "tax_rate_state": null, "tax_rate_county": null, "tax_rate_city": null, "tax_rate_special": null, "neighbors": [ "33132", "33109", "33131", "33137", "33140", "33101", "33128", "33130" ] }
Response fields
QUESTIONS
SPEED
US
14ms
EU
17ms
APAC
54ms
LatAm
14ms
ME
116ms
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).
Look up a ZIP, every ZIP in a radius, or the distance between two.