Skip to main content

API

A contract that lets programs talk to each other or to the browser.

An Application Programming Interface exposes operations and data. Browser APIs (like the DOM API) let JavaScript read and update HTML elements.

Related guides

Related terms