{
  "description": "Aggregated IT news and articles",
  "endpoints": {
    "article_by_id": "/api/articles/{id}",
    "articles": "/api/articles",
    "feed": "/api/feed",
    "health": "/health",
    "tags": "/api/tags"
  },
  "name": "IT News API",
  "rate_limit": "100/hour per IP",
  "version": "1.2.3"
}
