GET
/
countries
curl --request GET \
  --url https://api.geocoders.io/countries \
  --header 'X-Api-Key: <api-key>'
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "<string>",
    "country_code": "<string>",
    "alt_name": "<string>",
    "local_identifier": "<string>"
  }
]

Authorizations

X-Api-Key
string
header
required

Query Parameters

name
string

name to filter by

country_code
string

Response

200 - application/json
List Countries response
id
string
name
string
country_code
string
alt_name
string
local_identifier
string