← Back to catalog
cloudflare.zone_analytics
mock data$0.003 / callZone Traffic Analytics
Traffic analytics for a Cloudflare zone — total requests, cached vs uncached, bandwidth, threats blocked, page views. Supports custom time ranges (last 24h, 7 days, etc.) (Cloudflare)
Input schema
since
integerMinutes ago to start from (e.g. -1440 for last 24h, -10080 for last 7 days)
zone_idrequired
stringCloudflare Zone ID
Call via REST
curl -X POST https://unifyapi.pro/api/call/cloudflare.zone_analytics \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"since":0,"zone_id":"<zone_id>"}'