API

AI Bottlenecks publishes a versioned, CORS-enabled JSON API. The free tier is rate-limited to 100 requests per day per IP (not enforced at V1, but contractually documented and will be turned on when the Pro tier launches). All data is released under CC BY 4.0.

Endpoints

Tiers

TierRate limitAuthCost
Free 100 requests / day / IP (documentary at V1) None €0
Pro Unlimited (subject to fair-use) API key (Q3 2026) €29 / month β€” see pricing

Response shape

{
  "region": { "code": "eu", "name": "Europe" },
  "meta": {
    "lastUpdated": "2026-05-18",
    "license": "CC BY 4.0",
    "tier": "free",
    "docs": "https://aibottlenecks.org/api-docs"
  },
  "indicators": [ /* … */ ]
}

Response headers

HeaderValue
Content-Typeapplication/json
Cache-Controlpublic, max-age=3600
Access-Control-Allow-Origin*
X-RateLimit-Tierfree
X-RateLimit-Limit100
X-RateLimit-Window1d
X-Docshttps://aibottlenecks.org/api-docs