What is an API? Definition and meaning
The term API comes from English and stands for ” A pplication P rogramming I nterface”. 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.
