API Access Protocols and API Types
Learn how to categorize and access APIs.
Types of API protocols and architectures
The Google Maps API is probably the one that is most often used by people without them realizing it because it is used via an interface, such as Uber or Lyft. APIs allow products to use capabilities from another product or company in a seamless way. This dramatically reduces the complexity of building software, as these capabilities are often so extensive that it is not possible to develop them from scratch.
There are three major types of API protocols and architectures:
Representational State Transfer (REST): The most popular approach to building APIs is the REST ...