MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
meta=messagetranslations (mt)
- This module requires read rights.
- Source: Translate
- License: GPL-2.0+
Query all translations for a single message.
Parameters:
- mttitle
Full title of a known message.
- This parameter is required.
- mtoffset
When more results are available, use this to continue.
- Type: integer
- Default: 0
Example:
- List of translations in the wiki for "MediaWiki:January"
- api.php?action=query&meta=messagetranslations&mttitle=MediaWiki:January [open in sandbox]