Break a URL into its parts
Paste any absolute URL and see it split into every component — protocol, host, port, path, query string, decoded query parameters and fragment. It uses the browser’s native URL parser, so the breakdown matches exactly how browsers and servers interpret the address.
Great for debugging links, building integrations, or understanding a long tracking URL. Everything runs in your browser and nothing is uploaded.