{
  "name": "FluxCast IPTV API",
  "version": "1.0.0",
  "endpoints": [
    "GET /api/channels - List all channels",
    "GET /api/feeds - List all feeds",
    "GET /api/streams - List all streams",
    "GET /api/merged - Get merged channel + stream data",
    "GET /api/channel/:id - Get specific channel",
    "GET /api/feed/:id - Get specific feed",
    "GET /api/health - Health check"
  ],
  "documentation": "https://github.com/iptv-org/api"
}