Skip to content

Get countries

GET
/v1/countries

Gets a list of Countries (ISO-3)

Authorizations

api_key
TypeAPI Key (header: X-Api-Key)

Parameters

Query Parameters

sorting
Typestring
Defaultnull
page_size

Number of items per page

Typeinteger
Default50
page

Current page

Typeinteger
Default1

Responses

OK

application/json
JSON
{
"countries": [
{
"country": "NLD"
}
],
"pagination": {
"total_size": 1,
"page_size": 50,
"next_page": "string",
"previous_page": "string"
}
}

Playground

Server
Authorization
Variables
Key
Value

Samples