curl --location --request GET 'https://wikimedia.org/api/rest_v1/metrics/editors/top-by-absolute-bytes-difference//////'
{
"items": [
{
"editor-type": "string",
"granularity": "string",
"page-type": "string",
"project": "string",
"results": [
{
"timestamp": "string",
"top": [
{
"abs_bytes_diff": 0,
"rank": 0,
"user_text": "string"
}
]
}
]
}
]
}