{
    "status": "ok",
    "data": {
        "name": "BONICINEMA API",
        "source": "BONICINEMA Streaming Platform",
        "base_url": "https://apidrama.my.id",
        "version": "1.0.0",
        "endpoints": [
            {
                "method": "GET",
                "path": "/home",
                "description": "Homepage – featured content + trending sections",
                "example": "https://apidrama.my.id/home"
            },
            {
                "method": "GET",
                "path": "/search",
                "description": "Search movies / TV shows by keyword",
                "params": [
                    "q (required)",
                    "page"
                ],
                "example": "https://apidrama.my.id/search?q=stranger+things"
            },
            {
                "method": "GET",
                "path": "/movies",
                "description": "Browse movies with optioal filters",
                "params": [
                    "genre",
                    "country",
                    "year",
                    "language",
                    "sort (hottest|latest|rating)",
                    "page"
                ],
                "example": "https://apidrama.my.id/movies?genre=Action&sort=hottest"
            },
            {
                "method": "GET",
                "path": "/tv",
                "description": "Browse TV series",
                "params": [
                    "genre",
                    "country",
                    "year",
                    "language",
                    "sort",
                    "page"
                ],
                "example": "https://apidrama.my.id/tv?genre=Drama&sort=rating"
            },
            {
                "method": "GET",
                "path": "/anime",
                "description": "Browse anime / animation",
                "params": [
                    "genre",
                    "sort",
                    "page"
                ],
                "example": "https://apidrama.my.id/anime"
            },
            {
                "method": "GET",
                "path": "/trending",
                "description": "Trending / most-watched content",
                "example": "https://apidrama.my.id/trending"
            },
            {
                "method": "GET",
                "path": "/ranking/{id}",
                "description": "Specific ranking/category list",
                "params": [
                    "id (optional long numeric ID)"
                ],
                "example": "https://apidrama.my.id/ranking/8WtKSYJVEb1?id=997144265920760504"
            },
            {
                "method": "GET",
                "path": "/detail/{slug}",
                "description": "Full details for a movie or TV show",
                "example": "https://apidrama.my.id/detail/stranger-things-wsymkZvcaU5"
            },
            {
                "method": "GET",
                "path": "/episodes/{slug}",
                "description": "Episodes list for a TV series",
                "example": "https://apidrama.my.id/episodes/stranger-things-wsymkZvcaU5"
            },
            {
                "method": "GET",
                "path": "/stream/{slug}",
                "description": "Extract stream/play URL for a movie or episode",
                "params": [
                    "ep (optional episode ID)"
                ],
                "example": "https://apidrama.my.id/stream/stranger-things-wsymkZvcaU5?ep=1"
            }
        ],
        "notes": [
            "All content is sourced and proxied through BONICINEMA",
            "Stream links are auto-resolved server-side",
            "Rate-limit your requests to avoid IP blocks"
        ]
    },
    "message": null,
    "ms": 0
}