Skip to content

Release notes

Subscribe to RSS

2026-04-24

Add signature agent URL to bot details
  • Added signatureAgentUrl field to the bot details API endpoint. For agents verified via Web Bot Auth, this field contains the URL to the agent's HTTP Message Signatures key directory. It is null for bots not verified via request signature.
  • Added signature agent URL to the bot detail page on Radar, with a modal to inspect the key directory JSON content.

2026-04-01

Promote Routing to a dedicated section with sub-pages
  • Expanded the Routing page into a full section with dedicated Overview, RPKI, and Anomalies sub-pages.
  • Added new Top 100 ASes widget to the routing overview, with rankings by customer cone, IPv4 address space, and IPv6 address space.
  • Added new RPKI prefix validation widget showing per-ASN prefixes grouped by validation status (Valid, Invalid, Unknown).
  • Improved the IP address space chart to display both IPv4 and IPv6 trends on all views including global.

2026-03-06

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 breadcrumb navigation.

2026-02-27

Add Post-Quantum and Key Transparency insights

2026-02-25

Add RPKI ASPA deployment insights
  • Added new ASPA API endpoints:
  • Added ASPA deployment trend and objects count widgets to the global routing page.
  • Added ASPA deployment rate widget to country and region routing pages.
  • Added ASPA-verified upstreams and change timeline to AS routing pages.

2026-02-12

Add content type dimension to AI Bots

2025-12-16

New client type dimension in Web Crawlers and Mixed Purpose entry
  • Added new Mixed Purpose entry to the crawl_purpose dimension of the Web Crawlers API, which as of this release includes Googlebot and Bingbot.
  • Added new dimension client_type to the Web Crawlers API.

2025-11-24

Add HTTP origins insights

2025-10-27

Add TLD insights
  • Added new dimensions tld and tld_dns_magnitude to the DNS API.
  • Added new endpoints /tlds and /tlds/{tld}.

2025-10-09

Add CT log activity statistics

2025-10-06

Add PQ encryption browser support check

2025-09-29

Add geolocation, ADM1 dimension to HTTP endpoints, and NetFlows endpoints

2025-09-22

Add IRR AS-SET membership lookup endpoint

2025-08-27

Add industry and vertical to AI Bots and Web Crawlers, and bot kind to Bots

2025-08-14

Add AI Bots crawl purpose

2025-08-06

Add Certificate Transparency (CT) endpoints

2025-07-01

Add Bots and Web Crawlers endpoints
  • Added new bots endpoints, replacing the deprecated verified bots endpoints. Use the following replacements:
    • /verified_bots/top/bots/bots/summary/bot
    • /verified_bots/top/categories/bots/summary/bot_category
  • Added web crawlers endpoints.

2025-03-20

Endpoint deprecations and new BGP real-time routes endpoint

2025-03-18

Add leaked credential checks endpoints

2025-02-27

Add DNS endpoints

2025-02-04

Add Internet services ranking, robots.txt, and AI inference endpoints

2024-06-27

Change TCP connection tampering API endpoints to TCP Resets Timeouts
  • Changed the connection tampering summary and timeseries API endpoints to TCP resets timeouts summary and timeseries, respectively.

2023-11-27

Add more meta information's
  • Added meta.lastUpdated to all summaries and top endpoints (timeseries and timeseriesGroups already had this).
  • Fixed meta.dateRange to return date ranges for all requested series.

2023-11-16

Add new layer 3 endpoints and layer 7 dimensions
  • Added layer 3 top origin locations and top target location.
  • Added layer 7 Summaries by http_method, http_version, ip_version, managed_rules, mitigation_product.
  • Added layer 7 Timeseries Groups by http_method, http_version, ip_version, managed_rules, mitigation_product, industry, vertical.
  • Added layer 7 Top by industry, vertical.
  • Deprecated layer 7 timeseries groups without dimension.
  • Deprecated layer 7 summary without dimension.
  • Added new Error codes.

2023-10-31

Add new layer 3 direction parameter
  • Added a direction parameter to all layer 3 endpoints. Use together with location parameter to filter by origin or target location timeseries groups.

2023-09-08

Add Connection Tampering endpoints

2023-08-14

Deprecate old layer 3 dataset
  • 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.
  • Deprecated layer 3 timeseries groups endpoint, this will stop receiving data after 2023-08-14.

2023-07-31

Fix HTTP timeseries endpoint URLs
  • Updated HTTP timeseries endpoints URLs to timeseries_groups due to consistency. Old timeseries endpoints are still available, but will soon be removed.

2023-07-20

Add URL Scanner endpoints

2023-06-20

Add Internet quality endpoints

2023-06-07

Add BGP stats, pfx2as and moas endpoints

2023-05-10

Added `IOS` as an option for the OS parameter in all HTTP
  • Added IOS as an option for the OS parameter in all HTTP endpoints (example).

2023-03-20

Add AS112 and email endpoints

2023-01-23

Updated IPv6 calculation method
  • 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.