<?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:media="http://search.yahoo.com/mrss/" >

<channel>
	<title>REST &#8211; AnonyViet &#8211; English Version</title>
	<atom:link href="https://en.anonyviet.com/tag/rest/feed/" rel="self" type="application/rss+xml" />
	<link>https://en.anonyviet.com</link>
	<description>The most popular website for sharing information technology, computer networks, and security knowledge. Stay up to date with the hottest news and tips</description>
	<lastBuildDate>Tue, 24 Jan 2023 23:28:07 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.2</generator>

<image>
	<url>https://en.anonyviet.com/wp-content/uploads/2023/01/cropped-ico-logo-75x75-1.png</url>
	<title>REST &#8211; AnonyViet &#8211; English Version</title>
	<link>https://en.anonyviet.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Let&#8217;s find out what is API, REST API and RESTful API?</title>
		<link>https://en.anonyviet.com/lets-find-out-what-is-api-rest-api-and-restful-api/</link>
					<comments>https://en.anonyviet.com/lets-find-out-what-is-api-rest-api-and-restful-api/#respond</comments>
		
		<dc:creator><![CDATA[AnonyViet]]></dc:creator>
		<pubDate>Tue, 24 Jan 2023 23:28:07 +0000</pubDate>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Find]]></category>
		<category><![CDATA[Lets]]></category>
		<category><![CDATA[REST]]></category>
		<category><![CDATA[RESTful]]></category>
		<guid isPermaLink="false">https://en.anonyviet.com/?p=2310</guid>

					<description><![CDATA[REST API and RESTful API are commonly used in client/server architecture in software development. So in this article, I will introduce you to API, Rest API and Restful API. Join the channel Telegram of the AnonyViet 👉 Link 👈 What is API? An Application Program Interface (API) is a piece of middleware that allows two [&#8230;]]]></description>
										<content:encoded><![CDATA[<p></p>
<div id="ftwp-postcontent">
<p>REST API and RESTful API are commonly used in client/server architecture in software development.  So in this article, I will introduce you to API, Rest API and Restful API.</p>
<div class="code-block code-block-16" style="margin: 8px 0; clear: both;">
<div align="center">
<table class=" aligncenter" style="background-color: #c0c0c0; border-collapse: collapse; width: 59.9985%;">
<tbody>
<tr>
<td style="width: 100%; text-align: center;"><span style="font-size: 12pt;"><strong>Join the channel <span style="color: #0000ff;">Telegram</span> of the <span style="color: #008080;">AnonyViet </span> 👉 <span style="text-decoration: underline;"><a target="_blank" href="https://en.anonyviet.com/next-link?url=https%3A%2F%2Ft.me%2Fanonyvietchat" class="local-link" rel="noopener">Link</a></span>  👈</strong></span></td>
</tr>
</tbody>
</table>
</div>
</div>
<h2 id="ftoc-api-la-gi" class="ftwp-heading">What is API?</h2>
<p>An Application Program Interface (API) is a piece of middleware that allows two applications to talk to each other.  You can see an example in the image below.</p>
<p><img post-id="2310" fifu-featured="1" fetchpriority="high" decoding="async" class="aligncenter wp-image-41951 size-full" src="https://anonyviet.com/wp-content/uploads/2022/06/1_VtzBqZ-yYr_c6DpJsQkiyA.jpg" alt="Let&#8217;s find out what is API, REST API and RESTful API?" title="Let&#8217;s find out what is API, REST API and RESTful API?"s find out what is API, REST API and RESTful API?" width="671" height="500" srcset="https://anonyviet.com/wp-content/uploads/2022/06/1_VtzBqZ-yYr_c6DpJsQkiyA.jpg 671w, https://anonyviet.com/wp-content/uploads/2022/06/1_VtzBqZ-yYr_c6DpJsQkiyA-300x224.jpg 300w" sizes="(max-width: 671px) 100vw, 671px" title="Let's find out what is API, REST API and RESTful API?  6"/></p>
<p>If user wants to book train ticket, web application will show departure time, train stations and all information, when we view from developer side, developer wants to show all information of train timetables in the web application, then the developer will use the APIs to get these train information from the web server, which stores all the train details and information.  Developers can then retrieve data from the web server using the APIs to display in the web application.</p>
<h3 id="ftoc-loi-ich-cua-viec-su-dung-api" class="ftwp-heading">Benefits of using API</h3>
<p>APIs are required to make connections between functions in the application to process data from different processes.</p>
<p>● <strong>Easy integration:</strong> API can be integrated into any kind of software application, So it can be easily integrated with applications and functions between different websites.</p>
<p>● <strong>Reduce software development time:</strong> Using APIs that reduce development time, developers can implement their own APIs <a target="_blank" href="https://en.anonyviet.com/next-link?url=https%3A%2F%2Fanonyviet.com%2Ftag%2Fmap%2F" rel="noopener" class="local-link">Google Maps</a> to provide the exact location of the store to website visitors.  In doing so, you won&#8217;t need to develop a GPS-based location tracking app from scratch.  This approach will be more efficient and cost effective to achieve the required functionality.</p>
<p>● <strong>Security:</strong> The API provides a secure communication gateway for various application components to interact and exchange data.</p>
<h2 id="ftoc-restful-api-va-rest-api-la-gi" class="ftwp-heading">What is RESTFUL API and REST API?</h2>
<h3 id="ftoc-rest-api-la-gi" class="ftwp-heading">What is REST API?</h3>
<p>REpresentational State Transfer is abbreviated as REST.  It is an API that follows a set of rules for applications and services to communicate with each other.</p>
<p>REST APIs work by making requests for a resource and returning all relevant information about the resource, translated into a format that can be easily understood by the client (this format is defined by API requests).  The client can also modify items on the server and even add new items to the server through the REST API.</p>
<h3 id="ftoc-restful-api-la-gi" class="ftwp-heading">What is RESTful API?</h3>
<p>RESTful API is an Application Programming Interface (API) that follows the constraints of the REST architecture and interacts with RESTful web services.  RESTful API also follows the principles of REST API.  RESTful APIs are more scalable and have a longer lifespan.  RESTful API uses the <a target="_blank" href="https://en.anonyviet.com/next-link/?url=https%3A%2F%2Fhoclaptrinh.vn%2Ftutorial%2Fhoc-http" rel="noopener external nofollow" class="ext-link" onclick="this.target='_blank';">HTTP request</a> to access and use data.  There are four basic HTTP requests that a client can make:</p>
<p>● GET – To retrieve resources.</p>
<p>● POST – To create a new resource.</p>
<p>● PUT – To edit or update an existing resource.</p>
<p>● DELETE – To delete the resource.</p>
<p><img decoding="async" loading="lazy" class="aligncenter wp-image-41952 size-full" src="https://anonyviet.com/wp-content/uploads/2022/06/1_DbOABxOgw_dieGcZRd3jeg.jpg" alt="Let's find out what is API, REST API and RESTful API?  4" width="393" height="219" srcset="https://anonyviet.com/wp-content/uploads/2022/06/1_DbOABxOgw_dieGcZRd3jeg.jpg 393w, https://anonyviet.com/wp-content/uploads/2022/06/1_DbOABxOgw_dieGcZRd3jeg-300x167.jpg 300w" sizes="auto, (max-width: 393px) 100vw, 393px" title="Let's find out what is API, REST API and RESTful API?  7"/></p>
<h3 id="ftoc-endpoints-rest-api-va-restful-api" class="ftwp-heading">Endpoints REST API and RESTful API</h3>
<p>When a user uses the API to send &#8220;request&#8221; information from a web application or web server, it receives a &#8220;response&#8221;.  Where APIs send requests or contain resources directly are endpoints.  With the REST API, the endpoint is one end of the communication channel.</p>
<h3 id="ftoc-su-khac-nhau-giua-rest-api-va-restful-api" class="ftwp-heading">Difference between REST API and RESTful API</h3>
<p>Although the architectures of both REST and RESTful APIs are similar, they are a bit different.  REST API follows all the rules of REST architecture.  It has a cached, stateless, client-server layer system with a uniform interface, while RESTful web applications have all the features of the REST architecture with additional features. unique fig.</p>
<p>This REST protocol is very powerful and it inherits many security measures, which are built-in architectural layers.  In RESTful APIs there are many layers and there is a transport protocol which makes the system less secure when compared to REST.</p>
<p>REST API web services work on request and response.  RESTful operation is completely based on REST applications.</p>
<p>It is highly adaptable and friendly to all business and IT enterprises using REST API.  RESTful APIs are more flexible when compared to RESTLESS web services.</p>
<div class="kk-star-ratings kksr-auto kksr-align-right kksr-valign-bottom" data-payload="{&quot;align&quot;:&quot;right&quot;,&quot;id&quot;:&quot;41950&quot;,&quot;slug&quot;:&quot;default&quot;,&quot;valign&quot;:&quot;bottom&quot;,&quot;ignore&quot;:&quot;&quot;,&quot;reference&quot;:&quot;auto&quot;,&quot;class&quot;:&quot;&quot;,&quot;count&quot;:&quot;100&quot;,&quot;legendonly&quot;:&quot;&quot;,&quot;readonly&quot;:&quot;&quot;,&quot;score&quot;:&quot;5&quot;,&quot;starsonly&quot;:&quot;&quot;,&quot;best&quot;:&quot;5&quot;,&quot;gap&quot;:&quot;5&quot;,&quot;greet&quot;:&quot;\u0110\u00e1nh gi\u00e1 b\u00e0i vi\u1ebft post&quot;,&quot;legend&quot;:&quot;B\u00e0i vi\u1ebft \u0111\u1ea1t: 5\/5 - (100 b\u00ecnh ch\u1ecdn)&quot;,&quot;size&quot;:&quot;24&quot;,&quot;width&quot;:&quot;142.5&quot;,&quot;_legend&quot;:&quot;B\u00e0i vi\u1ebft \u0111\u1ea1t: {score}\/{best} - ({count} {votes})&quot;,&quot;font_factor&quot;:&quot;1.25&quot;}">
<p>            The article achieved: 5/5 &#8211; (100 votes)    </p>
</p></div>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://en.anonyviet.com/lets-find-out-what-is-api-rest-api-and-restful-api/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<media:content url="https://anonyviet.com/wp-content/uploads/2022/06/1_VtzBqZ-yYr_c6DpJsQkiyA.jpg" medium="image"></media:content>
            	</item>
	</channel>
</rss>
