<?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>Uncategorized &#8211; DataYuge</title>
	<atom:link href="https://datayuge.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>https://datayuge.com</link>
	<description>The API Culture</description>
	<lastBuildDate>Mon, 04 Oct 2021 08:59:33 +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>Uncategorized &#8211; DataYuge</title>
	<link>https://datayuge.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>SSL certificate expired &#124; How to fix SSL certificate problem caused due to DST Root CA X3 Expiration</title>
		<link>https://datayuge.com/ssl-certificate-expired-how-to-fix-ssl-certificate-problem-caused-due-to-dst-root-ca-x3-expiration/</link>
					<comments>https://datayuge.com/ssl-certificate-expired-how-to-fix-ssl-certificate-problem-caused-due-to-dst-root-ca-x3-expiration/#respond</comments>
		
		<dc:creator><![CDATA[arun]]></dc:creator>
		<pubDate>Mon, 04 Oct 2021 08:59:33 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://datayuge.com/?p=3641</guid>

					<description><![CDATA[<p>If you are reading this article, this means, you have encountered an issue where it says &#8220;SSL certificate problem: certificate has expired&#8221; in your applications connecting other third-party APIs or systems. You might have received a warning or error while...</p>
<p>The post <a rel="nofollow" href="https://datayuge.com/ssl-certificate-expired-how-to-fix-ssl-certificate-problem-caused-due-to-dst-root-ca-x3-expiration/">SSL certificate expired | How to fix SSL certificate problem caused due to DST Root CA X3 Expiration</a> appeared first on <a rel="nofollow" href="https://datayuge.com">DataYuge</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>If you are reading this article, this means, you have encountered an issue where it says &#8220;SSL certificate problem: certificate has expired&#8221; in your applications connecting other third-party APIs or systems.</p>
<p>You might have received a warning or error while connecting to our system when reaching the connection with HTTPS. We will cover a quick fix on outdated systems with a fix for this issue.</p>
<h2><strong>What is the reason for the SSL errors?</strong></h2>
<p>The error is caused due to the expired &#8220;<strong>DST Root CA X3</strong> <strong>in your system&#8221;</strong>. This is mainly affected if you are using old versions of the (mainly Linux kernel versions, but not only limited to) without any updates for your root certificate chains.</p>
<p>On <strong>September 30th 2021</strong>, the issuer of this certificate <strong><a href="https://letsencrypt.org/">LetsEncrypt</a></strong> has decided to expire the above certificate on the root chain. If your DevOps team haven&#8217;t followed any updates or made any changes to the system, the SSL root chains will reject the APIs accessing the service after this date.</p>
<p>This is affecting all the older versions of the system worldwide which hasn&#8217;t gone through any certificate update process, especially, Ubuntu 14.04 and Ubuntu 16.04.</p>
<blockquote><p>The problem is <b>not</b> Let&#8217;s Encrypt having a bad or unsupported certificate chain. It&#8217;s broken software on the client end that&#8217;s applying the rules for validating certificate chains incorrectly. &#8211; a user noted on superuser</p></blockquote>
<p>You can read more about the announcement from LetsEncrypt <a href="https://letsencrypt.org/docs/dst-root-ca-x3-expiration-september-2021/">here</a>.</p>
<h2>How to fix this issue?</h2>
<p><strong>Ubuntu flavour</strong></p>
<ol>
<li>Run the following command to reconfigure ca-certificates. <code>sudo dpkg-reconfigure ca-certificates</code></li>
<li>This will bring up a screen as below. Please press the yes button to continue to the next screen.<img fetchpriority="high" decoding="async" class="wp-image-3642 size-large" src="http://datayuge.com/wp-content/uploads/2021/10/1-1024x617.png" alt="fix DST Root CA X3 errors" width="1024" height="617" srcset="https://datayuge.com/wp-content/uploads/2021/10/1-1024x617.png 1024w, https://datayuge.com/wp-content/uploads/2021/10/1-300x181.png 300w, https://datayuge.com/wp-content/uploads/2021/10/1-768x463.png 768w, https://datayuge.com/wp-content/uploads/2021/10/1-600x361.png 600w, https://datayuge.com/wp-content/uploads/2021/10/1.png 1411w" sizes="(max-width: 1024px) 100vw, 1024px" /></li>
<li>Navigate to the next screen, then using the arrow keys, scroll down to the line where it says &#8220;<strong>mozilla/DST_Root_CA_X3.crt</strong>&#8220;</li>
<li>Press the <strong>space key</strong> to deselect this, so the star icon near this will be removed. Please refer to the below image.<img decoding="async" class="aligncenter wp-image-3643 size-large" src="http://datayuge.com/wp-content/uploads/2021/10/2-1024x618.png" alt="fix ssl error ubuntu" width="1024" height="618" srcset="https://datayuge.com/wp-content/uploads/2021/10/2-1024x618.png 1024w, https://datayuge.com/wp-content/uploads/2021/10/2-300x181.png 300w, https://datayuge.com/wp-content/uploads/2021/10/2-768x463.png 768w, https://datayuge.com/wp-content/uploads/2021/10/2-600x362.png 600w, https://datayuge.com/wp-content/uploads/2021/10/2.png 1401w" sizes="(max-width: 1024px) 100vw, 1024px" /></li>
<li>Then click ok by pressing the enter button, this will reconfigure your ca-certificate and remove the old one which is expired.</li>
</ol>
<div class="mceTemp"></div>
<p><strong>Other flavours</strong></p>
<p>Please google fix for &#8220;<strong>DST_Root_CA_X3&#8243;</strong> since this is affected on many older systems and you can easily find the fix for your OS. Some of the fixes are mentioned in <a href="https://superuser.com/questions/1679204/curl-on-ubuntu-14-all-lets-encrypt-certificates-are-expired-error-60">these threads</a>.</p>
<p>&nbsp;</p>
<h2>How can I prevent this in future?</h2>
<p>Make sure that you are using the latest version of the software and follow the security patches if any suggested by your DevOps team.</p>
<h2>The certificate expired message on postman</h2>
<p>If you are using Postman to test our APIs, make sure that you are updated on the latest version.</p>
<p>They have already released a patch covering the old certificates as seen <a href="https://github.com/postmanlabs/postman-app-support/issues/10338">here</a>.</p>
<p>The post <a rel="nofollow" href="https://datayuge.com/ssl-certificate-expired-how-to-fix-ssl-certificate-problem-caused-due-to-dst-root-ca-x3-expiration/">SSL certificate expired | How to fix SSL certificate problem caused due to DST Root CA X3 Expiration</a> appeared first on <a rel="nofollow" href="https://datayuge.com">DataYuge</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://datayuge.com/ssl-certificate-expired-how-to-fix-ssl-certificate-problem-caused-due-to-dst-root-ca-x3-expiration/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Installing Sentry with Docker on Ubuntu (Self hosted)</title>
		<link>https://datayuge.com/install-sentry-with-docker-on-ubuntu-self-hosted/</link>
					<comments>https://datayuge.com/install-sentry-with-docker-on-ubuntu-self-hosted/#respond</comments>
		
		<dc:creator><![CDATA[arun]]></dc:creator>
		<pubDate>Tue, 12 Nov 2019 20:24:21 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[docker]]></category>
		<category><![CDATA[sentry]]></category>
		<category><![CDATA[sentry on docker]]></category>
		<category><![CDATA[sentry on premise]]></category>
		<category><![CDATA[sentry self hosted]]></category>
		<category><![CDATA[sentry with docker]]></category>
		<guid isPermaLink="false">https://datayuge.com/?p=2335</guid>

					<description><![CDATA[<p>Sentry&#8217;s cross-platform application monitoring helps teams in analysing the error and bugs in live applications. We internally use Sentry to track errors on our price comparison API This makes it easy for the team to analyse the error in various parts...</p>
<p>The post <a rel="nofollow" href="https://datayuge.com/install-sentry-with-docker-on-ubuntu-self-hosted/">Installing Sentry with Docker on Ubuntu (Self hosted)</a> appeared first on <a rel="nofollow" href="https://datayuge.com">DataYuge</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Sentry&#8217;s cross-platform application monitoring helps teams in analysing the error and bugs in live applications. We internally use Sentry to track errors on our <a href="https://datayuge.com/products/price-comparison-api/">price comparison API</a> This makes it easy for the team to analyse the error in various parts of the application and fix errors fastly. Today we will see how to set up sentry up and running on a ubuntu machine. There are official sentry docs on how to install sentry with docker, we tried the best to set it up from scratch on a vanilla machine faster.</p>
<p><img decoding="async" class="size-full wp-image-2341 aligncenter" src="https://datayuge.com/wp-content/uploads/2019/11/sentry-docker.png" alt="install sentry on docker" width="560" height="315" /></p>
<h1>Install sentry with docker</h1>
<ol>
<li>
<h2>Swap Memory</h2>
</li>
</ol>
<p>We are considering a 1GB machine for the tutorial, however, it&#8217;s suggested to have at least 4GB machine so that memory issues won&#8217;t be popping up while installation.</p>
<blockquote><p>SSH in to your machine.</p></blockquote>
<p>We are adding a 4GB swap memory (since 1GB RAM can cause memory issues while installation). First, check if the system has configured any swap memory. You can skip this step if your machine has enough memory (At least 4GB)</p>
<blockquote><p>sudo swapon &#8211;show</p></blockquote>
<p>Then verify that there are no active swap utilized by the system by running,</p>
<blockquote><p>free -h</p></blockquote>
<p>Create a 4B swap using the following command.</p>
<blockquote><p>sudo fallocate -l 4G /swapfile</p></blockquote>
<p>Verify the allocation using the command.</p>
<blockquote><p>ls -lh /swapfile</p></blockquote>
<p>Now, apply the permissions to the swap file by running:</p>
<blockquote><p>sudo chmod 600 /swapfile</p></blockquote>
<p>Mark the file as swap by running the command:</p>
<blockquote><p>sudo mkswap /swapfile</p></blockquote>
<p>Now, enable the swap by running the command:</p>
<blockquote><p>sudo swapon /swapfile</p></blockquote>
<p>Rerun, the command to confirm that the swap is available.</p>
<blockquote><p>free -h</p></blockquote>
<h2>2. Installing Docker</h2>
<p>Now, let&#8217;s install docker into the machine. Set up the docker repository by running the following.</p>
<pre class="lang:sh decode:true">sudo apt-get update
sudo apt-get install apt-transport-https ca-certificates curl software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
</pre>
<p>Once the repository has been set up, let install Docker CE</p>
<pre class="lang:default decode:true">sudo apt-get update
sudo apt-get install docker-ce</pre>
<p>Finish the docker setup by verifying the installation by running,</p>
<pre class="lang:default decode:true ">sudo docker run hello-world</pre>
<h2>3. Installing Sentry on-premise</h2>
<p>Now, clone the sentry on-premise repo using the following command.</p>
<blockquote><p>https://github.com/getsentry/onpremise.git</p></blockquote>
<p>Then cd into the folder and create a file and copy-paste the contents in the below file. Make the necessary changes in the config section on the top of the file before you begin the installation. The <em>system.url-prefix </em>will be the URL where the sentry will be available after installation. (Note: You need to config domain accordingly on your webserver).</p>
<blockquote><p>cd onpremise &amp;&amp; sudo nano installer.sh</p></blockquote>
<pre class="lang:sh decode:true" title="installer.sh">#!/usr/bin/env bash

echo "Applying config.yml values"

cat &lt;&lt;EOT &gt; config.yml
auth.allow-registration: false #prevents public registration
beacon.anonymous: true
mail.backend: 'smtp' 
mail.from: "mail@yourdomain.com"
mail.host: "smtp.yourdomain.com"
mail.password: "password"
mail.port: 465
mail.use-tls: true
mail.username: "mail@yourdomain.com"
system.admin-email: "admin@yourdomain.com"
system.url-prefix: "https://sentry.yourdomain.com"
EOT
echo "Building Sentry onpremise"
make build

docker container stop sentry-cron sentry-worker sentry-web sentry-postgres sentry-redis
docker container rm sentry-cron sentry-worker sentry-web sentry-postgres sentry-redis

docker run \
  --detach \
  --name sentry-redis \
  redis:3.2-alpine

docker run \
  --detach \
  --name sentry-postgres \
  --env POSTGRES_PASSWORD='sentry' \
  --env POSTGRES_USER=sentry \
  -v /opt/docker/sentry/postgres:/var/lib/postgresql/data \
  postgres:latest

echo "Generating secret key"
docker run --rm sentry-onpremise config generate-secret-key &gt; key
SENTRY_SECRET_KEY=$(cat key)

echo "Running migrations"
echo "This can take time based on memory usage"
docker run \
  --rm \
  -it \
  --link sentry-redis:redis \
  --link sentry-postgres:postgres \
  --env SENTRY_SECRET_KEY=${SENTRY_SECRET_KEY} \
  -v /opt/docker/sentry/sentry:/var/lib/sentry/files \
  sentry-onpremise \
  upgrade

echo "Installing plugins"
docker run \
  --rm \
  -it \
  --link sentry-redis:redis \
  --link sentry-postgres:postgres \
  --env SENTRY_SECRET_KEY=${SENTRY_SECRET_KEY} \
  -v /opt/docker/sentry/sentry:/var/lib/sentry/files \
  sentry-onpremise \
  pip install sentry-plugins

echo "Running service WEB"
docker run \
  --detach \
  --link sentry-redis:redis \
  --link sentry-postgres:postgres \
  --env SENTRY_SECRET_KEY=${SENTRY_SECRET_KEY} \
  --name sentry-web \
  --publish 9000:9000 \
  -v /opt/docker/sentry/sentry:/var/lib/sentry/files \
  sentry-onpremise \
  run web
sleep 15
echo "Running service WORKER"
docker run \
  --detach \
  --link sentry-redis:redis \
  --link sentry-postgres:postgres \
  --env SENTRY_SECRET_KEY=${SENTRY_SECRET_KEY} \
  --name sentry-worker \
  -v /opt/docker/sentry/sentry:/var/lib/sentry/files \
  sentry-onpremise \
  run worker
sleep 15
echo "Running service CRON"
docker run \
  --detach \
  --link sentry-redis:redis \
  --link sentry-postgres:postgres \
  --env SENTRY_SECRET_KEY=${SENTRY_SECRET_KEY} \
  --name sentry-cron \
  -v /opt/docker/sentry/sentry:/var/lib/sentry/files \
  sentry-onpremise \
  run cron

date
sleep 60
date
docker exec sentry-web sentry config set sentry:version-configured '9.1.0'
</pre>
<p>The above script is available on the internet and credit goes to the original author. The script will ask you to set up the default credentials during the process.  Please note that the whole process can take some time based on your server capacity. If the process exited, it means that your server doesn&#8217;t have the required memory to run the process, either increase the swap or consider upgrading to a better machine.</p>
<p>Once installed, you can navigate over to the following address and finish the final stages.</p>
<blockquote><p>your_server_ip:9000</p></blockquote>
<h2>4. Setting up Nginx</h2>
<p>Setting up Nginx to serve your custom domain.</p>
<p>Install Nginx by running the below command.</p>
<pre class="lang:default decode:true">sudo apt-get update
sudo apt-get install nginx
sudo ufw allow 'Nginx HTTP'</pre>
<p>If you now navigate to your server IP address, you will be seeing the Nginx welcome page.</p>
<p>Add a configuration for your site.</p>
<pre class="lang:default decode:true">cd /etc/nginx/sites-available
sudo cp default sentry.yourdomain.com
sudo nano sentry.yourdomain.com</pre>
<p>Then paste the contents. Note: This is a bare minimum installation, add the security measures if needed.</p>
<pre class="lang:default decode:true ">server {
   listen 80;
   server_name sentry.yourdomain.com;
   location / {
       proxy_pass         http://localhost:9000;
       proxy_redirect     off;
       proxy_set_header   Host              $host;
       proxy_set_header   X-Forwarded-For   $proxy_add_x_forwarded_for;
       proxy_set_header   X-Forwarded-Proto $scheme;
   }
}</pre>
<p>Now, enable server blocks and restart nginx.</p>
<pre class="lang:default decode:true">sudo ln -s /etc/nginx/sites-available/sentry.yourdomain.com /etc/nginx/sites-enabled/
sudo systemctl restart nginx
</pre>
<h2>5. Add HTTPS using LetsEncrypt</h2>
<p>Finally, we are adding HTTPS using Letsencrypt. Install certbot using the command.</p>
<pre class="lang:default decode:true ">sudo add-apt-repository ppa:certbot/certbot
sudo apt-get update
sudo apt-get install python-certbot-nginx
</pre>
<p>Once installed, generate a new HTTPS certificate using</p>
<blockquote><p>sudo certbot &#8211;nginx -d sentry.yourdomain.com</p></blockquote>
<p>Now, you can log in to sentry.yourdomain.com with the credentials you set up during the installation process; Now you have successfully set up sentry on-premise. If you liked our tutorial, you can read about our how-to article on <a href="https://datayuge.com/convert-import-csv-redis/">Redis CSV import</a>.</p>
<p>Let us know what you think about the tutorial in the comment box below.</p>
<p>The post <a rel="nofollow" href="https://datayuge.com/install-sentry-with-docker-on-ubuntu-self-hosted/">Installing Sentry with Docker on Ubuntu (Self hosted)</a> appeared first on <a rel="nofollow" href="https://datayuge.com">DataYuge</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://datayuge.com/install-sentry-with-docker-on-ubuntu-self-hosted/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Growth of telecom sector in India</title>
		<link>https://datayuge.com/growth-of-telecom-sector-in-india/</link>
					<comments>https://datayuge.com/growth-of-telecom-sector-in-india/#respond</comments>
		
		<dc:creator><![CDATA[arun]]></dc:creator>
		<pubDate>Fri, 02 Nov 2018 17:02:54 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://datayuge.com/?p=2090</guid>

					<description><![CDATA[<p>India is currently the world’s second largest telecom market with a subscriber base of 1.17 billion. With 493.96 million internet subscribers, as of March 2018, India stands second in terms of total internet users. As of June 2018, overall teledensity stood at 89.72 per...</p>
<p>The post <a rel="nofollow" href="https://datayuge.com/growth-of-telecom-sector-in-india/">Growth of telecom sector in India</a> appeared first on <a rel="nofollow" href="https://datayuge.com">DataYuge</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>India is currently the world’s second largest <span class="highlightNode">telecom</span> market with a subscriber base of 1.17 billion. With 493.96 million internet subscribers, as of March 2018, India stands second in terms of total internet users. As of June 2018, overall teledensity stood at 89.72 per cent. Urban teledensity stood at 158.16 per cent and rural teledensity at 57.99 per cent.</p>
<p>During the first quarter of 2018, India became the world’s fastest-growing market for mobile applications. Government is planning to develop 100 smart city projects, where IoT would play a vital role in the development of those cities.  The upcoming National Telecom Policy 2018 has envisaged attracting investments worth US$ 100 billion in the telecommunications sector by 2022.</p>
<p>Revenues are expected to grow to US$ 26.38 billion by 2020. The number of internet subscribers in the country is expected to double by 2021 to 829 million and overall IP traffic is expected to grow 4-fold at a CAGR of 30 per cent by 2021. Department of Telecommunication has launched ‘ Tarang Sanchar’ a web portal sharing information on mobile towers and EMF Emission Compliances. As of June 2018, BSNL is expected to launch its 5G services by 2020. Vodafone India and Idea Cellular have merged into ‘Vodafone Idea’ to become India’s largest telecom company, as of September 2018.</p>
<p>The post <a rel="nofollow" href="https://datayuge.com/growth-of-telecom-sector-in-india/">Growth of telecom sector in India</a> appeared first on <a rel="nofollow" href="https://datayuge.com">DataYuge</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://datayuge.com/growth-of-telecom-sector-in-india/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Plan Finder API &#124; Mobile Operator Plan Offer Finder API</title>
		<link>https://datayuge.com/plan-finder-api/</link>
					<comments>https://datayuge.com/plan-finder-api/#respond</comments>
		
		<dc:creator><![CDATA[arun]]></dc:creator>
		<pubDate>Thu, 11 Oct 2018 19:42:45 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://v3.datayuge.in/?p=2053</guid>

					<description><![CDATA[<p>Plan Finder API provides the latest operator plans details from a mobile number. The API can give the results based on the mobile operator and circle. The API returns a JSON response with the Operator and Circle offer details. It...</p>
<p>The post <a rel="nofollow" href="https://datayuge.com/plan-finder-api/">Plan Finder API | Mobile Operator Plan Offer Finder API</a> appeared first on <a rel="nofollow" href="https://datayuge.com">DataYuge</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Plan Finder API provides the latest operator plans details from a mobile number. The API can give the results based on the mobile operator and circle. The API returns a JSON response with the Operator and Circle offer details. It will provide the latest operator plans which are up to date. The <a href="https://datayuge.com/mobile-tariff-plans-api/">mobile tariff plans API</a> will give the latest operator plans for the entered mobile number.</p>
<p>To detect the mobile number, the <a href="https://datayuge.com/find-operator-circle-mobile-number-mobile-operator-finder-api/">free operator and circle finder API</a> can be used. From that API, you can pass the data to the <a href="https://datayuge.com/operator-plans-api/">Operator Plans API</a> with the mobile circle and operator. The data is been categorised into multiple sections which will give the latest operator plans. The Plan Finder API be integrated into website/app easily. It also supports the integration in any programming languages. This API comes handy to find the offer details for the operator wise and circle wise. You can use basic PHP knowledge to implement the API into any website. The API accepts multiple refining parameters. This can be used to refine the results and show more accurate data according to developer needs.</p>
<p>The API has 8+ various categories of data. This will help the developer to display the data accordingly on the website. The API once integrated fetches automatically, so no need to upgrade from your end. For more information on the <a href="https://datayuge.com/products/recharge-plans-api/">recharge plans API</a> can be found here.</p>
<p>The post <a rel="nofollow" href="https://datayuge.com/plan-finder-api/">Plan Finder API | Mobile Operator Plan Offer Finder API</a> appeared first on <a rel="nofollow" href="https://datayuge.com">DataYuge</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://datayuge.com/plan-finder-api/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Operator Plans API</title>
		<link>https://datayuge.com/operator-plans-api/</link>
					<comments>https://datayuge.com/operator-plans-api/#respond</comments>
		
		<dc:creator><![CDATA[arun]]></dc:creator>
		<pubDate>Tue, 09 Oct 2018 02:52:07 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[mobile tariff plans api]]></category>
		<category><![CDATA[operator plans api]]></category>
		<category><![CDATA[recharge plans api]]></category>
		<guid isPermaLink="false">http://v3.datayuge.in/?p=2044</guid>

					<description><![CDATA[<p>Operator Plans API helps to list the latest recharge plans from telecom providers. Using this API, the developer can easily build a system to display the latest operator plans from all the operators. The API returns a JSON formatted data,...</p>
<p>The post <a rel="nofollow" href="https://datayuge.com/operator-plans-api/">Operator Plans API</a> appeared first on <a rel="nofollow" href="https://datayuge.com">DataYuge</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Operator Plans API helps to list the latest recharge plans from telecom providers. Using this API, the developer can easily build a system to display the latest operator plans from all the operators. The API returns a JSON formatted data, the developer can parse the JSON response and display the data accordingly. The <a href="https://datayuge.com/mobile-tariff-plans-api/">mobile tariff plans API</a> will give the daily updated recharge packs from all the providers.</p>
<h1>Operator Plans API &#8211; Supported Recharge Types</h1>
<ol>
<li>Top up</li>
<li>Full Talktime</li>
<li>Plan (Unlimited)</li>
<li>SMS</li>
<li>2G Data</li>
<li>3G Data</li>
<li>4G Data</li>
<li>Local</li>
<li>STD</li>
<li>ISD</li>
<li>Roaming</li>
<li>Validity</li>
<li>Other</li>
</ol>
<p>These values can be passed as &#8216;recharge_type&#8217; parameter and sort the values accordingly. However, this parameter is not mandatory in the API, hence don&#8217;t pass the parameter and value to list all the possible recharge options available. The <strong><em><a href="https://datayuge.com/products/recharge-plans-api/">recharge plans API</a></em></strong> can be accessed here.</p>
<p>The post <a rel="nofollow" href="https://datayuge.com/operator-plans-api/">Operator Plans API</a> appeared first on <a rel="nofollow" href="https://datayuge.com">DataYuge</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://datayuge.com/operator-plans-api/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Object Caching 56/245 objects using disk
Page Caching using disk: enhanced 
Minified using disk
Database Caching 1/15 queries in 0.007 seconds using disk

Served from: datayuge.com @ 2026-04-10 16:12:35 by W3 Total Cache
-->