q
json parser
page
2
tag
dev
tag
tools
It breaks a URL into protocol (e.g. https), hostname, port, pathname, hash/fragment, and origin, and separately lists every query string parameter as a key-value pair — plus a combined JSON view of all query params.
It's recommended — URLs without a protocol are ambiguous. If you paste a URL missing a scheme (like example.com/page), the tool assumes https:// automatically and lets you know.
Each key-value pair is listed individually, in order, exactly as it appears in the URL — including repeated keys like ?tag=a&tag=b — so nothing is silently overwritten or merged.