Plan Market Docs

Check Operator API

GEThttps://api.billnow.co.in/reseller/plans/check-operators.php

Detect the telecom operator (e.g. Airtel, Jio, Vi) and telecom circle for a given mobile number. This is useful for pre-filling operator info on your recharge interface.

Query Params
NameTypeRequiredDescription
tokenstringrequired
Your API Token
mobilestringrequired
10-digit mobile number
Response Fields
FieldTypeDescription
successbooleantrue if the lookup succeeded.
data.mobilestringThe mobile number that was checked.
data.operatorstringOperator UID (e.g. airtel, jio, vi).
data.opcodeintegerInternal numeric operator code.
data.circlestringTelecom circle name (e.g. Chhatisgarh).
data.messagestringStatus message from the API.
cachedbooleantrue if result was served from cache.
timestampstringTimestamp of the API response.
Updated 2026