Jump to content

Wikimedia REST API/ru

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

The Wikimedia REST API offers access to Wikimedia's content and metadata in machine-readable formats. Focused on high-volume use cases, it tightly integrates with Wikimedia's globally distributed caching infrastructure. As a result, API users benefit from reduced latencies and support for high request volumes.

The REST API along with its documentation is available for all major Wikimedia projects at the location /api/rest_v1/. For example, for the English Wikipedia it is available at https://en.wikipedia.org/api/rest_v1/.

While the functionality offered by most projects closely matches that on English Wikipedia, there are some noteworthy exceptions:

Versioning

The REST API follows this API versioning policy.

Условия и положения

  • Используя REST API, вы соглашаетесь с общими Условиями использования и Политикой конфиденциальности Викимедиа.
  • Чтобы не влиять на других пользователей API, ограничьте своих клиентов не более чем 200 запросами/сек к этому API в целом. Многие точки входа дополнительно указывают и применяют более строгие ограничения скорости.
  • We ask you to set a unique User-Agent or Api-User-Agent header that allows us to contact you quickly. Email addresses or URLs of contact pages work well.

Другие API

For the REST API included with MediaWiki 1.35 and later, see the MediaWiki Core REST API.

Таблица: просмотр · обсуждение · править
API Доступность Базовый URL Пример
API действий MediaWiki В комплекте с MediaWiki

Включен на проектах Викимедиа

/api.php https://ru.wikipedia.org/w/api.php?action=query&prop=info&titles=Земля
REST-API MediaWiki В комплекте с MediaWiki 1.35+

Включен на проектах Викимедиа

/rest.php https://ru.wikipedia.org/w/rest.php/v1/page/Земля
Wikimedia REST API Не в комплекте с MediaWiki

Доступен только на проектах Викимедиа

/api/rest https://ru.wikipedia.org/api/rest_v1/page/title/Земля
Для коммерческих API проектов Викимедиа, см. Wikimedia Enterprise

См. также