IP to Mobile Carrier Database Developer Resource
IPinfo’s IP to Mobile Carrier Database provides insights such as IP addresses of mobile devices and their respective carrier name, mobile country code (MCC) and mobile country name (MNC).
Database Schema
The IP to Mobile Carrier Database contains the following fields:
Field Name | Example | Data Type | Description |
---|---|---|---|
start_ip | 45.109.62.0 | TEXT | Starting IP address of an IP address range |
end_ip | 45.109.62.255 | TEXT | Ending IP address of an IP address range |
join_key | 45.109.0.0 | TEXT | Special variable to facilitate join operation |
name | Etisalat | TEXT | Name of the mobile carrier |
country | EG | TEXT | ISO 3166 country code |
mcc | 602 | TEXT | Mobile Country Code (MCC) of the carrier |
mnc | 3 | TEXT | Mobile Network Code (MNC) of the carrier |
Sample Databases
- IP to Mobile Carrier Sample Database — CSV
- IP to Mobile Carrier Sample Database — JSON
- IP to Mobile Carrier Sample Database — MMDB