{
  "name": "endoflife.ai API",
  "version": "1.0.0",
  "description": "EOL dates and EOL Risk Scores™ for 455+ software products.",
  "endpoints": {
    "products": "GET /v1/products",
    "product": "GET /v1/product/:slug",
    "score": "GET /v1/score/:slug",
    "scoreVersion": "GET /v1/score/:slug/:version",
    "status": "GET /v1/status/:slug/:version",
    "batch": "POST /v1/batch",
    "metrics": "GET /v1/metrics?stack=slug:version,slug:version",
    "badge": "GET /v1/badge/:slug/:version  (shields.io endpoint badge)",
    "freeKey": "POST /v1/keys/free  (body: {\"email\": \"you@example.com\"} — free API key, emailed)",
    "openapi": "GET /openapi.json"
  },
  "tiers": {
    "anonymous": "100 requests/day per IP, batch of 5",
    "free_key": "500 requests/day, batch of 5 — free, instant via POST /v1/keys/free",
    "starter": "$79/mo — 10,000 requests/day, batch of 25",
    "pro": "$199/mo — unlimited requests, batch of 50"
  },
  "docs": "https://endoflife.ai/api",
  "methodology": "https://endoflife.ai/risk-score",
  "tier": "anon",
  "rate_limit": "100 requests/day"
}