Skip to main content
GET
Get a country by id

Authorizations

x-api-key
string
header
required

API key minted at developer.ceibo.me. Send on every request.

Path Parameters

id
integer
required

Response

The country.

id
integer
required
Example:

10

name
string
required
Example:

"Argentina"

iso2
string
required
Required string length: 2
Example:

"AR"

iso3
string | null
Required string length: 3
Example:

"ARG"

localName
string | null
Example:

"República Argentina"

continent
enum<string> | null
Available options:
Africa,
Antarctica,
Asia,
Europe,
North America,
Oceania,
South America,
null
Example:

"South America"

officialVisaPage
string | null
Example:

"https://www.argentina.gob.ar/interior/migraciones"

primaryLanguageId
integer | null
Example:

1

holidaysWebsiteUrl
string | null
Example:

"https://www.argentina.gob.ar/feriados"

officialWebsiteUrl
string | null
Example:

"https://www.argentina.gob.ar"