URL parser
Paste any URL to instantly see its protocol, host, port, path, query parameters, hash, and credentials. Click any cell to copy. Runs entirely in your browser.
| Component | Value |
|---|---|
| Full URL | https://user:pass@api.example.com:8443/v1/products?limit=20&sort=name&tag=a&tag=b#results |
| Origin | https://api.example.com:8443 |
| Protocol | https |
| Username | user |
| Password | pass |
| Hostname | api.example.com |
| Port | 8443 |
| Host | api.example.com:8443 |
| Path | /v1/products |
| Query string | ?limit=20&sort=name&tag=a&tag=b |
| Hash | results |
Query parameters (4)
| Key | Value |
|---|---|
| limit | 20 |
| sort | name |
| tag | a |
| tag | b |