API integration made easy

Guest
Services
Subscriptions
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.