Weight
3
Answer
API stands for Application Program Interface or Application Programming Interface. It is a set of commands, functions and procedures programmers can use when building software for a certain operating system. APIs allows programmers to use pre-defined functions to interact with the operating system. One application can use an API to make a standardised request to another application and get the other application to take the input, perform an operation and return standardised output back to the original application.