Pricing & Coverage API | Options | Query currently unavailable destinations
To retrieve just the list of currently unavailable destinations (as in many cases, it is not necessary to query the full coverage list):
curl
-u username:password
-X GET
-H "Accept:application/json"
https://rest.tyntec.com/sms/v1/outbound/coverage/unavailable
Response to Query Containing the Currently Unavailable Networks from the Full List (JSON):
HTTP/1.1 200 OK
{
{
"region":"Western Europe",
"country":"Germany",
"alpha3":"DEU",
"alpha2":"DE",
"countryCode":49,
"ttid":8895863,
"operator":"Chaos Computer Club",
"networkType":"GSM",
"mcc":"262",
"mnc":"42",
"comment":"Used only on events like Chaos Communication Congress."
},
…
}