the IT Hustle
ToolsPricingBlogAbout

URL Parser & Builder

Paste any URL to see it broken into protocol, host, port, path, query parameters, and hash. Edit any part — especially query params as key-value pairs — and see the reconstructed URL update in real-time.

URL Parser & Builder

Paste a URL to break it down into components. Edit any part and see the reconstructed URL. Encode/decode toggle for query parameters.

Paste a URL
Examples
Visual Breakdown
https://example.com/search?q=hello%20world&lang=en&page=1#results
URL Components
Protocol
Hostname
Port
Path
Hash
Query Parameters (3)
=
=
=
Reconstructed URL
https://example.com/search?q=hello%20world&lang=en&page=1#results