← Back to catalog
postal.lookup
mock data$0.001 / callGlobal 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)
Input schema
postal_coderequired
stringPostal/ZIP code (e.g. "90210" for US, "10115" for Germany, "SW1A" for UK, "75001" for France)
country_coderequired
stringISO 3166-1 alpha-2 country code (e.g. "us", "de", "gb", "fr", "jp", "br", "in", "au"). Supports 60+ countries
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>"}'