{
    "success": true,
    "name": "SLOXLYDEV Public API",
    "endpoints": [
        {
            "name": "JSON Formatter",
            "method": "POST",
            "path": "/json/format",
            "file": "json-format.php",
            "docs": "https://docs.sloxlydev.in/api/json-format/"
        },
        {
            "name": "SHA-256 Hash Generator",
            "method": "POST",
            "path": "/hash/sha256",
            "file": "hash-sha256.php",
            "docs": "https://docs.sloxlydev.in/api/hash-sha256/"
        },
        {
            "name": "Base64 Encoder",
            "method": "POST",
            "path": "/encode/base64",
            "file": "encode-base64.php",
            "docs": "https://docs.sloxlydev.in/api/encode-base64/"
        },
        {
            "name": "JWT Decoder",
            "method": "POST",
            "path": "/jwt/decode",
            "file": "jwt-decode.php",
            "docs": "https://docs.sloxlydev.in/api/jwt-decode/"
        },
        {
            "name": "Regex Tester",
            "method": "POST",
            "path": "/regex/test",
            "file": "regex-test.php",
            "docs": "https://docs.sloxlydev.in/api/regex-test/"
        }
    ]
}