Skip to main content

Application Programming Interface

Updated over 2 years ago

An application programming interface (API) is a method for separate computer applications to talk to each other. APIs are useful because they allow one computer application (e.g. website) to surface information from another system without needing to store all the data or handle all the complexity of the other system.

Did this answer your question?