Skip to main content

URI Parser

v1.0.0

Decompose any URI into protocol, host, port, path, query parameters, and fragment.

Parses and deconstructs any URL or URI into its components: protocol, host, port, path, query string, and fragment.

How to use
  • Paste any URL into the input field — all components are parsed automatically.
  • Edit individual components to reconstruct a modified URL.
  • Try a preset from the example picker to see sample input.
Parsed components
protocolhttps:
usernameuser
passwordpass
hostnameexample.com
port8080
pathname/path/to/page
search?key=value&foo=bar
hash#section

Query parameters

key=value
foo=bar