RESTful Web Services Tutorial with Example

REST is used to build Web services that are lightweight, maintainable, and scalable in nature. A service which is built on the REST architecture is called a RESTful service. The underlying protocol for REST is HTTP, which is the basic web protocol. REST stands for REpresentational State Transfer

Read more here: https://www.guru99.com/restful-web-services.html