v7

latestOpenAPI 3.0.0raw.githubusercontent.com2026-06-121372601.5 MB
Standard API

Looks up all ZIP codes that correspond to a given US city and state.

  • Currently only supported for US addresses (countryCode: "US").
  • Uses 1 lookup.
post/v1/addver/zip_codes

Request body

citystring required

The city name.

statestring required

The state abbreviation (e.g. NY).

countryCodestring required

The country code. Currently only US is supported.

Response

The request has succeeded.

status'success' | 'error' required
messagestring required