logo

Video encyclopedia

Application programming interface

3:25

What is an API?

1:49

What is an API (Application Programming Interface)?

3:06

API (Application Programming Interface), Explained

3:20

Application Programming Interface API

2:23

What is an Application Programming Interface (API)?

In computer programming, an application programming interface (API) is a set of subroutine definitions, communication protocols, and tools for building software. In general terms, it is a set of clearly defined methods of communication between various components. A good API makes it easier to develop a computer program by providing all the building blocks, which are then put together by the programmer. An API may be for a web-based system, operating system, database system, computer hardware, or software library. An API specification can take many forms, but often includes specifications for routines, data structures, object classes, variables, or remote calls. POSIX, Windows API and ASPI are examples of different forms of APIs. Documentation for the API is usually provided to facilitate usage and implementation.
  • Purpose 

  • Usage 

  • Design 

  • Release policies 

  • Documentation 

  • Copyright controversy 

  • Examples