Web API

An application programming interface (API) over the web (HTTP/ HTTPS). If an API supports manipulating resources of the application over web, using standard HTTP methods of GET, POST, PUT, and DELETE, that means, the application supports a web API, which can be used by other applications.