latestSwagger 2.02026-08-101561322.2 MB

3e4029d19684

Common

Get countries

<a class="try-sandbox-link" href="https://sandbox.textmagic.com/#/Timezones%20and%20Countries/getCountries" target="_blank">Try in sandbox</a><br>

get/api/v2/countries

Response

Returned when successful.

idstring required

The 2-letter ISO country ID.

namestring required

Full country name.

Example response

[
  {
    "id": "US",
    "name": "India"
  }
]