URL Parser and Builder

Parse URLs into components and rebuild them from protocol, credentials, host, path, query parameters, and fragment in one structured editor.

Paste a URL, then tune each part without losing the full string
Valid URL
Use the full URL field when auditing an existing link, then adjust protocol, credentials, host, path, query parameters, and fragment from the structured editor below.
Final URL preview
The builder composes the normalized URL below as you edit each field.

Origin

https://example.com:8443

Host

example.com:8443

Path segments

2

Query params

3

Authority and access
Edit the protocol, credentials, hostname, and port that define how the request reaches its destination.
://
Path and fragment
Control the resource path and in-page anchor separately. Spaces are encoded for you in the final URL.
Query parameters
Add, remove, or reorder query pairs without manually rebuilding the search string.

What This Tool Does

This URL parser and builder works in both directions. Paste a full URL to inspect its protocol, credentials, host, path, query parameters, and fragment, or edit those parts one by one and let the tool rebuild the final address for you.

When It Helps

Use it when you need to debug a broken link, prepare API endpoints, verify campaign parameters, or clean up long URLs before sharing them. The structured query editor is especially useful when duplicate keys or encoded spaces make manual edits error-prone.

Practical Notes

This tool works best with complete absolute URLs such as https://example.com/path. The browser automatically encodes reserved characters in the normalized output, so spaces in paths, credentials, fragments, and query values are converted safely for transport.