Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Revision 806249 of API

  • Revision slug: Glossary/API
  • Revision title: API
  • Revision id: 806249
  • Created:
  • Creator: klez
  • Is current revision? No
  • Comment use of interwiki macro

Revision Content

An API (Application Programming Interface) is a set of features and rules allowing interaction between the software providing the API and other software components. In Web development, API commonly means a set of standard {{glossary("method","methods")}}, {{Glossary("property","properties")}}, events, and {{Glossary("URL","URLs")}} for interacting with Web content.

Learn more

General knowledge

  • {{Interwiki("wikipedia", "Application_programming_interface", "API")}} on Wikipedia

Technical reference

Revision Source

<p>An API (Application Programming Interface) is a set of features and rules allowing interaction between the software providing the API and other software components. In Web development, API commonly means a set of standard {{glossary("method","methods")}}, {{Glossary("property","properties")}}, events, and {{Glossary("URL","URLs")}} for interacting with Web content.</p>

<h2 id="Learn_more">Learn more</h2>

<h3 id="General_knowledge">General knowledge</h3>

<ul>
 <li>{{Interwiki("wikipedia", "Application_programming_interface", "API")}} on Wikipedia</li>
</ul>

<h3 id="Technical_reference">Technical reference</h3>

<ul>
 <li><a href="https://developer.mozilla.org/en-US/docs/Web/API">Web API reference</a></li>
</ul>
Revert to this revision