Encoders & Decoders

URL Parser

Break a URL into protocol, host, path, query and hash sections.

URL

URL parts

What this tool does

A URL parser is useful when a link contains several moving parts and you need to see each section clearly.

How to use it well

Start with a small sample, check the output, then paste the full text when the result looks right. For important production data, review the output before saving or sharing it.

Common uses

  • Inspect redirects
  • Review URL structure
  • Debug query and hash values

Questions

Does it support relative URLs?

It works best with absolute URLs that include a protocol and host.

Does it follow redirects?

No. It only parses the text you paste.