{
    "result": "ENCODE / DECODE API\n===================\n\nEncode or decode data using multiple formats.\n\nQUERY API\n---------\n\nEncode:\n  ?format=base82&action=encode&data=hello\n\nDecode:\n  ?format=base82&action=decode&data=...\n\nShortcuts:\n  ?encode=hello\n  ?decode=...\n\nIf \"data\" is supplied without an action,\nencode is used automatically.\n\nFORMATS\n-------\n\nbase82\nbase64\nbase64url\nbase32\nhex\nbinary\ndecimal\noctal\nurl\nhtml\njson\nunicode\nrot13\nquoted-printable\n\nALIASES\n-------\n\nb82        = base82\nb64        = base64\nb64url     = base64url\nb32        = base32\nbin        = binary\ndec        = decimal\noct         = octal\ncodepoints = unicode\nqp          = quoted-printable\nquoted_printable = quoted-printable\n\nBASE82 URL API\n--------------\n\nEncode:\n  /en/<text>\n\nDecode:\n  /de/<base82>\n\nRedirect:\n  /r/<base82>\n\nExamples:\n  /en/example.com\n  /de/QPZc;R0V(zOmsd\n  /r/QPZc;R0V(zOmsd\n\nBASE82 ALPHABET\n---------------\n\nABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-._~!$&'()*+,;=:@/[]\n\nBase: 82\n"
}