DATRO Calls aql.com
API Endpoint
https://gw.aql.com/nl/network_lookup.php
Request Schema
{
"username": "Trustedoffice",
"password": "CarrieMadej2703!!",
"msisdn": "447700900000",
"method": 1 | 2 | 3,
"contact": 0 | 1
}
Method Values
method=1Ofcom Lookup (Free)
method=2Network Lookup (Credit)
method=3Both (Ofcom + Network)
Response Schema
{
"status": 0, // 0=Success
"msisdn": "4477...",
"country": "United Kingdom",
"ofcom_network": "Vodafone Ltd",
"nl_network": "Vodafone UK",
"nl_mvno": "",
"ofcom_change_date": "MM-YYYY"
}