The acronym “REST” most commonly stands for Representational State Transfer in computing and web development contexts.

In practice, REST is a style for designing web services and APIs so that clients and servers can communicate in a simple, scalable way using standard HTTP methods like GET, POST, PUT, and DELETE.