UnifyAPI
← Back to catalog

postal.lookup

mock data$0.001 / call

Global Postal Code Lookup

Look up a postal/ZIP code in 60+ countries — returns city name, state/region, and lat/lon coordinates. Supports US, UK, Germany, France, Japan, Brazil, India, Australia, and 50+ more countries. Provide country code (ISO 2-letter) + postal code (Zippopotam.us)

Geo & Mapsprovider: Postal#postal#geo

Input schema

postal_coderequired

Postal/ZIP code (e.g. "90210" for US, "10115" for Germany, "SW1A" for UK, "75001" for France)

string
country_coderequired

ISO 3166-1 alpha-2 country code (e.g. "us", "de", "gb", "fr", "jp", "br", "in", "au"). Supports 60+ countries

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/postal.lookup \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"postal_code":"<postal_code>","country_code":"<country_code>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.