API integration made easy

Guest
Services
Subscriptions
GET /v2/distance/zip
Essential Plus Premium Professional Enterprise

Distance between two Zip Codes

Allows you to retrieve the distance between two different zip codes. This function is useful for applications that need to determine the geographical distance between two locations based on their zip codes.

GET https://zip-api.eu/api/v2/distance/zip?unit=...&countryCode[from]=...&postalCode[from]=...&countryCode[to]=...&postalCode[to]=...
GET unit string - optional (Default value: km)

The unit in which the measurements are expressed. Possible values ​​are: m, km, mi, ft.

GET countryCode[from] string - required

Two-letter country code (Alpha-2 code) defined in ISO 3166-1.

GET postalCode[from] string - required

The postal code of the place or region.

GET countryCode[to] string - required

Two-letter country code (Alpha-2 code) defined in ISO 3166-1.

GET postalCode[to] string - required

The postal code of the place or region.

GET /v2/distance/coordinates
Essential Plus Premium Professional Enterprise

Distance between two Coordinates

Allows you to retrieve the distance between two different geographical coordinates (latitude and longitude). This function is useful for applications that need to determine the geographical distance between two locations based on their coordinates.

GET https://zip-api.eu/api/v2/distance/coordinates?unit=...&latitude[from]=...&longitude[from]=...&latitude[to]=...&longitude[to]=...
GET unit string - optional (Default value: km)

The unit in which the measurements are expressed. Possible values ​​are: m, km, mi, ft.

GET latitude[from] float - required

The latitude of the geographical position, measured in decimal degrees.

GET longitude[from] float - required

The longitude of the geographical position, measured in decimal degrees.

GET latitude[to] float - required

The latitude of the geographical position, measured in decimal degrees.

GET longitude[to] float - required

The longitude of the geographical position, measured in decimal degrees.