URL input
Inspect a link
Ready.
Web utility
Parse a URL into protocol, origin, hostname, port, path, query parameters, hash, UTM tags, and encoded components directly in your browser.
URL input
Ready.
-
Parts
| # | Key | Value | Decoded value |
|---|
| Part | Example | Meaning |
|---|---|---|
| Protocol | https: | Scheme used to access the resource |
| Host | example.com:443 | Hostname plus optional port |
| Path | /search/tools | Resource path on the server |
| Query | ?q=url&page=2 | Key-value parameters after the question mark |
| Hash | #results | Fragment identifier, often used for in-page navigation |
Yes. Paste a full URL and the query parameter table shows each key, raw value, and decoded value.
The tool highlights common tracking parameters. You can copy the URL without the query string, then add back only the parameters you need.
Host includes the port when present, while hostname is only the domain or IP address.