{
    "status": "success",
    "code": 200,
    "message": "API is running.",
    "timestamp": 1788993431,
    "data": {
        "service": "SportStream Live HLS Scraper API",
        "version": "1.0.0",
        "status": "online",
        "endpoints": {
            "matches": "GET /api/v1/matches",
            "stream": "GET /api/v1/stream?url={match_url}"
        }
    }
}