{
    "name": "Ostrich VPN Unified API",
    "version": "1.0.0",
    "encrypted": true,
    "algorithm": "AES-256-GCM",
    "endpoints": {
        "/": "API info",
        "/all": "All merged data (encrypted)",
        "/all?decrypt=true": "All merged data (plaintext, for testing)",
        "/vless": "VLESS nodes from cfg.clian66.top (encrypted)",
        "/vmess": "VMess nodes from api.clian66.help (encrypted)",
        "/subscribe": "Unified subscription (vmess+vless links)",
        "/subscribe?format=base64": "Base64 encoded subscription",
        "/clash": "Clash YAML config",
        "/decrypt": "POST - Decrypt data {data: \"encrypted_string\"}"
    }
}