Помоћ око Медијавикијевог API-ја

Ово је аутоматски генерисана документација за Медијавики API

Документација и примери: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

list=cxpublishedtranslations

(main | query | cxpublishedtranslations)
  • This module requires read rights.
  • Извор: ContentTranslation
  • Лиценца: GPL-2.0-or-later

Fetch all published translations information.

Специфични параметри:
Other general parameters are available.
from

Код изворног језика.

This parameter is required.
to

Код циљног језика.

This parameter is required.
limit

The maximum number of translations to fetch.

Type: integer or max
The value must be between 1 and 500.
Default: 500
offset

When more results are available, use this to continue. More detailed information on how to continue queries can be found on mediawiki.org.

Type: integer
Default: 0
Пример:
Узми све објављене преводе са енглеског на шпански
api.php?action=query&list=cxpublishedtranslations&from=en&to=es [open in sandbox]