← Back to Dashboard
AIR Embed
FREE · NO API KEY

Embed the AIRX Index

One line of HTML. Live AI risk score on your site. Updates every minute. No tracking, no bloat.
LIVE PREVIEW
AIRX Index

Option 1: SVG image (recommended)

Works on any website, any CMS, any email. Just paste this HTML anywhere.

<a href="https://air.20k.gg" target="_blank">
  <img src="https://air.20k.gg/embed/airx.svg" alt="AIRX" />
</a>

Customize with URL params: ?theme=dark|light&size=small|medium|large

Option 2: iframe widget

Interactive, clickable through to the dashboard. Use when you want a richer display.

<iframe src="https://air.20k.gg/embed/airx.html"
        width="340" height="130" frameborder="0"
        style="border-radius:12px"></iframe>

Option 3: JSON API

Build your own widget, chart, or alert. CORS-friendly, no auth required.

fetch('https://air.20k.gg/api/airx')
  .then(r => r.json())
  .then(d => console.log(d.score, d.band));
GET/api/airx
Returns the full AIRX object: score (0-100), band, color, trend, spectrum position, confidence, volatility.
GET/embed/airx.svg
Live SVG badge. Supports theme (dark/light) and size (small/medium/large) params.

What is AIRX?

AIRX is a 0-100 score showing where AI is heading right now. 0 means euphoric (things are going great), 100 means alarming (things are going badly). It is derived from the live AIR spectrum position, adjusted for volatility and confidence.

Think of it like the CNN Fear & Greed Index, but for AI risk. It is updated every time new articles are scored.