Open In App

API Full Form

API is an abbreviation for Application Program Interface. It was introduced on February 7, 2000 by Salesforce.com at the IDG Demo 2000 conference but that time these were not publicly available. It is a code that allows communication between two software programs. It delivers a request from the source to the destination and then brings back the response to the source. 

 



Also, it transfers the data between the two systems. It is comprised of related elements. It can be viewed as a set of rules and tools which are used to design various softwares. It is used in procedural languages, object-oriented languages, frameworks, etc. The most common APIs are REST API and SOAP API. Though APIs are designed using a number of techniques, among them, one is done using information hiding by dividing the software into multiple modules wherein each has a unique interface. 



A real-time example of an API is booking a flight. 

Advantages: 
 

Disadvantages: 
 

Example of API 

Here are some examples we use in daily life –

Article Tags :