URL Parser
Break a URL down into its protocol, host, path, query parameters and hash.
Top ad slot
Related tools
Bottom ad slot
How it works
- 1
Paste a URL
Any full URL, including protocol.
- 2
Broken down instantly
Protocol, hostname, port, path, query parameters and hash.
- 3
Inspect query parameters individually
Each key/value pair is listed separately.
FAQ
- Do I need to include the protocol (https://)?
- Yes — a bare domain or path without a protocol will not parse; include https:// (or http://) at the start.
- Can I use this to debug a broken link with weird query parameters?
- Yes — each query parameter is listed as its own key/value pair, making it easy to spot a missing or malformed one.
- Does this tool upload my URL anywhere?
- No — parsing runs entirely in your browser using the native URL API.