/check
This command allows you to check from 1 to 80 numbers in one request.
URL: https://www.numberclean.com/api/check
Method: POST
Header Content-type: application/x-www-form-urlencoded
Parameters
Name | Type | Notes |
---|---|---|
msisdn | array | The MSISDN is the number you wish to check. You can check multiple numbers by splitting with &msisdn= |
Examples
msisdn=447540822872 (single number)
msisdn=447540822872&msisdn=447790606023&msisdn=447846494087 (multiple numbers)
{
"status": "OK",
"data": {
447540822872: {
"msisdn": "447540822872",
"status": "Delivered",
"error_code": 0,
"error_text": "Live",
"original_network_name": "O2 (Telefonica) UK Limited",
"ported_network_name": "T-Mobile (Everything Everywhere) Limited",
"mccmnc": "23430",
"original_country_name": "United Kingdom",
"original_country_prefix": 44,
"ported_country_name": "United Kingdom",
"ported_country_prefix": 44,
"is_roaming": false,
"roaming_network_name": "",
"roaming_country_prefix": "",
"roaming_network_prefix": "",
"is_mobile": "Mobile"
}
},
"err": [],
}
Note
You can check a maximum of 80 numbers per request using this method.
Updated almost 7 years ago