v1
latestSwagger 2.02026-07-132830204.5 KBTelephony
HLR Lookup
Connect to the global mobile cellular network and retrieve the status of a mobile device
get/hlr-lookup
Query parameters
numberstring required
A phone number
country-codestring
ISO 2-letter country code, assume numbers are based in this country. <br> If not set numbers are assumed to be in international format (with or without the leading + sign)
Response
OK
Example response
{
"country": "United States",
"country-code": "US",
"country-code3": "USA",
"currency-code": "USD",
"current-network": "Sinch Voice",
"hlr-status": "voip",
"hlr-valid": false,
"imsi": "",
"international-calling-code": "1",
"international-number": "+12106100045",
"is-mobile": false,
"is-ported": true,
"is-roaming": false,
"local-number": "(210) 610-0045",
"location": "San Antonio, TX",
"mcc": "",
"mnc": "",
"msc": "LANDLINE",
"msin": "",
"network-tags": "NSR-10X-Port/1",
"number-type": "voip",
"number-valid": true,
"origin-network": "BANDWIDTH.COM",
"ported-network": "Sinch Voice",
"roaming-country-code": ""
}