JWT Decoder
DeveloperDecode JSON Web Tokens to inspect header, payload, and expiration without verification.
Decode JSON Web Tokens to inspect header, payload, and expiration without verification.
Get access to all 150+ tools with higher limits. Start with 100 free credits — no credit card required.
curl -X POST "https://krawly.io/api/v1/tools/jwt-decoder/" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{"url": "https://example.com"}'JWT Decoder splits a JSON Web Token into its three parts (header, payload, signature) and decodes the Base64URL-encoded header and payload without requiring a secret key. It also extracts expiration, issued-at, and other standard claims.
Extract the color palette from any website — hex codes, RGB values, frequency analysis, and color categorization.
Validate, format, and minify JSON data with syntax highlighting and error detection.
Test regular expressions against text with match highlighting, groups, and flags support.
Encode or decode URL components. Use "text|||decode" format to decode.