What it does
Paste any URL and instantly see it broken down into every component: protocol, username/password (if present), hostname, port, path, each individual query string parameter, and the hash fragment.
Try it
How it works
This tool uses the browser's built-in URL object to parse the string, then lists each component individually, including every key/value pair from URLSearchParams. No network request is made — the URL is never actually fetched or visited, it's purely parsed as text.