HomeGuidesAPI ReferenceChangelog
Log In
API Reference

Get ZIP Code Details

Retrieve details for a ZIP code, including city, county, latitude, longitude, and time zone information.

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

Use this endpoint to retrieve details for a ZIP code, including city, county, latitude, longitude, and time zone information.

When to use this endpoint

Use GET /rest/public/zipcodes/{zipCode} when you need to:

  • Retrieve display information for a ZIP code.
  • Get location metadata such as city, county, latitude, and longitude.
  • Check time zone and daylight saving information for a ZIP code.
  • Enrich tariff or location search workflows with ZIP code details.

Path parameter

ParameterTypeDescription
zipCodeStringZIP code to retrieve.

Returned data

The response returns ZIP code metadata in the standard response format, including fields such as:

FieldTypeDescription
zipcodeString5-character ZIP code.
latitudeIntegerLatitude of the ZIP code location.
longitudeIntegerLongitude of the ZIP code location.
cityStringDisplay name of the city containing this ZIP code.
countyStringDisplay name of the county containing this ZIP code.
areaCodeStringArea code or codes for this ZIP code.
elevationIntegerHighest point of elevation, in feet, within this ZIP code.
dayLightSavingBooleanWhether this ZIP code observes daylight saving time.
stateStringTwo-character state abbreviation.
timeZoneIntegerNumeric time zone value.

Related endpoints

Path Params
string
required
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