Version 2.0
Operator Plan & Offer Finder API Setup Info (DTH)
INDEX Topic
Page No.
Introduction
3
How it works?
4
OPERATOR PLAN & OFFER FINDER HTTP API URL
5
Operator code
7
Live demo
8
Sample implementation
9
Disclaimer
10
INTRODUCTION We are the only one company in telecom services providing http api services in India with maximum margin at low pricing since 2012. Developer, webmaster and all other freelancers can use our recharge & bill api instantly and easily. We provide very good margin on every recharge processed with us. Its not complex like other api vendors services. We provide variable margin or commission on every recharge of operators in India.
HOW IT WORKS?
ü Create
free account on joloapi.com ü Integrate API on your web application ü You are ready to serve your customers
HTTP API URL https://joloapi.com/api/findplandth.php?userid=yourusername&key=yourapik ey&opt=operatorcode&amt=amount&max=10&type=json
URL Parameters
Description
Userid
Your username
key
Your api key
Opt
Operator code (see appendix A)
Max (optional)
Limiting the number of rows
Amt (optional)
Filter out search by amount/denomination
Type
json response
API RESPONSE If request is FAILED:
Reason of failure as response in simple text format If request is SUCCESS:
api response will be in json format [ {"Detail":“My plan 99-upto xx channels","Amount":"10","Validity":“1 month"}, {"Detail":“My plan 199-upto 134channels","Amount":“199","Validity“:“1"}, ...and so on... ] URL Response row fields
Description
Detail
Description of plan or offer in text
Amount
Amount value or denomination in numeric
Validity
Validity of plan or offer in text
Appendix A: Operator codes Code
Operator
93
AIRTEL DTH
94
TATASKY DTH
95
VIDEOCON D2H
96
RELIANCE BIG TV
97
DISHTV
98
SUN DTH
LIVE DEMO Live Demo URL https://joloapi.com/dth_operator_plan_offer_api_demo.php
PHP EXAMPLE 0) { echo "
Detail | Amount (Rs.) | Validity |
"; foreach ($someArray as $key => $value) { echo " " .$value["Detail"] . " | " .$value["Amount"] . " | " .$value["Validity"] . " |
"; } echo "
"; }else{ echo"No offer details available for this category"; } ?>
DISCLAIMER JOLO provides this service via http api totally free of cost, we do not charge any fee. Details of plans or offers shown are indicative, check with your operator before proceeding. We are not responsible for any incorrect data if provided via this service. While using this api, you are advised to show this notice to your customer or client web portal or application to keep end user aware of its terms of usage. In case of any complaints received will not be entertained by us. For DTH plans, videocon d2h cannot be auto detect but you can view plans manually.
Version 2.0
Thank you!
Ask:
[email protected] Website: www.joloapi.com