Skip to content

Commit 9e7e3b9

Browse files
committed
[Radar] Mention new CT endpoints in both release notes and changelog
1 parent 32f67d4 commit 9e7e3b9

File tree

3 files changed

+44
-2
lines changed

3 files changed

+44
-2
lines changed

src/content/changelog/radar/2025-07-01-radar-bots-insights.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Bot & Crawler Insights in Cloudflare Radar
3-
description: Expanded visibility into crawler, referral, and bot activity with new Radar API endpoints.
3+
description: Expanded visibility into crawler, referral, and bot activity with new Radar API endpoints
44
products:
55
- radar
66
date: 2025-07-01
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
title: Certificate Transparency Insights in Cloudflare Radar
3+
description: New Certificate Transparency (CT) insights in Cloudflare Radar, with new API endpoints for certificate issuance trends
4+
products:
5+
- radar
6+
date: 2025-08-04
7+
---
8+
9+
[**Radar**](/radar/) now introduces Certificate Transparency (CT) insights, providing visibility into certificate issuance trends based on Certificate Transparency logs currently monitored by Cloudflare.
10+
11+
The following API endpoints are now available:
12+
13+
- [`/api/v1/ct/timeseries`](/api/resources/radar/subresources/ct/methods/timeseries/): Retrieves certificate issuance time series.
14+
- [`/api/v1/ct/summary/{dimension}`](/api/resources/radar/subresources/ct/methods/summary/): Retrieves certificate distribution by dimension.
15+
- [`/api/v1/ct/timeseries_groups/{dimension}`](/api/resources/radar/subresources/ct/methods/timeseries_groups/): Retrieves time series of certificate distribution by dimension.
16+
- [`/api/v1/ct/authorities`](/api/resources/radar/subresources/ct/methods/authorities/): Lists certification authorities.
17+
- [`/api/v1/ct/authorities/{ca_slug}`](/api/resources/radar/subresources/ct/methods/authorities/): Retrieves details about a certification authority. Certification Authority information is derived from the [Common CA Database (CCADB)](https://www.ccadb.org/).
18+
- [`/api/v1/ct/logs`](/api/resources/radar/subresources/ct/methods/logs/): Lists CT logs.
19+
- [`/api/v1/ct/logs/{log_slug}`](/api/resources/radar/subresources/ct/methods/logs/): Retrieves details about a CT log (from Google Chrome log list). CT log information is derived from the [Google Chrome log list](https://googlechrome.github.io/CertificateTransparency/log_lists.html).
20+
21+
For the `summary` and `timeseries_groups` endpoints, the following dimensions are available (and also usable as filters):
22+
23+
- `ca`: Certification Authority (certificate issuer)
24+
- `ca_owner`: Certification Authority Owner
25+
- `duration`: Certificate validity duration (between NotBefore and NotAfter dates)
26+
- `entry_type`: Entry type (certificate vs. pre-certificate)
27+
- `expiration_status`: Expiration status (valid vs. expired)
28+
- `has_ips`: Presence of IP addresses
29+
- `has_wildcards`: Presence of wildcards
30+
- `log`: CT log
31+
- `log_api`: CT log API ([RFC6962](https://datatracker.ietf.org/doc/html/rfc6962) vs. [Static](https://c2sp.org/static-ct-api))
32+
- `log_operator`: CT log operator
33+
- `public_key_algorithm`: Public key algorithm
34+
- `signature_algorithm`: Signature algorithm
35+
- `tld`: Top-level domain
36+
- `validation_level`: Validation level
37+
38+
Learn more about the new Certificate Transparency insights in our [blog post](https://blog.cloudflare.com/new-ct-section-on-cloudflare-radar/), and check out the [new Radar page](https://radar.cloudflare.com/certificate-transparency).

src/content/release-notes/radar.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@ productLink: "/radar/"
55
productArea: Developer platform
66
productAreaLink: /workers/platform/changelog/platform/
77
entries:
8+
- publish_date: "2025-08-04"
9+
title: Add Certificate Transparency (CT) endpoints
10+
description: |-
11+
* Added [CT endpoints](/api/resources/radar/subresources/ct/).
812
- publish_date: "2025-07-01"
9-
title: Add Bots and Web Crawlers Endpoints
13+
title: Add Bots and Web Crawlers endpoints
1014
description: |-
1115
* Added new [bots endpoints](/api/resources/radar/subresources/bots/), replacing the deprecated verified bots
1216
endpoints. Use the following replacements:

0 commit comments

Comments
 (0)