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