REST API

A REST API is a web API that follows REST principles, using standard HTTP methods (GET, POST, PUT, DELETE) and URLs to let clients read and change data…