REST (Representational State Transfer)
A type of software architecture, in which clients send requests to servers, and servers return responses after processing requests. It is the most commonly used architecture for APIs. The MARS API uses REST architecture.