API
API — Application Programming Interface
A set of rules and definitions that lets two applications communicate. They exchange data in a structured, secure way.
An API defines how one system can request information or actions from another without knowing its internal details, acting as a stable contract between them.
Web APIs, usually over HTTP and JSON, are the foundation of service integrations and decoupled architectures.
Sinónimos: interfaz de programación de aplicaciones