URL Parser

Split and Inspect URL Components

Paste a URL, parse it into parts, inspect decoded query params, edit fields, then rebuild and copy.

Rebuild URL

Query Parameters (Decoded)

Key Value Raw

FAQ

What URL parts are shown?

Protocol, host, port, pathname, query string, hash fragment, and decoded query parameters.

Can I modify parts and generate a new URL?

Yes. Edit any field and click Rebuild URL to generate a valid URL.

Does this send my URL to a server?

No. Everything runs client-side in your browser.