{
  "name": "Channel i News Agent API",
  "version": "1.0.0",
  "status": "online",
  "read_only": true,
  "source": "https://www.channelionline.com/",
  "languages": [
    "bn-BD",
    "en"
  ],
  "endpoints": {
    "health": "/health",
    "ready": "/ready",
    "latest": "/latest?limit=10",
    "search": "/search?q=মেসি&limit=10",
    "article": "/article?slug=ARTICLE-SLUG",
    "categories": "/categories?limit=50",
    "tags": "/tags?limit=50"
  }
}