{"endpoint":"https://bizintel-api.hahavoid0.workers.dev/geography/postal-code","method":"POST","price":"$0.010","description":"Resolves city, state, and coordinates for a postal/zip code using the Zippopotam registry.","example_input":{"country":"US","zip":"90210"},"example_output":{"supported":true,"result":{"city":"Beverly Hills","state":"California"},"confidence":"high","warnings":[],"disclaimer":"Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.","data_as_of":"2026-06"},"request_schema":{"type":"object","required":["country","zip"],"properties":{"country":{"type":"string","description":"2-character country code (e.g. US, CA, DE)","default":"US"},"zip":{"type":"string","description":"Postal or ZIP code"}}},"response_schema":{"type":"object"}}