Skip to content
Free Tool Arena

Developer Utilities · Free tool

URL Parser

Paste any URL and see its protocol, host, port, path, query string, and fragment broken out — like window.location, live.

Updated April 2026
protocolhttps:
originhttps://example.com:8080
hostexample.com:8080
hostnameexample.com
port8080
pathname/path/to/page
search?q=search&lang=en
hash#section
usernameuser
passwordpass
Query Parameters
KeyValue
qsearch
langen

What it does

Break a URL into its pieces — protocol, host, port, path, query, fragment — just like the browser's URL API but laid out as a readable table. Also shows each query parameter decoded in its own row so you can spot encoding issues.

For query-string-only work use query string parser. For UTM tags specifically, UTM parser. To strip tracking, URL cleaner.

How to use it

  1. Paste any URL.
  2. Read each part in the table — protocol, host, path, etc.
  3. Inspect query parameters decoded in the lower table.
  4. Copy a single piece with its copy button.