HomeGuidesAPI ReferenceChangelog
Log In
API Reference

Get Zip Codes

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Retrieve ZIP code records and their associated location metadata.

Use this endpoint when you need ZIP code metadata for display, tariff discovery, or location-based workflows. ZIP code records can include city, county, state, latitude, longitude, time zone, and related fields.

Resource URI

GET /rest/public/zipcodes

Response data

A ZIP code record can include fields such as:

FieldDescription
zipcodeFive-character ZIP code.
cityDisplay name of the city containing the ZIP code.
countyDisplay name of the county containing the ZIP code.
stateTwo-character state abbreviation.
latitudeLatitude of the ZIP code location.
longitudeLongitude of the ZIP code location.
timeZoneNumeric time zone value.
dayLightSavingWhether the ZIP code observes daylight saving time.

For the full data model, see ZIP Codes.

Example

GET /rest/public/zipcodes

A successful response returns a standard response payload with type set to ZipCode and results containing matching ZIP code records.

Responses

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json