API: Difference between revisions
Appearance
Created page with "An '''application programming interface''' ('''API''') is a connection between computers or between computer programs. It is a type of software interface, offering a service to other pieces of software. A document or standard that describes how to build such a connection or interface is called an ''API specification''. A computer system that meets this standard is said to ''implement'' or ''expose'' an API. The term API may refer either to the specification or to the imp..." |
No edit summary |
||
| Line 4: | Line 4: | ||
[[Category:Abbreviations]] | [[Category:Abbreviations]] | ||
[[Category:Pages linking to Wikipedia]] | [[Category:Pages linking to Wikipedia]] | ||
[[Category:FAPlist]] | |||
Latest revision as of 10:18, 31 March 2026
An application programming interface (API) is a connection between computers or between computer programs. It is a type of software interface, offering a service to other pieces of software. A document or standard that describes how to build such a connection or interface is called an API specification. A computer system that meets this standard is said to implement or expose an API. The term API may refer either to the specification or to the implementation.
For more information, see Wikipedia.