FileConverterPro

URL Parser

Parse and break down any URL into its components online for free. See protocol, host, path, query parameters, hash, and more.

Runs entirely in your browser — files never uploaded

URL Components

Protocolhttps:
Hostnameexample.com
Port8080
Pathname/path/to/page
Search / Query?key=value&foo=bar
Hash / Fragment#section
Originhttps://example.com:8080
Usernameuser
Passwordpass

Query Parameters (2)

keyvalue
foobar

How to use URL Parser

  1. 1. Enter a URL. Paste or type any URL into the input field.
  2. 2. View components. See the URL broken down into protocol, host, path, query parameters, hash, and more.
  3. 3. Copy or transform. Copy individual values, encode, or decode the URL with one click.

FAQ

What URL formats are supported?

Any valid URL that the browser's built-in URL API can parse, including HTTP, HTTPS, FTP, and data URLs.

Are query parameters decoded automatically?

Yes, both keys and values are automatically decoded for display. You can also encode or decode the full URL.

Is my URL sent to a server?

No. All parsing happens entirely in your browser. Nothing is sent anywhere.

Related tools

Advertisement