GET /postal/{code}

Postal / ZIP code API

Turn a ZIP into place, timezone, and coords.

$ curl "https://api.parseapi.com/postal/33139" \
  -H "X-API-Key: YOUR_API_KEY"

// 200 · ~8ms · USA
{
  "postal_code": "33139",
  "city": "Miami Beach",
  "state_code": "FL",
  "country_code": "US",
  "latitude": 25.7823,
  "longitude": -80.1375,
  "timezone": "America/New_York"
}

More APIs: IP · Email · UA · Continent · Country · State · City