API Reference / Countries

GET /countries

Get the list of all compatible countries

A read-only list of all compatible countries, alpha sorted based on their ISO-3166 country codes. The example response below shows only a few sample entries; the live endpoint returns the full list.

Responses

200 OK
  • statusintegerint32

    Response code

  • messagestring

    Response message

  • timestampintegerunix-timestamp

    Response time

  • dataobject
    object fields →
    • countriesarray<object>
      array item fields →
      • countryobject
        object fields →
        • namestring

          Name of the country

        • codestring

          ISO-3166 country code

        • phone_prefixstring

          Phone prefix of the country

Related guides