What is REST | REST API Tutorial
https://restfulapi.net/
REST is an architecture style for designing networked applications. REST is a lightweight alternative to mechanisms like RPC (Remote Procedure Calls) and Web Services (SOAP) etc.
Representational state transfer - Wikipedia
https://en.wikipedia.org/wiki/Representational_state_transfer
Representational state transfer (REST) is a software architectural style which uses a subset of HTTP. It is commonly used to create interactive applications that use Web services.
What Is a REST API? - SitePoint
https://www.sitepoint.com/developers-rest-api/
A REST API is a way for two computer systems to communicate over HTTP in a similar way to web browsers and servers. Sharing data between two or more systems has always been a fundamental...
What Is REST API? | RESTful API Tutorial For Beginners | Edureka
https://www.edureka.co/blog/what-is-rest-api/
What is REST API? REST stands for REpresentational State Transfer. What is REST API? - A Comprehensive Guide To RESTful APIs. Last updated on Nov 25,2020 79.9K Views.