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