Skip to main content
Endpoint: https://BASE_URL/api/insight/number/query?phone_number=phone_number&api_key=api_key&country_code=NG Request Type: GET Body params:
OptionsRequired
api*key_string*
Your API key (It can be found on your Termii dashboard)
phone*number_string*
Represents the phone number to be verified. Phone number must be in the international format (Example: 2348753243651)
country*code_string*
Represents short alphabetic codes developed to represent countries (Example: NG ).
{
"api_key": "Your API key",
"phone_number": "2348753243651",
"country_code": "NG"
}
Response
{
       "result": [
           {
               "routeDetail": {
                   "number": "2348753243651",
                   "ported": 0
               },
               "countryDetail": {
                   "countryCode": "234",
                   "mobileCountryCode": "621",
                   "iso": "NG"
               },
               "operatorDetail": {
                   "operatorCode": "ANG",
                   "operatorName": "Airtel Nigeria",
                   "mobileNumberCode": "20",
                   "mobileRoutingCode": "41",
                   "carrierIdentificationCode": "23433",
                   "lineType": "Mobile"
               },
               "status": 200
           }
       ]
   }