Carrier Data
Available in: Business, and Enterprise
Carrier Data returns mobile carrier related information for the IP address. This includes the mobile carrier's name, its country code (mcc) and network code (mnc).
curl "api.ip.cc/66.87.125.72?token=$TOKEN"
{
...
"carrier": {
"name": "Sprint Corporation",
"mcc": "310",
"mnc": "120"
}
}

