Getting Started
The global mobile network infrastructure operates on a system known as the SS7 signaling network. This network facilitates the exchange of subscriber data, call routing, SMS transmission, and real-time mobile connectivity status updates between carriers. Each mobile network maintains a Home Location Register (HLR) — a core database that stores essential details about its subscribers.
HLR Lookup technology enables businesses to query these registers and retrieve live connectivity and network details for any mobile phone number. This includes whether the phone is switched on, which network it is currently assigned to, whether it has been ported, whether the number is valid or deactivated, and whether it is roaming.
The HLR Lookups API provides seamless, real-time access to this data, allowing businesses to verify mobile numbers, optimize routing, and enhance customer communications. This documentation will guide you through integrating HLR Lookups into your software, enabling automated retrieval of real-time mobile intelligence.
Using the HLR Lookups API
Executing HLR Lookup queries is fast, secure, and straightforward. Once you've signed up and obtained your API Key, you can authenticate and initiate instant lookups with simple HTTP POST requests, via POST /hlr-lookup. Alternatively, you can process large data sets by opting for fast asynchronous API requests with results posted back to your server via webhook, as explained in the concepts section.