v1

latestOpenAPI 3.0.32026-08-0623677345.2 KB
Collections

List countries

Reference catalogue of supported countries.

get/generals/countries/

Query parameters

pageinteger

Page number to retrieve (1-indexed).

page_sizeinteger

Number of items per page.

Response

Paginated country list.

countinteger required

Total number of items matching the filter.

nextstring uri nullable

URL of the next page, or null if last page.

previousstring uri nullable

URL of the previous page, or null if first page.

Example response

{
  "count": 142,
  "results": [
    {
      "id": "CL",
      "phone_code": "+56",
      "three_code": "CHL"
    }
  ]
}