REST (Representational State Transfer) हा networked applications साठीचा एक architectural style आहे, जो Roy Fielding ने परिभाषित केला. तो protocol किंवा standard नाही — तो constraints चा संच आहे; अनुसरल्यास API scalable, cacheable, आणि विकसित करायला सोपी होते. "RESTful" API सर्वकाही URIs ने ओळखल्या जाणाऱ्या resources (users, orders, products) म्हणून मॉडेल करते, आणि त्यांना standard HTTP methods वापरून हाताळते.
