REST
Representational State Transfer
REST is the acronym for Representational State Transfer.
A type of web API that uses HTTP methods (such as GET, POST, PUT, and DELETE) to retrieve and manipulate data. REST APIs are designed to be lightweight and flexible and are often used for building web and mobile applications.
- Abbreviation: REST