HLR Lookups Service

Say goodbye to spending money on invalid numbers. Optimize costs and increase delivery capabilities with an always up-to-date contact database.

NusaSMS HLR Lookups

The HLR Lookup service is a service to find out the status of a mobile number that is still active or no longer active.

Get a valid and active mobile number from the entire database of mobile phone numbers that you have. So that when you do Bulk SMS, it will be more accurate and efficient, because every time you send an SMS, even if the target phone number is inactive or no longer active, you will still be subject to SMS fees.

So, by checking the status of the cellphone number before conducting the SMS campaign, you will get savings in sending SMS costs to numbers that are no longer active.

[easy-pricing-table id="4658"]

Benefits of HLR Lookup (Mobile Number Validation)

Reduce messaging costs and increase delivery in real-time

Reduce costs & increase ROI

Clean user database of invalid numbers and increase message effectiveness with optimized campaigns.

Improve customer experience

Make sure you have the right number when your customer signs up to be able to send the right message.

N

Improve user security

Confirm your user information and location via their mobile number and protect their account.

Here's an example of how you can get number checking information using our API:

JSON

   POST /number/1/query HTTP/1.1
   Host: {base_url}
   Authorization: Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ==
   Content-Type: application/json
   Accept: application/json

   {
        “to”:[“41793026727”]
    }

The “to” parameter is the mobile number you want to check.

Result:

JSON

   HTTP/1.1 200 OK
   Content-Type: application/json

   {
        “results”:[
                {
                       “to”:”41793026727″,
                       “mccMnc”:”22801″,
                       “imsi”:”228012120181810″,
                       “originalNetwork”:{
                               “networkPrefix”:”79″,
                               “countryPrefix”:”41″
                         },
                         “ported”:false,
                         “roaming”:false,
                         “status”:{
                               “groupId”:3,
                               “groupName”:”DELIVERED”,
                               “id”:5,
                               “name”:”DELIVERED_TO_HANDSET”,
                               “description”:”Message delivered to handset”
                          },
                          “error”:{
                                 “groupId”:0,
                                 “groupName”:”OK”,
                                 “id”:0,
                                 “name”:”NO_ERROR”,
                                 “description”:”No Error”,
                                 “permanent”:false
                           }
                }
        ]
   }

en_USEnglish