Parse
Build
Breaks a URL down into its parts (parse) or assembles a new URL piece by piece (build). Everything runs in your browser; nothing is sent to a server.
Paste a full URL to break it down into protocol, host, port, path, query parameters and fragment (#hash). The query parameters are listed in a key/value table.