Linked from
The 32 pages that link to Application programming interface, each with the reason it gives.
AbstractionRelated: An API exposes capabilities while hiding internal implementation details.
Attack surfaceRelated: APIs create callable interfaces that may expose data or privileged actions.
Runtime systemRelated: Runtime services are commonly exposed through APIs that programs call.
Mobile appRelated: Mobile apps use APIs to access operating-system features and remote services.
Data sharingRelated: APIs let systems share data through structured, repeatable requests.
ChatbotRelated: Chatbots use APIs to retrieve information or perform actions in other services.
SoftwareRelated: APIs let one software component request capabilities from another.
Tool (computing)Related: APIs let tools connect to other programs and systems.