Countries

List Countries

Returns a list of Countries (and territories) around the world.

get/v1/countries

Response

OK

object'List'

The type of the object.

Example response

{
  "results": [
    {
      "sort_name": "Aland Islands"
    }
  ]
}

Changes