lookup_plmnLook up a PLMN
Identify the mobile network behind an MCC/MNC pair or a PLMN ID (MCC+MNC concatenated, e.g. 23410). Returns the operator, brand, country, TADIG code and radio technologies, plus any other networks sharing the same code. Use this whenever the user has numeric network codes — from an IMSI, a SIM, a modem log or a roaming record.
- plmn
- PLMN ID — the MCC followed by the MNC, 5 or 6 digits (e.g.
23410). - mcc
- Mobile country code, 3 digits (e.g.
262). Use together withmnc. - mnc
- Mobile network code, 2 or 3 digits with leading zeros kept (e.g.
01). Use together withmcc.
{
"mcc": "262",
"mnc": "01"
}