미디어위키 API 도움말
이 페이지는 자동으로 생성된 미디어위키 API 도움말 문서입니다.
설명 문서 및 예시: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=translationstats
(main | translationstats)
- 이 모듈은 read 권한을 요구합니다.
- 출처: Translate
- 라이선스: GPL-2.0-or-later
Fetch translation statistics
특정 변수:
다른 일반 변수를 사용할 수 있습니다.
- count
Type of statistics being requested
- 이 변수는 필수입니다.
- 다음 값 중 하나: edits, registrations, reviewers, reviews, users 또는 다른 문자열: edits, registrations, reviewers, reviews, users
- days
Number of days to fetch statistics for
- 이 변수는 필수입니다.
- 유형: 정수
- 값은 1와 10,000 사이여야 합니다.
- 기본값: 30
- group
List of groups to fetch statistics for. See action=query&meta=messagegroups.
- | 또는 대안으로 값을 구분합니다.
- 값의 최대 수는 50(더 높은 제한이 허용된 클라이언트의 경우 500)입니다.
- language
List of languages to fetch statistics for.
- | 또는 대안으로 값을 구분합니다.
- 값의 최대 수는 50(더 높은 제한이 허용된 클라이언트의 경우 500)입니다.
- scale
Scale of the translation statistics
- 다음 값 중 하나: days, hours, months, weeks, years 또는 다른 문자열: days, hours, months, weeks, years
- 기본값: days
- start
Starting date from which to fetch translation statistics. Defaults to current date minus the number of days.
- 유형: 타임스탬프 (허용되는 포맷)
예시:
- Fetch edit count for the last 30 days, for all groups and languages
- api.php?action=translationstats&count=edits&days=30 [연습장에서 열기]
- Fetch edit count for the last 30 days, for languages English and French.
- api.php?action=translationstats&count=edits&days=30&language=en|fr [연습장에서 열기]