Skip to content

Commit 9d1a31f

Browse files
[Radar] Mention regional data in changelog/release notes (cloudflare#25486)
* [Radar] Mention regional data in changelog/release notes * [Radar] Mention regional data in changelog/release notes Add changelog * [Radar] Mention regional data in changelog/release notes Spelling fixes * [Radar] Mention regional data in changelog/release notes remove http summary and timeseries groups endpoint mentions * Update src/content/changelog/radar/2025-09-29-radar-regional-data.mdx Co-authored-by: marciocloudflare <[email protected]> * [Radar] Mention regional data in changelog/release notes remove http summary and timeseries remove absolute url * [Radar] Mention regional data in changelog/release notes rename Http and Netflows * [Radar] Mention regional data in changelog/release notes fix netflows summary url * [Radar] Mention regional data in changelog/release notes fix netflows url * [Radar] Mention regional data in changelog/release notes fix netflows url * [Radar] Mention regional data in changelog/release notes fix casing --------- Co-authored-by: marciocloudflare <[email protected]>
1 parent 018a0b0 commit 9d1a31f

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: Regional Data in Cloudflare Radar
3+
description: New Regional traffic insights, bringing a more localized perspective to the traffic trends shown on Radar.
4+
products:
5+
- radar
6+
date: 2025-09-29
7+
---
8+
9+
[**Radar**](/radar/) now introduces Regional Data, providing traffic insights that bring a more localized perspective to the traffic trends shown on Radar.
10+
11+
The following API endpoints are now available:
12+
13+
- [`Get Geolocation`](/api/resources/radar/subresources/geolocations/methods/get/) - Retrieves geolocation by `geoId`.
14+
- [`List Geolocations`](/api/resources/radar/subresources/geolocations/methods/list/) - Lists geolocations.
15+
- [`NetFlows Summary By Dimension`](/api/resources/radar/subresources/netflows/methods/summary_v2/) - Retrieves NetFlows summary by dimension.
16+
17+
All `summary` and `timeseries_groups` endpoints in [`HTTP`](/api/resources/radar/subresources/http/) and [`NetFlows`](/api/resources/radar/subresources/netflows/) now include an `adm1` dimension for grouping data by first level administrative division (for example, state, province, etc.)
18+
19+
A new filter `geoId` was also added to all endpoints in [`HTTP`](/api/resources/radar/subresources/http/) and [`NetFlows`](/api/resources/radar/subresources/netflows/), allowing filtering by a specific administrative division.
20+
21+
Check out the new Regional traffic insights on a country specific traffic page [new Radar page](https://radar.cloudflare.com/traffic/pt).

src/content/release-notes/radar.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ link: "/radar/release-notes/"
33
productName: Radar
44
productLink: "/radar/"
55
entries:
6+
- publish_date: "2025-09-29"
7+
title: Add geolocation, ADM1 dimension to HTTP endpoints, and NetFlows endpoints
8+
description: |-
9+
* Added new [geolocation endpoints](/api/resources/radar/subresources/geolocations/).
10+
* Added new ADM1 dimension to [`HTTP`](/api/resources/radar/subresources/http/) `summary` and `timeseries_groups` endpoints.
11+
* Added new [`NetFlows`](/api/resources/radar/subresources/netflows/) summary by dimension endpoint [summary_v2](/api/resources/radar/subresources/netflows/methods/summary_v2/).
12+
* Added new `geoId` filter to all [`HTTP`](/api/resources/radar/subresources/http/) and [`NetFlows`](/api/resources/radar/subresources/netflows/) endpoints.
613
- publish_date: "2025-09-22"
714
title: Add IRR AS-SET membership lookup endpoint
815
description: |-

0 commit comments

Comments
 (0)