https://api.apifreaks.com/v1.0/zipcode/lookup
$ pip install requests
Click Test it to start the request and see the response here!
Field | Type | Requirement | Description |
---|---|---|---|
results | Array | Mandatory | An Array containing Postal Code Search Objects |
results[].code | String | Mandatory | Postal / Zip code of the city. |
results[].country_code | String | Mandatory | Country code in ISO 3166-1 alpha-2 format associated with the postal code. |
results[].region | String | Mandatory | Region associated with the postal code. |
results[].city | String | Mandatory | City associated with the postal code. |
results[].latitude | Float | Mandatory | Latitude coordinates of the postal code. |
results[].longitude | Float | Mandatory | Longitude coordinates of the postal code. |
results[].locality | String | Mandatory | Locality associated with the postal code. |