UnifyAPI
← Back to catalog

cloudflare.zone_analytics

mock data$0.003 / call

Zone 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)

Developer Toolsprovider: Cloudflare#cloudflare#developer

Input schema

since

Minutes ago to start from (e.g. -1440 for last 24h, -10080 for last 7 days)

integer
zone_idrequired

Cloudflare Zone ID

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.