JOELJOSEPHCHALAKUDY / mcc-mnc-table

Mobile Country Codes (MCC) and Mobile Network Codes (MNC), Network Operator , Iso , Country code table in JSON

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mcc-mnc-table

Mobile Country Codes (MCC) and Mobile Network Codes (MNC), Network Operator , Iso , Country code , MCC and MNC combined table in JSON, CSV, XML and Excel (.xlsx)


JSON Object Format

   {
     "network": "A-Mobile",
     "country": "Abkhazia",
     "mcc": "289",
     "iso": "ge",
     "country_code": 7,
     "mnc": "68",
     "mcc_mnc": 28968
   },

CSV row Format

"Viettel Mobile","Viet Nam","452","vn","84","08","45208"

XML element Format

   <element>
      <country>Japan</country>
      <country_code>81</country_code>
      <iso>jp</iso>
      <mcc>441</mcc>
      <mcc_mnc>44192</mcc_mnc>
      <mnc>92</mnc>
      <network>NTT Docomo</network>
   </element>


About

Mobile Country Codes (MCC) and Mobile Network Codes (MNC), Network Operator , Iso , Country code table in JSON