MSISDN and IMSI Parser API
We provide a free API for MSISDN and IMSI parsing. Using this for production or high volumes? Contact us.
MSISDN Parser
Where [msisdn] is any valid MSISDN (Mobile Station International Subscriber Directory Number).
Request:
GET https://api.msisdn.net/msisdn/[msisdn]
Response:
{
"msisdn": "447773456789",
"MCC": "234",
"MNC": "33",
"CC": "44",
"NDC": "7773",
"operatorName": "Everything Everywhere (Orange) Limited",
"countryName": "United Kingdom",
"countryCode": "GBR",
"tadigCode": "GBROR"
}
IMSI Parser
Where [imsi] is any valid IMSI (International Mobile Subscriber Identity).
Request:
GET https://api.msisdn.net/imsi/[imsi]
Response:
{
"imsi": "234301234567890",
"MCC": "234",
"MNC": "30",
"operatorName": "Everything Everywhere (T-Mobile) Limited",
"countryName": "United Kingdom",
"countryCode": "GBR",
"tadigCode": "GBRME"
}