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
}