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