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

अनुवाद पता।

from

स्रोत भाषा कोड।

to

लक्षित भाषा कोड।

sourcetitle

स्रोत पृष्ठ का शीर्षक

sourcesectiontitle

The title of the source section (optional).

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

अनुवाद की स्थिति

One of the following values: draft, published
usecase

The usecase for which the translations are being fetched (optional).

One of the following values: desktop-editor-draft, translation-corpora-units, unified-dashboard
Examples:
वर्तमान सदस्य द्वारा आरम्भ किये गये अनुवाद प्राप्त करें
api.php?action=query&list=contenttranslation [open in sandbox]
आईडी द्वारा प्रालेखित अनुवाद प्राप्त करें
api.php?action=query&list=contenttranslation&translationid=94 [open in sandbox]
दिये गयी भाषा युग्म के मध्य दिये गये शीर्षक के लिए कोई भी अनुवाद प्राप्त करें
api.php?action=query&list=contenttranslation&from=en&to=es&sourcetitle=Hibiscus [open in sandbox]