Skip to main content

REST

Web

An architectural style for designing networked APIs.

Representational State Transfer (REST) is a set of conventions for building web APIs around resources identified by URLs, manipulated with standard HTTP methods, and exchanged in formats like JSON. RESTful APIs are stateless and cacheable.

← Back to full glossary