REST

Representational State Transfer - a set of rules for building web APIs that are simple and scalable. Like having a standardized menu format that all restaurants can use.

Example: Mobile apps use REST APIs to get data from servers, such as retrieving user profiles or posting photos.

Category: software

Difficulty: intermediate