Parse URLs into components and build URLs from parts.
URL Parser & Builder in 3 simple steps
Paste any URL to parse it into components.
Protocol, host, port, path, query params, and hash are displayed.
Modify any component and get the rebuilt URL.
Protocol, host, port, pathname, search params, and hash.
Individual key-value pairs displayed and editable.
Parse URLs apart and build them back together.
Automatically handles URL encoding of parameters.
Understanding URL structure is essential for web development and debugging. Our URL parser breaks any URL into its components — protocol, host, port, pathname, query parameters, and hash fragment.
You can also modify individual components and see the rebuilt URL in real-time. Query parameters are displayed as editable key-value pairs.