Developer
URL Parser
Break a URL into all its parts.
Query parameters
This free URL parser splits any URL into its components using the browser's native URL API. It shows the protocol, host, hostname, port, pathname, search string and fragment, and lists every query parameter with both its raw and URL-decoded value. Repeated keys are listed separately, and you can copy any single value, or the whole query string as JSON. You can even paste a bare query string like a=1&b=2 without a scheme.
Related tools
JSON Formatter
Format, beautify & validate JSON data.
Base64 Encoder / Decoder
Encode and decode Base64 text instantly.
URL Encoder / Decoder
Percent-encode and decode URLs safely.
Regex Tester
Test regular expressions with live match highlighting.
JWT Decoder
Decode JWT header and payload claims.
Timestamp Converter
Convert Unix timestamps to dates and back.