{
  "service": "rss.tools.town",
  "version": "1.0.0",
  "description": "Fetch and lightly parse RSS / Atom feeds from the edge — for readers, dashboards, and ETL without browser CORS limits.",
  "limits": {
    "max_feed_bytes": 524288,
    "max_items": 100,
    "default_items": 30
  },
  "endpoints": {
    "docs_html": "GET /",
    "parse": "GET /v1/parse?url=&limit=",
    "validate": "GET /v1/validate?url=",
    "embed_widget": "GET /embed/",
    "health": "GET /health",
    "discovery": "GET /meta"
  },
  "examples": {
    "hn": "https://rss.tools.town/v1/parse?url=https://hnrss.org/frontpage&limit=5"
  }
}