URL parser

0 uploads — runs entirely in your browser, works offline

URL parser — decompose and read query parameters

Paste a URL and see every part broken out — protocol, host, port, path, query parameters and fragment. It parses in your browser (0 uploads, works offline).

How to use it

  1. Enter your input above.
  2. The result appears instantly on your device.
  3. Copy or Download it.

FAQ

How do I parse a URL and its query parameters for free?

Paste the URL and each component is listed instantly in your browser with no upload — protocol, host, port, path, hash and every query parameter as a key/value pair, decoded from percent-encoding.

Does it decode percent-encoded values?

Yes — query parameter values are shown decoded, so %20 appears as a space and %2F as a slash, making it easy to read what a tracking or callback URL actually carries.

Is my URL uploaded?

No. Parsing uses the browser's built-in URL engine locally; nothing is stored, and it works offline.

Why does it need the scheme?

A URL must be absolute (include https://) to parse unambiguously. Relative paths have no host to decompose.

Limits

Parses absolute URLs. Matrix parameters and other rare URL features are not separated out.

Related

The UTM builder constructs campaign URLs; the meta tag previewer shows how a URL unfurls.

Bookmark this page (Ctrl+D, or ⌘D on Mac) or install the app — it works offline the next time you need it.