Skip to content
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions src/content/changelog/radar/2025-09-29-radar-regional-data.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: Regional Data in Cloudflare Radar
description: New Regional traffic insights, bringing a more localized perspective to the traffic trends shown on Radar.
products:
- radar
date: 2025-09-29
---

[**Radar**](/radar/) now introduces Regional Data, providing traffic insights that bring a more localized perspective to the traffic trends shown on Radar.

The following API endpoints are now available:

- [`Get Geolocation`](/api/resources/radar/subresources/geolocations/methods/get/) - Retrieves geolocation by `geoId`.
- [`List Geolocations`](/api/resources/radar/subresources/geolocations/methods/list/) - Lists geolocations.
- [`Netflows Summary By Dimension`](/api/resources/radar/subresources/netflows/methods/summary_v2/) - Retrieves Netflows summary by dimension.

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

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.

Check out the new Regional traffic insights on a country specific traffic page [new Radar page](https://radar.cloudflare.com/traffic/pt).
7 changes: 7 additions & 0 deletions src/content/release-notes/radar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ link: "/radar/release-notes/"
productName: Radar
productLink: "/radar/"
entries:
- publish_date: "2025-09-29"
title: Add geolocation, ADM1 dimension to HTTP endpoints, and Netflows endpoints
description: |-
* Added new [geolocation endpoints](/api/resources/radar/subresources/geolocations/).
* Added new ADM1 dimension to [`HTTP`](/api/resources/radar/subresources/http/) `summary` and `timeseries_groups` endpoints.
* Added new [`NetFlows`](/api/resources/radar/subresources/netflows/) summary by dimension endpoint [summary_v2](/api/resources/radar/subresources/netflows/methods/summary_v2/).
* Added new `geoId` filter to all [`HTTP`](/api/resources/radar/subresources/http/) and [`NetFlows`](/api/resources/radar/subresources/netflows/) endpoints.
- publish_date: "2025-09-22"
title: Add IRR AS-SET membership lookup endpoint
description: |-
Expand Down
Loading