REST (Representational State Transfer) is an architectural style for building web APIs. A REST API uses HTTP methods and URLs to provide a standard way for applications to communicate over the internet.
REST APIs are stateless, meaning each request from the client contains all the information the server needs to fulfill it.