HLR Lookup
GET {{baseUrl}}/hlr-lookup?number=<string>&country-code=<string>
Connect to the global mobile cellular network and retrieve the status of a mobile device
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
number | string | (Required) A phone number | |
country-code | string | 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) |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"number-valid":"\u003cboolean\u003e","international-calling-code":"\u003cstring\u003e","mnc":"\u003cstring\u003e","number-type":"\u003cstring\u003e","hlr-valid":"\u003cboolean\u003e","hlr-status":"\u003cstring\u003e","ported-network":"\u003cstring\u003e","imsi":"\u003cstring\u003e","mcc":"\u003cstring\u003e","international-number":"\u003cstring\u003e","local-number":"\u003cstring\u003e","country-code":"\u003cstring\u003e","is-ported":"\u003cboolean\u003e","msin":"\u003cstring\u003e","location":"\u003cstring\u003e","origin-network":"\u003cstring\u003e","is-mobile":"\u003cboolean\u003e","is-roaming":"\u003cboolean\u003e","country":"\u003cstring\u003e","country-code3":"\u003cstring\u003e","currency-code":"\u003cstring\u003e","roaming-country-code":"\u003cstring\u003e","msc":"\u003cstring\u003e","current-network":"\u003cstring\u003e"}