get
https://api.genability.com/rest/public/zipcodes/
Retrieve location metadata for one ZIP code.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Retrieve location metadata for one ZIP code.
Use this endpoint when you need details for a specific ZIP code, such as city, county, state, latitude, longitude, time zone, and daylight saving time behavior.
Resource URI
GET /rest/public/zipcodes/{zipCode}Path parameters
| Parameter | Type | Description |
|---|---|---|
zipCode | String | ZIP code to retrieve. Required. |
Response 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/zipcodes/48322A successful response returns a standard response payload with type set to ZipCode and one ZIP code record in the results array.
