get
https://api.genability.com/rest/public/zipcodes
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
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/zipcodesResponse data
A ZIP code record can include fields such as:
| Field | Description |
|---|---|
zipcode | Five-character ZIP code. |
city | Display name of the city containing the ZIP code. |
county | Display name of the county containing the ZIP code. |
state | Two-character state abbreviation. |
latitude | Latitude of the ZIP code location. |
longitude | Longitude of the ZIP code location. |
timeZone | Numeric time zone value. |
dayLightSaving | Whether the ZIP code observes daylight saving time. |
For the full data model, see ZIP Codes.
Example
GET /rest/public/zipcodesA successful response returns a standard response payload with type set to ZipCode and results containing matching ZIP code records.
