Web & HTTP

URL Parser

Free online tool · runs in your browser

Break down any URL into its parts.

  1. 1Paste a complete URL including protocol.
  2. 2Click Parse.
  3. 3Copy individual parts from the output.

Free online url parser

Break a URL into protocol, host, port, pathname, query parameters, and hash. Paste a full URL including https:// and inspect each part, including decoded query keys. Passwords in userinfo are masked in the output. Use it to debug redirects, UTM parameters, and API endpoints without a command line.

How to use URL Parser

  1. Paste a complete URL including protocol.
  2. Click Parse.
  3. Copy individual parts from the output.

Limitations

  • URL must include a valid protocol (https://).

Example

Input

https://example.com/search?q=tools

Output

Protocol: https:
Host: example.com
...

Frequently Asked Questions

Why must the URL include a protocol?

The browser URL parser requires a scheme such as https://. Add one if you only have a host and path.

Are passwords visible?

Userinfo passwords are masked in the parsed output so they are harder to leak on screen.

Are passwords shown?

Passwords are masked in output.

Is URL Parser free to use?

Yes. URL Parser on ShadowReference is free, with no account, no watermarks, and no server-side processing.

Does this tool send my data to a server?

No. All processing happens locally in your browser. Your input never leaves your device.