I am currently looking for an ordered list of the top 100 most popular domains globally and per country. I could not figure out how to specify the name of the country to retrieve a list. What is the command for retrieving the top 100 most popular domains for country X?
Here is the command for getting the current ordered top domains in the Cloudflare ranking.
curl -X GET "https://api.cloudflare.com/client/v4/radar/ranking/top?name=top&limit=5" \
-H "Authorization: Bearer <API_TOKEN>"
Thank you in advance.