https://api.apifreaks.com/v1.0/zipcode/distance/match
$ pip install requests
Click Test it to start the request and see the response here!
| Field | Type | Requirement | Description |
|---|---|---|---|
| results_count | String | Mandatory | Total number of postal code pairs returned in the response. |
| results | Array | Mandatory | Array of objects, each representing a matched postal code pair with distance information. |
| results[].code_1 | string | Mandatory | The first postal code in the matched pair. |
| results[].code_2 | string | Mandatory | The second postal code in the matched pair. |
| results[].distance | Array | Mandatory | Array containing distance values and units between code_1 and code_2. |