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

(main | query | cxpublishedtranslations)
  • This module requires read rights.
  • Font : ContentTranslation
  • Licéncia : GPL-2.0-or-later

Fetch all published translations information.

Paramètres :
Other general parameters are available.
from

Codi de la llengua d'origen.

to

Codi de la llengua de destí.

limit

Lo nombre maximal de traduccions d'obténer.

Type: integer or max
The value must be between 1 and 500.
Per defecte: 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.

Default: (empty)
Examples:
Recupera totes les traduccions publicades
api.php?action=query&list=cxpublishedtranslations [open in sandbox]
Recupera totes les traduccions publicades, traduïdes de l'anglès
api.php?action=query&list=cxpublishedtranslations&from=en [open in sandbox]
Recupera totes les traduccions publicades, traduïdes de l'anglès a l'espanyol
api.php?action=query&list=cxpublishedtranslations&from=en&to=es [open in sandbox]