Open links in new tab
  1. Purpose

    In building applications, an API (application programming interface) simplifies programming by abstracting the … See more

    API - Wikipedia

    • 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 … See more

    History of the term

    The term API initially described an interface only for end-user-facing programs, known as application programs. This origin is still reflected in the name "application programming interface." Today, the term is broader, in… See more

    Usage

    The interface to a software library is one type of API. The API describes and prescribes the "expected behavior" (a specification) while the library is an "actual implementation" of this set of rules.
    A single AP… See more

    Design

    The design of an API has significant impact on its usage. The principle of information hiding describes the role of programming interfaces as enabling modular programming by hiding the implementation details of th… See more

    Release policies

    APIs are one of the more common ways technology companies integrate. Those that provide and use APIs are considered as being members of a business ecosystem.
    The main policies for releasing an API are:
    • Private: … See more

    Documentation

    API documentation describes what services an API offers and how to use those services, aiming to cover everything a client would need to know for practical purposes.
    Documentation is crucial for the developme… See more

    Dispute over copyright protection for APIs

    In 2010, Oracle Corporation sued Google for having distributed a new implementation of Java embedded in the Android operating system. Google had not acquired any permission to reproduce the Java API, although p… See more

     
  1. Getting started with Wikimedia APIs - API Portal

  2. Web API - Wikipedia

  3. API Portal - Wikimedia

  4. Learn - API Portal - Wikimedia

  5. What is the Wikipedia API? How to Use It and Alternatives

  6. People also ask
  7. How To Use The Wikipedia API - Code Snippet

    Learn how to use the Wikipedia API to pull data from Wikipedia and format it for your application. Follow the steps to create an endpoint, a connection, and a request using XMLHttpRequest and JSON.

  8. Open API - Wikipedia

  9. Use content and data - Wikimedia Developer Portal

  10. What is an API and How Does it Work? APIs for …

    Dec 5, 2022 · What is an API? API stands for Application Programming Interface. The application can be any software that performs a specific task and the interface is a point where two applications communicate. One application …