Get started right away, copy the code below to try out.
curl -X GET "https://global.metadapi.com/zipc/v2/zipcodes/90210" -H "Accept: application/json" -H "Ocp-Apim-Subscription-Key: YOUR-API-KEY"
Sample Response
{
"links": {
"self": "/zipc/v2/zipcodes/90210"
},
"meta": {
"count": 1
},
"data": [
{
"zipCode": "90210",
"uspsMainCityKey": "Z20259",
"uspsMainCityName": "BEVERLY HILLS",
"titleCaseCityName": "Beverly Hills",
"zipClassificationCode": "N",
"zipClassificationDesc": "Non-Unique Zip"
}
]
}
+ 32 more attributes available
View full schema →