Skip to main content
Tools Developer
URL?

URL Parser

v1.0 · Everything below stays in your browser

Parse a URL into scheme, host, path, query, and hash. Decode query params into a pretty table.

Runs entirely in your browser · Your input is never transmitted

URL
Ready
Scheme
Host
Port
Path
Query parameters

How to use

  1. Paste a URL.
  2. Inspect each component.
  3. Copy decoded parameters individually.

Frequently asked

Handles relative URLs?

No — use a full absolute URL starting with http:// or https://. Relative URLs need a base, which a browser tool can't assume.