Get top 100 editors by net bytes-difference.
GET
/metrics/editors/top-by-net-bytes-difference/{project}/{editor-type}/{page-type}/{year}/{month}/{day}
Editors data
editors by net bytes-difference. You can filter by editor-type (all-editor-types, anonymous,
group-bot, name-bot, user) or page-type (all-page-types, content or non-content). The
user_text returned is either the mediawiki user_text if the user is registered, or
"Anonymous Editor" if user is anonymous.
CC0 1.0 license.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://wikimedia.org/api/rest_v1/metrics/editors/top-by-net-bytes-difference//////'
Response Response Example
200 - Example 1
{
"items": [
{
"editor-type": "string",
"granularity": "string",
"page-type": "string",
"project": "string",
"results": [
{
"timestamp": "string",
"top": [
{
"net_bytes_diff": 0,
"rank": 0,
"user_text": "string"
}
]
}
]
}
]
}
Request
Path Params
project
string
required
for example en.wikipedia. You may pass en.wikipedia.org and the .org will be stripped
off. For projects like commons without language codes, use commons.wikimedia. For
projects like www.mediawiki.org, you can use that full string, or just use mediawiki
or mediawiki.org.
editor-type
string
required
accounts belonging to the bot group), name-bot (registered accounts not belonging to
the bot group but having bot-like names) or user (registered account not in bot group
nor having bot-like name). If you are interested in edits regardless of their
editor-type, use all-editor-types.
page-type
string
required
namespaces) or non-content (edits on pages in non-content namespaces). If you are
interested in edits regardless of their page-type, use all-page-types.
year
string
required
month
string
required
day
string
required
Responses
Modified at 2023-08-15 06:49:12