MediaWiki API help

This is an auto-generated MediaWiki API documentation page.

Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

list=contenttranslation

(main | query | contenttranslation)
  • This module requires read rights.
  • This module can be used as a generator.
  • Source: ContentTranslation
  • License: GPL-2.0-or-later

Query Content Translation database for translations.

Specific parameters:
Other general parameters are available.
translationid

Tulkojuma ID.

from

Avota valodas kods.

to

Mērķa valodas kods.

sourcetitle

Avota lapas nosaukums.

limit

The maximum number of translations to fetch.

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

Offset into result set (optional).

type

Tulkojuma stāvoklis.

One of the following values: draft, published
sectiontranslationsonly

Whether section translations should be fetched, instead of article translations

Type: boolean (details)
Examples:
Get translations started by the current user.
api.php?action=query&list=contenttranslation [open in sandbox]
Iegūt tulkojuma melnrakstu pēc ID.
api.php?action=query&list=contenttranslation&translationid=94 [open in sandbox]
Find any translation for the given title between given language pair
api.php?action=query&list=contenttranslation&from=en&to=es&sourcetitle=Hibiscus [open in sandbox]