Definition
The term API comes from English and stands for “Application Programming Interface”. An API defines a programming interface between two different software applications.
Functions of the API
This interface serves to bring information from the respective programs onto a common source code level so that they can be exchanged with one another.
An API describes how information is retrieved from an application and returned to it.
