Mid REST API How does REST differ from SOAP? REST → Lightweight, uses HTTP, usually JSON, easy to use, stateless.SOAP → Protocol-based, uses XML, more complex, built-in security & transactions.REST is more flexible and widely used for web and mobile apps.