Skip to main content
GET
Countries

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

language
string

Specifies the language in which the response should be returned.

Example:

"en-US"

Response

200 - application/json

countries

english_name
string

This value represents the name of the country in English.

Example:

"Andorra"

iso_3166_1
string

This is the 2-letter country code as per the ISO 3166-1 standard.

Example:

"AD"

native_name
string

This is the name of the country in its own native language, which allows for representation of the country that is culturally and linguistically appropriate.

Example:

"Andorra"

Example: