+ 1
What is the expansion of API?
API stands for ?
3 Answers
+ 7
Application Programming Interface
+ 5
For example, if one software program needs to ask another software program to do something for it, the API is the mediator or broker between the two programs. The asking program uses standardized APIs that have been developed and defined specifically for the program upon which it is calling. Simply put, an API allows the programmer to get a job done without having to worry about how the underlying technology works.