OUR HLR API Integrate our HLR API directly to verify the validity of your numbers from your website, software or application. API integration is easy and completely free. An HLR API to make your life easier Our API solution is available in multiple languages. Feel free to contact our technical team if you have any questions! Try our API for free with your mobile number Your number will not be stored by our services PHPPythonCurlPHP // Prepare data for POST request $fields = array( 'apiKey' => 'YOUR API KEY', 'phoneNumbers' => "+336XXXXXX", 'notifyUrl' => 'http://...', ); $curl = curl_init(); curl_setopt($curl,CURLOPT_URL,'https://api.smspartner.fr/v1/hlr/notify'); curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); curl_setopt($curl, CURLOPT_TIMEOUT, 10); curl_setopt($curl, CURLOPT_POST, 1); curl_setopt($curl, CURLOPT_POSTFIELDS,json_encode($fields)); $result = curl_exec($curl); curl_close($curl); // Process your response here echo $result; PythonCurl Browse our documentation HLR API Your account gives you immediate access to our free API Read the documentation > HLR API Features Number status Each mobile number verification reveals the status of the mobile number (valid, invalid, …). Telecom operator HLR verification identifies the name of the telecom operator to which the number is assigned. HLR telecom identifier With each API request generated, the HLR telecom identifier of the mobile number is returned. Excel export available All number verifications generated from the SMS platform can be downloaded as an Excel file containing all the information. France and international HLR verification is available in France and internationally. > To learn more: Phone number verification with HLR Per-number billing Billing is based on the number of mobile numbers verified. The SMS Partner API guarantees A team at your service 7 days a week A secure solution via the HTTPS HLR API Offices based in Paris A proprietary technology Our other API services View API documentation View our Mail API View our SMS API Try our HLR service now with 400 free verifications, no commitment, no subscription!