Skip to content

List countries

GET
/countries

Limit on this operation is increased to 500

Parameters

Query Parameters

limit

Maximum number of items to return per page.

Typeinteger
Format"int32"
page

Page number to retrieve.

Typeinteger
Format"int32"
Default1
filter

Stringified filter expression to apply to the list.

Typestring
sort

Sort order for the list.

Typestring

Responses

The request has succeeded.

application/json
JSON
{
"count": 10,
"totalCount": 100,
"items": [
{
"id": "string",
"createdAt": "string",
"updatedAt": "string",
"continentCode": "string",
"isoId": "string",
"timezone": "string",
"countryCode": "string",
"alpha3": "string",
"name": "string",
"subdivisions": [
{
"code": "string",
"name": "string"
}
]
}
]
}

Playground

Variables
Key
Value

Samples