URL Parser & Query String Editor
Break a URL into its parts, edit query parameters, and rebuild it
Protocolhttps:
Hostexample.com:8443
Hostnameexample.com
Port8443
Path/blog/post
Query string?utm_source=news&utm_medium=email&page=2
Fragment#comments
Originhttps://example.com:8443
Query parameters
No query parameters.
Rebuilt URL
https://example.com:8443/blog/post#commentsTips
- • Parsed with the browser's native URL API — the same rules the browser uses
- • Editing a parameter re-encodes values, so special characters become percent-encoded
- • Repeated keys are kept (e.g. ?id=1&id=2)
More Developer Tools
JWT Decoder
Decode and inspect JSON Web Tokens — view header, payload, expiry status, and algorithm instantly.
Regex Tester
Test regular expressions with live match highlighting and flag toggles. Includes 8 built-in presets.
CSS Minifier
Compress CSS by removing comments, whitespace, and redundant characters with before/after size savings.