You can now build your own recharge plans app or you can implement recharge plans on your existing recharge website or application.You only need to pay Rs.500/month. To get credentials please send an email to mail@plansinfo.com.
For Mobile Plans
Request
Send a GET request to…
http://api.plansinfo.com/v2/api.php?service=mobile&zone_code=[zone code]&op_code=[operator code]&token=[secret token]
eg.
http://api.plansinfo.com/v2/api.php?service=mobile&zone_code=AP&op_code=AT&token=ftdgyu65ty
Response
For every successful request, you will receive following JSON objects –
- status-First index of this array is a boolean value (1 for a successful request and 0 for an error).
- data– It will list all plans.
- amount -It is the amount of plan.
- validity– It is the validity of the plan.
- category-It is the type of plan.
- benefit-It is the description of the plan.
Operator Codes
Code | Operator |
---|---|
AC | AIRCEL //No longer available |
AT | Bharti Airtel |
CG | BSNL – CellOne GSM |
DP | MTNL – DOLPHIN |
ID | IDEA |
MT | MTS India //No longer available |
RC | Reliance Mobile CDMA //No longer available |
RG | Reliance Mobile GSM //No longer available |
RJ | Reliance Jio |
TD | TATA DOCOMO |
UN | Telenor |
VF | Vodafone India |
VD | Videocon Mobile Services //No longer available |
Zone Codes-
Code | Operator |
---|---|
AP | Andhra Pradesh |
AS | Assam |
BR | Bihar and Jharkhand |
CH | Chennai |
DL | Delhi Metro |
GJ | Gujarat |
HP | Himachal Pradesh |
HR | Haryana |
JK | Jammu and Kashmir |
KL | Kerala |
KA | Karnataka |
KO | Kolkata Metro |
MH | Maharashtra |
MP | Madhya Pradesh and Chhattisgarh |
MU | Mumbai Metro |
NE | North East India |
OR | Odisha |
PB | Punjab |
RJ | Rajasthan |
TN | Tamil Nadu |
UE | Uttar Pradesh (East) |
UW | Uttar Pradesh (West) and Uttarakhand |
WB | West Bengal |
Get Operator/Circle-
http://api.plansinfo.com/v2/getopcircle.php?mobile=[mobile number]&token=[secret token]
Example-
http://api.plansinfo.com/v2/getopcircle.php?mobile=9876543210&token=ftdgyu65ty
Response
For every successful request, you will receive following JSON objects –
- status-First index of this array is a boolean value (1 for a successful request and 0 for an error).
- data– It will list all plans.
- op_code– Operator Code of mobile number.
- zone_code – Circle/Zone of mobile number.
For DTH Plans
Request
Send a GET/POST request to…
http://api.plansinfo.com/v2/api.php?service=dth&zone_code=[zone code]&op_code=[operator code]&token=[app secret token]
Example-
http://api.plansinfo.com/v2/api.php?service=dth&zone_code=RI&op_code=TS&token=ftdgyu65ty
Response
For every successful request, you will receive an array of following JSON objects –
- status-First index of this array is a boolean value (1 for a successful request and 0 for an error).
- data– It will list all plans.
- package_name– Name of Package
- package_description– Description of package
- package_price– price pf package in INR
- channel_list– list of channels in the package
- channel_name– Channel Number
- category– Category of channel
- number– Channel number, NA in case of channel number Not Available.
- logo– Logo of the channel (50*50 size), NA in case of logo Not Available.
Operator Codes
Operator | Code |
---|---|
Tata Sky | TS |
Dish TV | DT |
Airtel Digital TV | AD |
Videocon d2h | VD |
Sun Direct | SD |
Zone Codes
Zone | Code |
---|---|
Rest of India | RI |
South India | SI |
Response
For every successful request, you will receive following JSON objects –
- status-First index of this array is a boolean value (1 for a successful request and 0 for an error).
- data– It will list all plans.
- amount -It is the amount of plan.
- benefit-It is the description of the plan.
Note: For Sun Direct, please use MA (Malayalam), KA (Kannada), TA (Tamil), TE (Telugu) Zone Code instead of SI.
Terms & Conditions
- You can not use API data to get search engine traffic.
- You can use this API only on one website/app. Using it on multiple website/app or reselling API will ban you permanently.
- We reserve right to suspend any account or change in terms with/without any prior notification.