{
    "success": true,
    "data": {
        "name": "Melolo API",
        "version": "1.0.0",
        "source": "https://melolo.com",
        "endpoints": {
            "GET /": "API Info",
            "GET /home": "Homepage drama sections",
            "GET /browse": "Browse all dramas (12/page)",
            "GET /browse?page=2": "Browse with pagination",
            "GET /browse?category=romance": "Browse by category slug",
            "GET /genres": "All genre/category list",
            "GET /search?q={keyword}": "Search dramas by keyword",
            "GET /search?q={keyword}&page=2": "Search with pagination",
            "GET /ranking": "Top-rated dramas (section 0)",
            "GET /ranking?type=1": "Top-rated section index 1",
            "GET /latest": "Latest updated dramas",
            "GET /latest?page=2": "Latest with pagination",
            "GET /detail/{slug}": "Drama detail + episode list",
            "GET /episodes/{slug}": "All episodes + video URLs",
            "GET /video/{slug}/{episode}": "Single episode video URL",
            "GET /videos/{slug}": "All episode video URLs",
            "GET /cache/clear": "Clear all cached pages"
        },
        "example": {
            "home": "https://www.melolo.apidrama.my.id/melolo/home",
            "browse": "https://www.melolo.apidrama.my.id/melolo/browse",
            "genres": "https://www.melolo.apidrama.my.id/melolo/genres",
            "search": "https://www.melolo.apidrama.my.id/melolo/search?q=CEO",
            "ranking": "https://www.melolo.apidrama.my.id/melolo/ranking",
            "latest": "https://www.melolo.apidrama.my.id/melolo/latest",
            "detail": "https://www.melolo.apidrama.my.id/melolo/detail/bound-by-honor",
            "episodes": "https://www.melolo.apidrama.my.id/melolo/episodes/bound-by-honor",
            "video": "https://www.melolo.apidrama.my.id/melolo/video/bound-by-honor/1",
            "videos": "https://www.melolo.apidrama.my.id/melolo/videos/bound-by-honor"
        }
    }
}