URL Parser
Break down any web URL into its standard WHATWG URL components, origin details, and decoded query string key-value parameters.
URL Components
Enter a URL above and click Parse URL to extract protocol, host, path, and query parameters.
| Component | Parsed Value |
|---|---|
| Protocol | - |
| Origin | - |
| Host / Hostname | - |
| Port | - |
| Pathname | - |
| Search / Query String | - |
| Hash / Fragment | - |
| Username / Password | - |
Query Parameters
| Parameter Key | Parameter Value |
|---|
Advertisement
Sponsored Content