Free URL Parser
Paste any URL and instantly break it into its protocol, hostname, port, path, hash and origin, plus a clean table of every query string parameter. Everything runs in your browser with the native URL API, so it is fast, private and free.
Query parameters
| Key | Value |
|---|
This URL has no query string parameters.
How to use
- Paste or type a full URL into the box, including the
https://(or other) scheme. - The tool parses it live and shows each part — protocol, hostname, port, path, hash, origin and any credentials.
- Read the Query parameters table below to see every
key=valuepair from the query string, already URL-decoded. - If the URL is not valid, you will see an error message so you can fix it.
Why use it
Long URLs with tracking tags, session tokens and nested redirects are hard to read by eye. This parser uses the browser native new URL() constructor — the exact same logic browsers use — to split a URL into its components and decode the query string into a tidy table. It is handy for debugging UTM campaign links, inspecting API request URLs, checking redirect targets, and confirming exactly which parameters a page receives. It works offline in your browser and never sends your URLs anywhere.