← All tools
Tool 06 · URL Parser
Live
Private Everything runs in your browser. No uploads, no tracking, no signup./ zero data collected
Tools / 06 · URL Parser

URL Parser

Break any URL into its parts and list every query parameter. Works with or without a scheme.

Frequently asked questions

What parts does it break a URL into?
It separates protocol, host, port, path, query string, and fragment, then lists each so you can inspect or copy a single component instead of eyeballing the whole string.
Does it decode percent-encoding?
Yes. Query values such as %20 and %2F are decoded to their readable form, and you can re-encode them just as easily.
Can it build a URL from parts?
Edit any component and the tool reassembles a valid, properly encoded URL for you.
Is my input uploaded?
No. Parsing happens in your browser, so even internal or secret URLs stay private.