I’d love to be able to grab visits via API. Results something along the line of (Shamelessly pinched from BunnyCDN’s log API)
{
"cache": "MISS",
"status": "301",
"timestamp": "1559138909895",
"bytes": "521",
"zone_id": "70112",
"ip": "x.y.z.0",
"referrer": "-",
"url": "https://hosted.fm/",
"edge": "MI",
"user_agent": "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727)",
"guid": "c81b842ab48d99fbc0e5139d3c2e5b96",
"country": "US",
},
Of course with the infrastructure and API in place it would also be possible to have frontend displays of this data too