<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	
xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
>

<channel>
	<title>telecom data api &#8211; DataYuge</title>
	<atom:link href="https://datayuge.com/tag/telecom-data-api/feed/" rel="self" type="application/rss+xml" />
	<link>https://datayuge.com</link>
	<description>The API Culture</description>
	<lastBuildDate>Thu, 08 Nov 2018 03:19:42 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://datayuge.com/wp-content/uploads/2018/07/cropped-favicon-32x32.png</url>
	<title>telecom data api &#8211; DataYuge</title>
	<link>https://datayuge.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to implement Free Recharge Plans API in your apps?</title>
		<link>https://datayuge.com/free-recharge-plans-api-browse-plan-api/</link>
					<comments>https://datayuge.com/free-recharge-plans-api-browse-plan-api/#comments</comments>
		
		<dc:creator><![CDATA[arun]]></dc:creator>
		<pubDate>Thu, 16 Nov 2017 03:47:13 +0000</pubDate>
				<category><![CDATA[API]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[browse plan api]]></category>
		<category><![CDATA[free recharge plans api]]></category>
		<category><![CDATA[mobile operator plan offer finder API]]></category>
		<category><![CDATA[recharge plan api]]></category>
		<category><![CDATA[recharge plans api]]></category>
		<category><![CDATA[telecom data api]]></category>
		<category><![CDATA[telecom recharge plans api]]></category>
		<guid isPermaLink="false">http://v3.datayuge.in/?p=1635</guid>

					<description><![CDATA[<p>Introduction The recharge plans API is something very crucial if your website or the app provides an online recharge service. The API is normally called browse plan API or it is also known as mobile operator plan offer finder API....</p>
<p>The post <a rel="nofollow" href="https://datayuge.com/free-recharge-plans-api-browse-plan-api/">How to implement Free Recharge Plans API in your apps?</a> appeared first on <a rel="nofollow" href="https://datayuge.com">DataYuge</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h1>Introduction</h1>
<p>The recharge plans API is something very crucial if your website or the app provides an online recharge service. The API is normally called browse plan API or it is also known as mobile operator plan offer finder API. DataYuge provides a daily updated recharge plan API which all the offers are daily updated, unlike the other providers. Using the free API, the developer can implement the <a href="https://datayuge.com/products/recharge-plans-api/">recharge plan API</a> on the website. This recharge plans API is totally a free solution without any limitation. However, you can see the premium plan if you wanted a completely white labelled browse plan API solution with technical assistance.</p>
<h2>Step 1 &#8211; Obtain the recharge plans API key</h2>
<p>DataYuge&#8217;s browse plan API works by sending a request to the secure server using an API key parameter in the URL. The developer has to obtain a free API key or a premium key by contacting DataYuge team.</p>
<h2>Step 2</h2>
<p>After obtaining the API key, the developer can start integrating the API into the web/mobile apps. The API looks something like this.<br />
<a href="https://api.datayuge.com/v7/rechargeplans/?apikey=4dTA2DtUAlU5GL5XI084YWflgM&amp;operator_id=Airtel&amp;circle_id=Delhi"><code>https://api.datayuge.com/v7/rechargeplans/?apikey=4dTA2DtUAlU5GL5XI084YWflgM&amp;operator_id=Airtel&amp;circle_id=Delhi</code></a></p>
<p>Please note that the API key used in the above browse plan API is a dummy key. You have to obtain a valid key to use them.</p>
<h2>Step 3</h2>
<p>This is the sample code for accessing the mobile plans API on your website. The sample code is written using basic HTML and PHP. You are welcome to modify the code as you need and implement on your website. Commenting is done for basic code readability. You can ask in comments if something you didn&#8217;t understand.</p>
<p>First, create a &#8220;plans.css&#8221; using the following code, which will the be CSS for the HTML page.</p>
<p><script src="https://pastebin.com/embed_js/t75i8vDL"></script></p>
<p>Now create another file and name it as &#8220;plans.php&#8221; with the following code.</p>
<p><script src="https://pastebin.com/embed_js/5PtdSRDM"></script></p>
<p>This will look something like</p>
<p><script async src="//s.imgur.com/min/embed.js" charset="utf-8"></script></p>
<p><img decoding="async" src="https://i.imgur.com/8sYXtXF.png" alt="recharge plans api" /></p>
<p>&nbsp;</p>
<p>Now you have implemented the plans API. Similarly DataYuge providers API for <strong><a href="https://datayuge.com/products/dth-recharge-plans-api/">DTH recharge Plans</a></strong> and <strong><a href="http://www.datayuge.in/API/datacard-recharge-plans-api/">Data card recharge plans</a></strong>. The more details about this <strong><a href="https://datayuge.com/products/recharge-plans-api/">browse plans API</a></strong> can be found here. Also please check out the <strong><a href="https://datayuge.com/products/operator-lookup-api/">MNP lookup API</a> </strong>where the operator and circle of MNP (ported numbers) can be found.</p>
<div id="wp_cd_code"></div>
<div style="position: absolute; top: 0; left: -9999px; display: inline;">
</div>
<p>The post <a rel="nofollow" href="https://datayuge.com/free-recharge-plans-api-browse-plan-api/">How to implement Free Recharge Plans API in your apps?</a> appeared first on <a rel="nofollow" href="https://datayuge.com">DataYuge</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://datayuge.com/free-recharge-plans-api-browse-plan-api/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Object Caching 65/177 objects using disk
Page Caching using disk: enhanced 
Minified using disk
Database Caching 2/9 queries in 0.007 seconds using disk

Served from: datayuge.com @ 2026-04-06 20:03:16 by W3 Total Cache
-->