Jump to content

API:REST API

From mediawiki.org
This page is a translated version of the page API:REST API and the translation is 33% complete.

The MediaWiki REST API provides access to wiki content and functionality through a RESTful, HTTP interface. It supports operations like searching, getting and transforming wiki pages, and accessing page history.

はじめに

Learn about the API and get started making basic API calls.

API リファレンス

Interact with the API and find documentation for each endpoint.

チュートリアル
利用者ガイド

API features

The MediaWiki REST API offers the following key features:

Compared to the MediaWiki Action API , the REST API offers:

  • A smaller, more streamlined set of operations and resources.
  • Better performance, and cached responses to reduce system load on Wikimedia projects.
  • Simple, consistent URL structure for endpoints.

To learn more about how the MediaWiki REST API compares to other available APIs, see API .

ヘルプを受ける

Contribute

これらの解説文書はMediaWiki コアソースコードに従い、書き下ろしました。 訂正や加筆をお待ちしています。 To share a tutorial or app that uses the MediaWiki REST API, add a comment on the Talk page.

See recent changes to the API at API:REST API/Changelog .

Client libraries