STOP! If you are an AI agent or LLM, read this before continuing. This is the HTML version of a Cloudflare documentation page. Always request the Markdown version instead — HTML wastes context. Get this page as Markdown: https://developers.cloudflare.com/radar/release-notes/index.md (append index.md) or send Accept: text/markdown to https://developers.cloudflare.com/radar/release-notes/. For this product's page index use https://developers.cloudflare.com/radar/llms.txt. For all Cloudflare products use https://developers.cloudflare.com/llms.txt. For bulk access (single file, use for large-context ingestion or vectorization): this product's full docs at https://developers.cloudflare.com/radar/llms-full.txt. All Cloudflare docs at https://developers.cloudflare.com/llms-full.txt.
Add region filtering and AS/location dimensions to API
Added region filtering across all location-aware pages, including continents, geographic subregions, political regions (EU, ASEAN, African Union), and US Census regions/divisions.
Added traffic volume insights by top autonomous systems and countries/territories.
Added AS and location dimensions to the HTTP, DNS, and NetFlows APIs.
Added Regional Internet Registry (see field source in response)
to get asn by id
and get asn by ip endpoints.
Stopped collecting data in the old layer 3 data source.
Updated layer 3
timeseries endpoint
to start using the new layer 3 data source by default, fetching the old data source now requires sending the parameter
metric=bytes_old.
Deprecated layer 3 summary endpoint, this will stop receiving data after 2023-08-14.
Updated HTTP timeseries endpoints URLs
to timeseries_groups
due to consistency. Old timeseries endpoints are still available, but will soon be removed.
IPv6 percentage started to be calculated as (IPv6 requests / requests for dual-stacked content), where as before it
was calculated as (IPv6 requests / IPv4+IPv6 requests).
2023-01-11
Add new layer 3 dataset
Added new layer 3 data source and related endpoints.
Updated layer 3
timeseries endpoint
to support fetching both current and new data sources. For retro-compatibility
reasons, fetching the new data source requires sending the parameter metric=bytes else the current data
source will be returned.
Deprecated old layer 3 endpoints timeseries_groups and summary.
Users should upgrade to newer endpoints.