Parse complex URLs into protocol, hostname, port, pathname, search query parameters, and hash fragments instantly.
| Protocol: | https: |
|---|---|
| Hostname / Domain: | api.example.com |
| Port: | 8080 |
| Pathname: | /v1/search |
| Query Parameters: | query: developer tools, category: ai, sort: desc |
| Hash / Fragment: | #results |
Extracts protocol, domain host, port, path, query parameters (as key-value pairs), and hash fragments.
Yes, automatically decodes URI percent-encoding in query parameters.
Zero server communication—parsed purely in client browser memory.