We have detected that your language is not Spanish. You may visit the English version here.

HLR LOOKUP

CHECK THE STATUS OF YOUR MOBILE DATABASE

Identify which phone numbers are active and those that are not able to receive messages and/or calls. Find out the operator and country, reduce the rate of undelivered messages, protect your database from spam and fraud.

HOW IT WORKS

CONSULT

Our HLR Lookup service allows you to test out direct networks against any other GSM mobile phone numbers.
Analyze all numbers in your database in real time and identify which numbers are inactive.

Enquiring about a number is nothing invasive and is carried out remotely. The mobile phone user is not made aware.
Try it out for yourself, insert your phone number in the following form.

HLR LOOKUP RESPONSE

{
  "entity": {
    "id": "57ed084f710e941c1f2fc5e1",
    "status": "delivered",
    "subscriberStatus": "active",
    "statusCode": 0,
    "country": "ES",
    "imsi": "2140118",
    "servingMsc": null,
    "to": "+34647000000",
    "normalizedTo": "+34647000000",
    "ported": true,
    "roaming": false,
    "network": "214011",
    "charged": true,
    "pricePerLookup": 0,
    "originalNetwork": {
      "networkPrefix": "647",
      "countryPrefix": "34"
    },
    "portedNetwork": {
      "networkPrefix": "6013",
      "countryPrefix": "34"
    },
    "deliveredAt": "2016-09-29T14:25:52+0200",
    "createdAt": "2016-09-29T14:25:51+0200"
  }
}

          
FEATURES

OPTIMIZE YOUR DATABASE AND SAVE: TIME, SMS and CALLS.

Identify which phone numbers are active and those that are not. Find out their operator and country, reduce the rate of undelivered messages and protect your database from spam and fraud. The basic HLR Lookup service has been designed to provide information about the MSISDN. (Mobile Station Integrated Services Digital Network).

Once obtained, we can find out the MCC (Mobile Country Code), the MNC (Mobile Network Code) and the IMSI (International Mobile Subscriber Identity). The IMSI is a unique code for each device integrated with the SIM card and can be identified via GSM and UMTS networks.

Aside from this information, we can find out the "current status" of the number.

REST API: LOOKUP

INTEGRATE OUR API WITH YOUR APP OR SOFTWARE.

You can consult the status of a phone number via our HTTP API. One simple call and you can obtain all the necessary information you need. For more info, consult our API doc.

See logbook
require __DIR__  . '/../vendor/autoload.php';

$instasentClient = new Instasent\LookupClient("my-token");
$response = $instasentClient->doLookup("+34647000000");

echo $response["response_code"];
echo $response["response_body"];

              
var instasent = require('instasent')('my-token');

instasent.do_lookup.create('+34647000000', function (err, response) {
    if (err) {
        return console.log(err.errors);
    }
    console.log(response);
});

              
import com.instasent.InstasentClient;
import java.io.IOException;
import java.util.Map;

public class main {
    public static void main(String[] args) throws IOException {
        InstasentClient instasentClient = new InstasentClient("my-token", true);
        Map response = instasentClient.doLookup("+34647000000");
        System.out.println(response);
    }
}

              
require 'instasent'

client = Instasent::Client.new('my-token')

response = client.do_lookup('+34647000000')

puts response['response_code']
puts response['response_body']

              
import instasent

client = instasent.Client('my-token')
response = client.do_lookup('+34647000000')

print response['response_code']
print response['response_body']

              
HLR LOOKUP PRICING

ONLY PAY FOR WHAT YOU NEED