API integration made easy

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

Locations in Radius based on Zip Code

Allows you to retrieve locations within the defined radius around a specific zip code. Optionally, you can specify the distance and unit (e.g., kilometers or miles). This function is useful for applications searching for locations within a certain distance from a reference point.

GET https://zip-api.eu/api/v2/radius/zip?countryCode=...&postalCode=...&distance=...&unit=...&fields=...&page[offset]=...&page[limit]=...
GET countryCode string - required

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

GET postalCode string - required

The postal code of the place or region.

GET distance float - optional (Default value: 10)

The distance measured in an appropriate unit.

GET unit string - optional (Default value: km)

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

GET fields string - optional

The parameters to filter for, separated by commas.

GET page[offset] string - optional

This parameter determines the starting point and number of records to be included on each page. Improves search speed.

GET page[limit] string - optional

This parameter determines the starting point and number of records to be included on each page. Improves search speed.

GET /v2/radius/coordinates
Free Essential Plus Premium Professional Enterprise

Locations in Radius based on Coordinates

Allows you to retrieve locations within the defined radius around specific geographical coordinates (latitude and longitude). Optionally, you can specify the distance and unit (e.g., kilometers or miles). This function is useful for applications searching for locations within a certain distance from a reference point.

GET https://zip-api.eu/api/v2/radius/coordinates?latitude=...&longitude=...&distance=...&unit=...&fields=...&page[offset]=...&page[limit]=...
GET latitude float - required

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

GET longitude float - required

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

GET distance float - optional (Default value: 10)

The distance measured in an appropriate unit.

GET unit string - optional (Default value: km)

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

GET fields string - optional

The parameters to filter for, separated by commas.

GET page[offset] string - optional

This parameter determines the starting point and number of records to be included on each page. Improves search speed.

GET page[limit] string - optional

This parameter determines the starting point and number of records to be included on each page. Improves search speed.