Back to Developer Roadmap

REST

src/data/roadmaps/backend-beginner/content/[email protected]

4.0977 B
Original Source

REST

REST API is an architectural style using standard HTTP methods (GET, POST, PUT, DELETE) to interact with URI-represented resources. It's stateless, requiring complete request information, uses HTTP status codes, and typically communicates via JSON/XML. Popular for simplicity and scalability.

Visit the following resources to learn more: