Trợ giúp về API MediaWiki
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
list=contenttranslationlangtrend
- Mô đun này cần quyền đọc.
- Source: ContentTranslation
- License: GPL-2.0-or-later
Query Content Translation database for numbers of translations by period of time.
Các tham số:
Other general parameters are available.
- source
Mã ngôn ngữ gốc.
- target
Mã ngôn ngữ đích.
- interval
Khoảng thời gian để tính xu hướng. Có thể theo đơn vị week (tuần) hoặc month (tháng).
- Một trong các giá trị: month, week
- Default: week
Các ví dụ:
- Nhận xu hướng xuất bản của cặp ngôn ngữ es-ca hàng tuần
- api.php?action=query&list=contenttranslationlangtrend&source=es&target=ca&interval=week [open in sandbox]
- Nhận xu hướng xuất bản của mọi ngôn ngữ
- api.php?action=query&list=contenttranslationlangtrend [open in sandbox]