What is API?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is API??

i m having trouble in knowing what is API

31st Aug 2017, 3:44 PM
Stephen
4 Answers
+ 6
Application Programming Interface. "In computer programming, an Application Programming Interface (API) is a set of subroutine definitions, protocols, and tools for building application software. In general terms, it is a set of clearly defined methods of communication between various software 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, Microsoft Windows API, the C++ Standard Template Library and Java APIs are examples of different forms of APIs. Documentation for the API is usually provided to facilitate usage." https://en.wikipedia.org/wiki/Application_programming_interface
31st Aug 2017, 3:52 PM
AgentSmith
+ 1
Thank u netkos ent.
31st Aug 2017, 3:53 PM
Stephen
+ 1
A sample code would make you understand the function of API https://code.sololearn.com/WUkNscDG4UOE/?ref=app
31st Aug 2017, 4:56 PM
Calviղ
Calviղ - avatar
+ 1
This seems like a duplicate of: https://www.sololearn.com/Discuss/60324/?ref=app
17th Dec 2018, 8:18 AM
Janning⭐
Janning⭐ - avatar