curl --location --request GET 'https://wikimedia.org/api/rest_v1/metrics/pageviews/top-by-country////'
{
"items": [
{
"access": "string",
"countries": [
{
"country": "string",
"rank": 0,
"views": 0
}
],
"month": "string",
"project": "string",
"year": "string"
}
]
}