Plansinfo Recharge Plans API Vesion 2.0 implementation guide

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 –

  1. status-First index of this array is a boolean value (1 for a successful request and 0 for an error).
  2. data– It will list all plans.
    1. amount -It is the amount of plan.
    2. validity– It is the validity of the plan.
    3. category-It is the type of plan.
    4. 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 –

  1. status-First index of this array is a boolean value (1 for a successful request and 0 for an error).
  2. data– It will list all plans.
    1. op_code– Operator Code of mobile number.
    2. 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 –

  1. status-First index of this array is a boolean value (1 for a successful request and 0 for an error).
  2. data– It will list all plans.
    1. package_name– Name of Package
    2. package_description– Description of package
    3. package_price– price pf package in INR
    4. channel_list– list of channels in the package
      1. channel_name– Channel Number
      2. category– Category of channel
      3. number– Channel number, NA in case of channel number Not Available.
      4. 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 –

  1. status-First index of this array is a boolean value (1 for a successful request and 0 for an error).
  2. data– It will list all plans.
    1. amount -It is the amount of plan.
    2. 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