List of Countries

Collection of country names Capsule; useful for populating addresses contact details.

GET /api/countries

Response

HTTP/1.1 200 OK
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<countries>
  <country>...</country>
  <country>Brazil</country>
  <country>France</country>
  <country>...</country>
</countries>{
  "countries": {
    "country": [
      "...",
      "Brazil",
      "France",
      "..."
    ]
  }
}

Show as JSONShow as XML