URL Parser

Break a URL into origin, path, hash, and query parameters instantly.

Origin and path breakdown
Query parameter table
Hash and protocol visibility

URL input

Paste a full URL to break it into readable pieces.

Parsed URL

Inspect origins, paths, hashes, and parameters without scanning one long string.

Protocol

https:

Host

www.toolharbor.dev

Path

/tools/json-formatter

Hash

#output

Origin:https://www.toolharbor.dev
utm_sourcenewsletter
utm_mediumemail

Common use cases

  • Debugging campaign links and redirects
  • Checking query parameters in support tickets
  • Reviewing path and hostname structure quickly

FAQ

Can it parse tracking links too?

Yes. It is especially useful for longer campaign links because query parameters are split into a readable list.

Do I need to paste a full URL?

Yes. The browser URL parser works best when the full protocol and hostname are included.

More guides