
REST - Wikipedia
REST (Representational State Transfer) is a software architectural style that was created to describe the design and guide the development of the architecture for the World Wide Web.
What is REST?: REST API Tutorial
Apr 1, 2025 · REST is an acronym for REpresentational State Transfer. It is an architectural style for hypermedia systems and was first presented by Roy Fielding.
REST: Conceito e fundamentos - Alura
Sep 21, 2020 · Entenda o que é REST e o que significa este modelo de arquitetura. Neste artigo, descubra a origem do termo, suas responsabilidades e os principais métodos do HTTP.
REST - Glossário do MDN Web Docs | MDN
REST (Representational State Transfer) refere-se a um grupo de restrições de design dentro da arquitetura de software que geram sistemas distribuídos eficientes, confiáveis e escaláveis.
REST API basics and implementation | Google Cloud
Learn what a REST API is, how it works, and its core principles. Explore examples and best practices for building scalable web services.
O que é uma API REST (API RESTful)? | IBM
Um API Rest é uma arquitetura de API que utiliza maneiras flexíveis de integrar aplicações por meio da transferência de estado representacional (REST).
REST Definition & Meaning - Merriam-Webster
The meaning of REST is repose, sleep; specifically : a bodily state characterized by minimal functional and metabolic activities. How to use rest in a sentence.
API REST - O que é API REST? - Red Hat
REST é a sigla para "Representational State Transfer" (transferência de estado representacional), um conjunto de regras e diretrizes sobre como você deve criar uma API web.
REST API Introduction - GeeksforGeeks
Dec 23, 2025 · REST API stands for Representational State Transfer API. It is a type of API (Application Programming Interface) that allows communication between different systems …
What is RESTful API? - RESTful API Explained - AWS
Representational State Transfer (REST) is a software architecture that imposes conditions on how an API should work. REST was initially created as a guideline to manage communication on a …