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.