API wikipedia - Search
  1. Purpose

    In building applications, an API simplifies programming by abstracting the underlying implementation and only … See more

    API - Wikipedia

    • An application programming interface (API) is a way for two or more computer programs or components to communicate with each other. It is a type of software interface, offering a service to other pieces of software. A document or standard that describes how to build or use such a connection or interface is called an API specification. A computer system t… 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 a significant impact on its usage. First of all, the design of programming interfaces represents an important part of software architecture, the organization of a complex piece of software. T… See more

    Security

    API security is very critical when developing a public facing API. Common threats include SQL injection, Denial-of-service attack (DoS), broken authentication, and exposing sensitive data. Without ensuring proper sec… 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 the 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

     
    Kizdar net | Kizdar net | Кыздар Нет
    Upvotes100Top Answeranswered Mar 9, 2009 at 19:08

    MediaWiki's API is running on Wikipedia (docs). You can also use the Special:Export feature to dump data and parse it yourself.

    More information.

    Content Under CC-BY-SA license
    Was this helpful?
     
  1. Getting started with Wikimedia APIs - API Portal

     
  2. Wikimedia API Portal

  3. Learn - API Portal - Wikimedia

  4. People also ask
  5. Discover and build Wikimedia technology - Wikimedia Developer …

  6. A Beginner's Guide To The Wikipedia API | Wikilocation.org

  7. Use content and data - Wikimedia Developer Portal

  8. Is there a Wikipedia API? - Stack Overflow

  9. Wikipedia API — Wikipedia Python API 0.6.0 documentation

  10. How to use Wikipedia API with Python (with Examples)

  11. API catalog - API Portal - Wikimedia

  12. Overview of RESTful API Description Languages - Wikipedia

  13. wikipediaapi — Wikipedia Python API 0.6.0 documentation

  14. API - MDN Web Docs Glossary: Definitions of Web-related terms …

  15. Application programming interface - Simple English Wikipedia, …

  16. How can I get Wikipedia content using Wikipedia's API?

  17. Wikipedia-API · PyPI

  18. Searching for Wikipedia articles using Python - API Portal