Paste any URL. Instant breakdown of protocol, host, path, params, and hash.
Parsing uses the built-in URL API. If you omit the scheme, https:// is assumed. Invalid input shows an error instead of guessing.
https://example.com:8080/a/b?x=1&y=2#frag → host example.com, port 8080, 2 paramsNo. If the scheme is missing, https:// is prepended before parsing.
Each key/value pair is listed separately, plus the raw query string.
No. All parsing runs in your browser.