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=contenttranslationlangtrend

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

Query Content Translation database for numbers of translations by period of time.

Paramètres :
Other general parameters are available.
source

El codi de la llengua d'origen.

target

El codi de la llengua de destí.

interval

L'interval per calcular-ne la tendència. Pot ser week (setmana) o month(mes).

One of the following values: month, week
Per defecte: week
Examples:
Fetch the publishing trend for the language pair es-ca with weekly intervals
api.php?action=query&list=contenttranslationlangtrend&source=es&target=ca&interval=week [open in sandbox]
Recupera la tendència de publicació de totes les llengües
api.php?action=query&list=contenttranslationlangtrend [open in sandbox]