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