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

action=cxconfiguration

(main | cxconfiguration)
  • This module requires read rights.
  • Source: ContentTranslation
  • License: GPL-2.0-or-later

Fetch the Content Translation configuration json for the given language pair.

Parameters:
from

The source language code.

This parameter is required.
to

The target language code.

This parameter is required.
Example:
Fetch the Content Translation configuration json for Spanish-Catalan language pair
api.php?action=cxconfiguration&from=es&to=ca [open in sandbox]