{
    "success": true,
    "message": "EBPI Backend API",
    "version": "1.0.0",
    "endpoints": {
        "GET": {
            "\/api\/materi.php?action=get&murobbi_id=xxx": "Get semua materi murobbi",
            "\/api\/materi.php?action=get_student&student_id=xxx": "Get materi untuk pelajar",
            "\/api\/materi.php?action=get_by_id&id=xxx": "Get materi by ID",
            "\/api\/materi.php?action=stats&murobbi_id=xxx": "Get statistik materi"
        },
        "POST": {
            "\/api\/materi.php?action=create": "Create materi baru",
            "\/api\/materi.php?action=view&id=xxx": "Increment view count"
        },
        "PUT": {
            "\/api\/materi.php?action=update&id=xxx": "Update materi"
        },
        "DELETE": {
            "\/api\/materi.php?action=delete&id=xxx&murobbi_id=xxx": "Delete materi"
        }
    },
    "database": {
        "host": "103.52.212.197",
        "database": "ebpi",
        "status": "connected"
    }
}