Instant • private • developer-friendly

URL Parser Online

Paste any URL to break it into protocol, host, port, path and query parameters in a clear, readable table.

🔒 Your URL stays on your device and is never uploaded.

Debug links and query strings fast

This free URL parser uses your browser's native URL engine to reliably split any link into its protocol, credentials, host, port, path and query string, then decodes every parameter for you.

Full breakdown

See protocol, host, port, path segments, query parameters and the hash fragment at a glance.

Auto-decoded

Percent-encoded characters in the path and query values are decoded automatically.

Private by design

Parsing runs entirely in your browser using the standard URL API.

URL parser FAQ

What parts of a URL does this tool show?

It shows the protocol, username/password if present, hostname, port, full path with segments, every query parameter, and the hash fragment.

Does it decode percent-encoded characters?

Yes. Query parameter values and path segments are automatically decoded so you can read them in plain text.

What if the URL has no protocol?

Add https:// in front, or the tool will try to parse it as a relative path where host and protocol will show as empty.

Is my URL sent anywhere?

No. Parsing uses your browser's built-in URL API entirely on your device.