URL Parser
Break a URL down into its protocol, host, path, query params and hash.
What is the URL Parser?
This tool breaks a full URL down into its individual parts — protocol, hostname, port, path, query string parameters, and hash fragment — which is useful for debugging a redirect, understanding a tracking link, or checking exactly what a query parameter is set to.
How to use it
- Paste a full URL into the input box.
- Each component is listed automatically, and every query parameter is broken out into its own key/value row.
This tool uses your browser's own built-in URL parser (the same one the browser uses to actually navigate), so the breakdown always matches how the URL would really be interpreted — including edge cases like a port number, an unusual character encoded in the query string, or a URL with no path at all. Nothing is sent anywhere; parsing happens instantly in your browser.