API vocabulary
API
A set of definitions and protocols that allow technology products and services to communicate via the internet.
REST API
A web service that makes requests for resources through URL paths.
SOAP API
A web service that relies on a strict XML protocol to define the message exchange format for requests and responses.
Web service
A web-based application that provides resources in a format consumable by other computers.
Web service API
Sends and receives messages across the web using HTTP to transport the request and response.