Get Zipcode information

Overview

This API retrieves information related to the provided United States ZIP code parameter.

Scope

Client app must have 'app.core.microservicesmgr.zipcode.read' scope assigned.

SecurityoAuthClient
Request
path Parameters
zipcode
required
string [ 1 .. 24 ] characters

zipcode

Example: 94089
Responses
200

OK

400

Bad Request

401

Unauthorized

403

Forbidden

500

Internal server error

get/zipcodes/{zipcode}
Request samples
Response samples
application/json
{
  • "country": "US",
  • "timezone": {
    },
  • "latitude": "37.41",
  • "county": "Santa Clara County",
  • "areaCodes": "650,408,510",
  • "type": "STANDARD",
  • "primaryCity": "Sunnyvale",
  • "decommissioned": 0,
  • "irsEstimatedPopulation2015": "20850",
  • "zipcode": "94089",
  • "state": "CA",
  • "worldRegion": "NA",
  • "longitude": "-122.02"
}