"Unique visitors"
Hello everyone! I have a problem: we have several domains and it is extremely inconvenient to jump around web interfaces to collect data "Unique visitors" Please tell me if it is possible to somehow get data via API from the control panel. I am interested in "Unique visitors"
1 Reply
It's all available in Cloudflare's GraphQL: https://developers.cloudflare.com/analytics/graphql-api/, free has limited data sets but still same access as dashboard:
uniques = unique ips, same as unique visitors, and you'd get a response with data like
(more fields then that too of course, if you use a graphql client with introspection you can see the full schema)