URL parser
Split a URL into origin, path, query keys, and hash in your browser. Passwords are not printed. Nothing is uploaded.
Paste a URL, then Parse. Password values are not printed.
How to use the URL parser
- Paste a full URL (a scheme is added as https:// if missing).
- Click Parse.
- Copy the parts. Campaign tags are easier to read on the UTM parser.
Generic vs UTM
This page is the URL constructor breakdown: host, port, pathname, search, hash, and every query key. The UTM parser is for utm_source and friends. A password in the userinfo is shown only as (set).
Nothing is uploaded
Parsing is local.
URL parser FAQ
Relative paths?
Add a host, or let the page prefix https:// so the constructor can run.
Encoding?
Decoded query values come from the URL API. Encode a value on URL encode before you insert it.