Developer Tools
URL Parser
Break a URL into protocol, host, path, query and fragment.
Free foreverRuns in your browserNo sign-up
About the URL Parser
Every URL is made of parts: a protocol, host and port, a path, an optional query string, and an optional fragment.
Paste a URL and this tool breaks it into those components and lists each query parameter in a clear table.
It uses the browser's built-in URL engine for accurate parsing, and nothing is uploaded.
Key features
- Splits protocol, host, port, path and more
- Lists every query parameter
- Accurate, standards-based parsing
- Runs entirely in your browser
How to use
- 1Paste a full URL, including the protocol.
- 2See each part broken out.
- 3Review the query parameters in the table.
Frequently asked questions
- Why do I need to include https://?
- A valid URL needs a protocol. Without it the parser cannot tell the host from the path, so add http:// or https:// at the start.
- Does it decode the query values?
- Yes. Percent-encoded query values are decoded so you can read them clearly.