| href | |
| protocol | |
| username | |
| password | |
| hostname | |
| port | |
| pathname | |
| search | |
| hash | |
| origin |
Paste any URL. Breaks into: protocol, hostname, port, pathname, query parameters (individual pairs), hash, origin.
Understand URL structure for development and debugging. Deconstruct any URL into parts.
Protocol, hostname, port, pathname, search params, hash, origin, href.
Yes, parsed into key-value pairs.
Works best with absolute URLs.
Yes, identify URL issues quickly.
Break down any URL into its components with the Toolzie URL Parser. Instantly see the protocol, hostname, port, path, query parameters, and hash fragment — useful for debugging and understanding URL structure.
Protocol (https), hostname, port, path, query string, individual query parameters, and hash fragment.
Yes — all query parameters are listed individually as key-value pairs.
The hash (#) fragment identifies a specific section of a page. It is not sent to the server — it is processed by the browser only.
Yes — percent-encoded characters in the URL are automatically decoded in the parsed output.