v1

latestSwagger 2.02026-07-13153383.1 KB
/1.0/search/countries

Get a complete list of all supported countries.

Get a complete list of all supported countries.

get/1.0/search/countries

Response

Success

totalnumber

the total amount of items matching the query

pagenumber

the current page. starts at 1

itemsPerPagenumber

the amount of items you get per page

Example response

{
  "country": [
    {
      "code": "US",
      "name": "United States"
    },
    {
      "code": "...",
      "name": "..."
    }
  ],
  "total": 42,
  "page": 1,
  "itemsPerPage": 20
}