Developer Tools
URL Parser
Paste a URL to see it broken down into protocol, host, port, path, each query parameter, and fragment.
| Protocol | https: |
| Host | example.com:8080 |
| Hostname | example.com |
| Port | 8080 |
| Pathname | /path/to/page |
| Hash | #section |
Query parameters
searchhello
page2
How to use this tool
- 1Paste a full URL.
- 2See it broken into its individual parts.
- 3Copy any individual piece you need.
Frequently asked questions
Does this work with relative URLs?+
No — this expects a full, absolute URL including protocol (e.g. https://).