---
title: Expanded AI insights in Cloudflare Radar
description: Expanded AI insights with new API endpoints for Internet services rankings, robots.txt, and inference data
image: https://developers.cloudflare.com/changelog-preview.png
---

[Skip to content](#%5Ftop) 

# Changelog

New updates and improvements at Cloudflare.

[ Subscribe to RSS ](https://developers.cloudflare.com/changelog/rss/index.xml) [ View RSS feeds ](https://developers.cloudflare.com/fundamentals/new-features/available-rss-feeds/) 

![hero image](https://developers.cloudflare.com/_astro/hero.CVYJHPAd_26AMqX.svg) 

[ ← Back to all posts ](https://developers.cloudflare.com/changelog/) 

## Expanded AI insights in Cloudflare Radar

Feb 04, 2025 

[ Radar ](https://developers.cloudflare.com/radar/) 

[**Radar**](https://developers.cloudflare.com/radar/) has expanded its AI insights with new API endpoints for Internet services rankings, robots.txt analysis, and AI inference data.

#### Internet services ranking

Radar now provides [rankings for Internet services](https://developers.cloudflare.com/radar/glossary/#internet-services-ranking), including Generative AI platforms, based on anonymized 1.1.1.1 resolver data. Previously limited to the annual Year in Review, these insights are now available daily via the [API](https://developers.cloudflare.com/api/resources/radar/subresources/ranking/subresources/internet%5Fservices/), through the following endpoints:

* [/ranking/internet\_services/top](https://developers.cloudflare.com/api/resources/radar/subresources/ranking/subresources/internet%5Fservices/methods/top/) show service popularity at a specific date.
* [/ranking/internet\_services/timeseries\_groups](https://developers.cloudflare.com/api/resources/radar/subresources/ranking/subresources/internet%5Fservices/methods/timeseries%5Fgroups/) track ranking trends over time.

#### Robots.txt

Radar now analyzes [robots.txt](https://developers.cloudflare.com/radar/glossary/#robotstxt) files from the top 10,000 domains, identifying AI bot access rules. AI-focused user agents from [ai.robots.txt ↗](https://github.com/ai-robots-txt/ai.robots.txt) are categorized as:

* **Fully allowed/disallowed** if directives apply to all paths (`*`).
* **Partially allowed/disallowed** if restrictions apply to specific paths.

These insights are now available weekly via the [API](https://developers.cloudflare.com/api/resources/radar/subresources/robots%5Ftxt/), through the following endpoints:

* [/robots\_txt/top/user\_agents/directive](https://developers.cloudflare.com/api/resources/radar/subresources/robots%5Ftxt/subresources/top/subresources/user%5Fagents/methods/directive/) to get the top AI user agents by directive.
* [/robots\_txt/top/domain\_categories](https://developers.cloudflare.com/api/resources/radar/subresources/robots%5Ftxt/subresources/top/methods/domain%5Fcategories/) to get the top domain categories by robots.txt files.

#### Workers AI

Radar now provides insights into public AI inference models from [Workers AI](https://developers.cloudflare.com/workers-ai/), tracking usage trends across **models** and **tasks**. These insights are now available via the [API](https://developers.cloudflare.com/api/resources/radar/subresources/ai/subresources/inference/), through the following endpoints:

* [/ai/inference/summary/{dimension}](https://developers.cloudflare.com/api/resources/radar/subresources/ai/subresources/inference/subresources/summary/) to view aggregated `model` and `task` popularity.
* [/ai/inference/timeseries\_groups/{dimension}](https://developers.cloudflare.com/api/resources/radar/subresources/ai/subresources/inference/subresources/timeseries%5Fgroups/) to track changes over time for `model` or `task`.

Learn more about the new Radar AI insights in our [blog post ↗](https://blog.cloudflare.com/expanded-ai-insights-on-cloudflare-radar/).