Rest API

What is Rest API?

REST API is also known as RESTful API is an Application Programming Interface that conforms to the constraints of REST architectural style and allows interaction with RESTful web services. REST is an architectural constraint rather than a protocol or standard. During a client request made using RESTful API, it transfers the representation of the state of the resources to the requester or endpoint. 

References: