Parse a URL into its protocol, host, port, path, query parameters, hash, and other components.
URL → Parsed Components
A URL can contain several distinct components, including a protocol, hostname, optional port, path, query string, and fragment.
This tool uses the browser URL parser to separate those components and lists each query parameter individually.
https:example.com:8080/productsid=42Protocol, origin, host, hostname, port, pathname, search, hash, username, password, and full URL are shown.
Yes. Each query parameter is displayed as a separate key/value row.
Yes. Explicit ports such as :8080 are shown separately.
The parser shows an error and does not display stale or partial results.
Yes. Every parsed field and query parameter includes a Copy control.
No. Changing the input clears the previous parsed output immediately.
Related Tools
Build and preview Valorant crosshair settings.
Search common Vim commands.
Turn JSON rows into bar, line, or pie charts.
Convert WebP files and Base64 data in both directions.
Escape or unescape XML entity text safely.
Encode XML as Base64 or decode Base64 back to XML.