Decode and inspect JSON Web Tokens. View header, payload, and signature without any server-side processing.
Use our API to integrate this tool into your applications. 100 free requests/day.
Get Free API KeyDecode and inspect JSON Web Tokens (JWTs) directly in your browser. No data is sent to any server — all decoding happens client-side for maximum security.
A JSON Web Token is a compact, URL-safe way to represent claims between two parties. It consists of three parts: Header (algorithm and type), Payload (claims/data), and Signature (verification). JWTs are widely used for API authentication and authorization.
Header with algorithm info, decoded payload with all claims, signature string, expiration status, and token validity duration.