Paste any URL to see it broken down into its components — protocol, host, port, path, query string, and fragment. Query parameters are displayed in a separate table with key-value pairs. Uses the native URL API. Everything runs locally in your browser.
URL Parser
Break a URL into its components
| Component | Value |
|---|---|
| Protocol | https: |
| Host | example.com |
| Port | 8080 |
| Path | /path/to/page |
| Query | ?name=foo&key=bar |
| Fragment | #section |
Query Parameters
| Key | Value |
|---|---|
| name | foo |
| key | bar |
Related Tools
Get weekly dev tools and tips