Isabella Di Fabio Is an API a web service?
- Isabella Di Fabio
- Jun 21, 2022
- 1 min read
Isabella Di Fabio A web service or web service is a type of technology that, through certain protocols and standards, enables communication between different computers and allows data to be exchanged between them, in other words, a web service is a type of API (Programming Interface Of applications).

A web service is indeed a type of API, but an API may or may not be a web service.
An API specifies how software components should interact with each other. It is a set of routines and protocols whose responses are returned using the structure of a JSON or an XML to represent the data.
In addition, APIs are characterized by being able to use any type of communication protocol, without being limited as web services are.
Comments