Skip to main content

Cloudflare Radar

Learning Focus

By the end of this lesson you will understand what Cloudflare Radar provides and how to use it for internet monitoring and research.

What Is Cloudflare Radar?

Cloudflare Radar is a free, public tool that provides insights into global internet patterns. Because Cloudflare handles ~20% of all web traffic, it has unique visibility into internet trends, outages, attacks, and technology adoption.

Visit: radar.cloudflare.com

What You Can See

CategoryExamples
Traffic trendsGlobal and per-country internet traffic over time
OutagesReal-time internet outage detection (ISP, country, on-level)
AttacksDDoS attack activity, top attacked countries and industries
AdoptionIPv6, HTTP/2, HTTP/3, TLS 1.3, post-quantum adoption rates
Domain rankingsTop 100 most popular domains globally and per-country
RoutingBGP route leak and hijack detection
Email securityDMARC, SPF, DKIM adoption rates
SpeedInternet quality measurements by country and ISP

Key Features

Internet Traffic Map

A real-time global map showing traffic volume by country. You can compare countries, view trends over time, and detect anomalies.

Outage Detection

Radar automatically detects internet outages — from ISP-level disruptions to country-wide shutdowns. This is invaluable for:

  • Network operations — knowing when an ISP is down
  • Journalism — tracking internet shutdowns
  • Business continuity — understanding why traffic dropped

Domain Rankings

The Radar Domains page shows the most popular domains globally and by country:

  • Updated daily
  • Based on DNS query volume (anonymized)
  • Available via API for programmatic access

Radar API

Example API call
curl "https://api.cloudflare.com/client/v4/radar/ranking/top?limit=10" \
-H "Authorization: Bearer {api_token}"

The Radar API provides programmatic access to all Radar data — traffic trends, domain rankings, attack data, and more.

Key Takeaways

  • Cloudflare Radar is a free, public internet intelligence tool.
  • Monitor traffic trends, outages, attacks, and technology adoption globally.
  • Useful for network operations, research, journalism, and competitive analysis.
  • Data is available via a free API for programmatic access.

What's Next