Public RSS + Atom feeds

A public, anonymous read-only feed of the last 50 enriched events. No API key, no rate-limit gate, no sign-up. Use it to discover what AI Act Radar covers before you wire up a webhook.

Information only — not legal advice. The feed surfaces publicly available regulatory and standardisation sources at the time of ingestion. It is informational and not a substitute for qualified legal counsel.

Endpoints

FormatURLContent-Type
RSS 2.0 https://api.aiactradar.com/feed.xml application/rss+xml
Atom 1.0 https://api.aiactradar.com/feed.atom application/atom+xml

Aliases /feed, /rss redirect to RSS. /atom redirects to Atom.

Caching

Cache-Control: public, max-age=900 — 15 minutes at the edge. Pulling more often than every 15 minutes will return the same payload until the cache expires. The cache key is purged when new events land.

Item shape (RSS)

What you do not get from the feed

Auto-discovery

Both the marketing site (aiactradar.com) and the docs site advertise the feeds via <link rel="alternate"> tags, so any RSS reader pointed at the homepage will discover them automatically.

Want more?

The feed is the on-ramp. To filter by topic, get HMAC-signed push delivery, or query the full history, see the Quickstart and webhook payload schema.