|
8 | 8 | content: Overview |
9 | 9 | --- |
10 | 10 |
|
11 | | -import { Description, Feature, Plan } from "~/components" |
| 11 | +import { |
| 12 | + CardGrid, |
| 13 | + Description, |
| 14 | + Feature, |
| 15 | + LinkButton, |
| 16 | + LinkTitleCard, |
| 17 | + Plan, |
| 18 | +} from "~/components"; |
12 | 19 |
|
13 | 20 | <Description> |
14 | | - |
15 | 21 | Get access to Cloudflare's data on global Internet traffic. |
16 | 22 | </Description> |
17 | 23 |
|
18 | | -<Plan type="all" /> |
19 | | - |
20 | | -[Cloudflare Radar](https://radar.cloudflare.com) is a hub that showcases global Internet traffic, attacks, and technology trends and insights. It is powered by data from Cloudflare’s global network, as well as aggregated and [anonymized](/1.1.1.1/privacy/public-dns-resolver/) data from Cloudflare’s [1.1.1.1 public DNS resolver](/1.1.1.1/). |
| 24 | +<Plan type="all"/> |
21 | 25 |
|
22 | | -Using Radar's API you can access Cloudflare's data on global Internet traffic. |
| 26 | +[Cloudflare Radar](https://radar.cloudflare.com) is a hub that showcases global Internet traffic, attacks, and technology trends and insights. It is powered by data from [Cloudflare’s global network](https://www.cloudflare.com/network/), as well as aggregated and [anonymized data](/1.1.1.1/privacy/public-dns-resolver/) from Cloudflare’s [1.1.1.1 public DNS resolver](/1.1.1.1/). |
23 | 27 |
|
24 | | -Radar's API is free, allowing academics, data sleuths and other web enthusiasts to investigate Internet usage across the globe. |
| 28 | +Using [Radar's API](/api/resources/radar/) you can access Cloudflare's data on global Internet traffic. |
| 29 | +Radar's API is free, allowing academics, technology professionals, and other web enthusiasts to investigate Internet usage across the globe. |
25 | 30 |
|
26 | 31 | Data available via Radar API endpoints is made available under the [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/) license. |
27 | 32 |
|
28 | | -*** |
| 33 | +<LinkButton |
| 34 | + variant="primary" |
| 35 | + href="/radar/get-started/" |
| 36 | +> |
| 37 | + Get started |
| 38 | +</LinkButton> |
| 39 | + |
| 40 | +<LinkButton |
| 41 | + variant="secondary" |
| 42 | + href="https://radar.cloudflare.com/" |
| 43 | +> |
| 44 | + Radar website |
| 45 | +</LinkButton> |
| 46 | + |
| 47 | +--- |
29 | 48 |
|
30 | 49 | ## Features |
31 | 50 |
|
32 | | -<Feature header="Make your first API request" href="/radar/get-started/first-request/" cta="Make your first API request"> |
33 | | -Start learning how to use Radar's API by making your first request. |
| 51 | +<Feature |
| 52 | + header="Make your first API request" |
| 53 | + href="/radar/get-started/first-request/" |
| 54 | + cta="Make your first API request" |
| 55 | +> |
| 56 | + Start learning how to use Radar's API by making your first request. |
34 | 57 | </Feature> |
35 | 58 |
|
36 | | -<Feature header="Compare data" href="/radar/get-started/making-comparisons/" cta="Compare data"> |
37 | | -What to know before making comparisons between locations, [autonomous systems](https://www.cloudflare.com/en-gb/learning/network-layer/what-is-an-autonomous-system/) and more. |
| 59 | +<Feature |
| 60 | + header="Compare data" |
| 61 | + href="/radar/get-started/making-comparisons/" |
| 62 | + cta="Compare data" |
| 63 | +> |
| 64 | + What to know before making comparisons between locations, [autonomous |
| 65 | + systems](https://www.cloudflare.com/en-gb/learning/network-layer/what-is-an-autonomous-system/), and more. |
38 | 66 | </Feature> |
| 67 | + |
| 68 | +<Feature |
| 69 | + header="URL Scanner" |
| 70 | + href="/radar/investigate/url-scanner/" |
| 71 | + cta="Use URL Scanner" |
| 72 | +> |
| 73 | + Understand the security, performance, technology, and network details of a URL with a publicly shareable report. |
| 74 | +</Feature> |
| 75 | + |
| 76 | +--- |
| 77 | + |
| 78 | +## More resources |
| 79 | + |
| 80 | +<CardGrid> |
| 81 | + |
| 82 | + <LinkTitleCard |
| 83 | + title="Investigate" |
| 84 | + href="/radar/investigate/" |
| 85 | + icon="document" |
| 86 | + > |
| 87 | + Explore the diverse data available in Cloudflare Radar, including NetFlows, HTTP requests, DNS queries, and much more. |
| 88 | + </LinkTitleCard> |
| 89 | + |
| 90 | + <LinkTitleCard |
| 91 | + title="@CloudflareRadar" |
| 92 | + href="https://x.com/cloudflareradar" |
| 93 | + icon="x.com" |
| 94 | + > |
| 95 | + Follow @CloudflareRadar on X to learn about Internet trends, as seen by the Cloudflare global network. |
| 96 | + </LinkTitleCard> |
| 97 | + |
| 98 | + <LinkTitleCard |
| 99 | + title="@cloudflareradar" |
| 100 | + href="https://noc.social/@cloudflareradar" |
| 101 | + icon="mastodon" |
| 102 | + > |
| 103 | + Follow @cloudflareradar on Mastodon to learn about Internet trends, as seen by the Cloudflare global network. |
| 104 | + </LinkTitleCard> |
| 105 | + |
| 106 | + <LinkTitleCard |
| 107 | + title="@radar.cloudflare.com" |
| 108 | + href="https://bsky.app/profile/radar.cloudflare.com" |
| 109 | + icon="blueSky" |
| 110 | + > |
| 111 | + Follow @radar.cloudflare.com on Bluesky to learn about Internet trends, as seen by the Cloudflare global network. |
| 112 | + </LinkTitleCard> |
| 113 | + |
| 114 | + <LinkTitleCard |
| 115 | + title="Cloudflare blog" |
| 116 | + href="https://blog.cloudflare.com/tag/cloudflare-radar/" |
| 117 | + icon="open-book" |
| 118 | + > |
| 119 | + Read articles about the latest trends and updates on Cloudflare Radar. |
| 120 | + </LinkTitleCard> |
| 121 | + |
| 122 | +</CardGrid> |
0 commit comments