API integration made easy

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

Information based on Zip Code

Allows you to retrieve information for a specific location by its zip code. This functionality is therefore suitable for applications that require specific details about regions identified by their postal codes.

GET https://zip-api.eu/api/v2/info/zip?countryCode=...&postalCode=...&fields=...
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 fields string - optional

The parameters to filter for, separated by commas.

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

Information based on Coordinates

Allows you to retrieve information for a specific location based on its geographical coordinates (latitude and longitude). This functionality is useful for applications that require specific details about a location based on its geographical location.

GET https://zip-api.eu/api/v2/info/coordinates?latitude=...&longitude=...&accuracy=...&unit=...&fields=...
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 accuracy float - optional (Default value: 10)

The accuracy or precision of the provided data, 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 /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.

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.

GET /v2/countries/info
Plus Premium Professional Enterprise

Detailed country information based on country code

Allows you to get detailed information about a country using its country code. This feature is suitable for applications that require comprehensive information about countries.

GET https://zip-api.eu/api/v2/countries/info?countryCode=...
GET countryCode string - required

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

GET /v2/countries/states
Plus Premium Professional Enterprise

State information based on country code

Allows you to retrieve information about states of a specific country using the country code. This functionality is ideal for applications that require geographic detail at the state level.

GET https://zip-api.eu/api/v2/countries/states?countryCode=...
GET countryCode string - required

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

GET /v2/countries/search
Premium Professional Enterprise

Search Country Information

Allows you to search for country information based on a search term. This feature is useful for applications that want to retrieve country information based on a search term.

GET https://zip-api.eu/api/v2/countries/search?query=...&search=...&match=...
GET query string - required

The search term or string to be used for searching.

GET search string - optional

The parameters to search for, separated by commas.
Available parameters: postalCode, placeName, state;

GET match string - optional (Default value: autocomplete)

Specifies the search behavior for matching the term in the fields.
Available types:

  • all: Matches any part of the field.
  • exact: Matches the field exactly.
  • autocomplete: Prefix-based matching for autocomplete.
  • leading: Matches the beginning of the field.
  • trailing: Matches the end of the field.
GET /v2/codes/search
Premium Professional Enterprise

Search Location Information

Allows you to search for location information based on a search term. This feature is useful for applications that want to retrieve location details based on a search term.

GET https://zip-api.eu/api/v2/codes/search?query=...&search=...&match=...&fields=...&page[offset]=...&page[limit]=...
GET query string - required

The search term or string to be used for searching.

GET search string - optional

The parameters to search for, separated by commas.
Available parameters: postalCode, placeName, state;

GET match string - optional (Default value: autocomplete)

Specifies the search behavior for matching the term in the fields.
Available types:

  • all: Matches any part of the field.
  • exact: Matches the field exactly.
  • autocomplete: Prefix-based matching for autocomplete.
  • leading: Matches the beginning of the field.
  • trailing: Matches the end of the field.
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.