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=cxpublishedtranslations
- This module requires read rights.
- Source: ContentTranslation
- License: GPL-2.0-or-later
Fetch all published translations information.
Specific parameters:
Other general parameters are available.
- from
स्रोत भाषा कोड।
- This parameter is required.
- to
लक्षित भाषा कोड।
- This parameter is required.
- limit
दिखाने हेतु अनुवादनों की अधिकतम सीमा
- Type: integer or max
- The value must be between १ and ५००.
- 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
Examples:
- सभी प्रकाशित अनुवाद लायें, अंग्रेज़ी से स्पेनी में अनूदित
- api.php?action=query&list=cxpublishedtranslations&from=en&to=es [open in sandbox]