WebTool

URL Parser

Free online URL parser: split any link into protocol, host, port, path, decoded query params and hash — runs locally.

Privacy: all processing happens locally in your browser. Your input never leaves your device.

What is URL Parser?

When debugging callback URLs or assembling parameterized links, you need to break a long URL apart to see it clearly. This tool parses a URL into protocol, host, port, path, individually decoded query parameters (shown as a key-value table), fragment and credentials; bare domains without a scheme are recognized too.

How to Use

  1. Paste a complete URL
  2. View the structured breakdown and parameter table

FAQ

Are %xx sequences in query params decoded automatically?
Yes. Both keys and values are shown after percent-decoding.
What shows when the port is empty?
The protocol's default port: 80 for http, 443 for https.

Related Tools

Last updated 2026-09-04