Get all callingcodes

GET /callingcodes

Get a list of all callingcodes

Responses

  • 200 application/json

    List of callingcodes matching filter

    Hide response attributes Show response attributes object
  • API key is missing or invalid

  • [FREE PLANS ONLY] Request Quota Exceeded

GET /callingcodes
curl \
 -X GET https://api.tellusdb.com/v1/callingcodes?token=api_token_value
Response examples (200)
{
  "result": [
    {
      "base": "+45",
      "idd": {
        "root": "+4",
        "suffixes": [
          "5"
        ]
      },
      "codes": [
        "+45"
      ],
      "country": {
        "name": {
          "common": "Denmark"
        },
        "iso3166": {
          "alpha2": "DK",
          "alpha3": "DNK",
          "numeric": "208"
        },
        "flag": {
          "emoji": "🇩🇰",
          "svg": "https://api.tellusdb.com/v1/countries/flags/svg/dnk.svg",
          "png": "https://api.tellusdb.com/v1/countries/flags/png/dk.png"
        }
      }
    }
  ],
  "count": 250,
  "time_taken_ms": 1.3892211
}