URL Parser
Break a URL into its components and query parameters. Everything runs locally — nothing is uploaded.
Parse a URL to see its parts
Enter a URL above and press Parse (or hit Enter). Everything stays in your browser.
Can it decode query parameters?
Yes. Each query parameter is listed and URL-decoded so you can read the raw values.
Are private URLs safe to paste?
Yes. Parsing happens entirely in your browser, so internal or signed URLs never leave your device.
Does it handle relative URLs?
It works best with absolute URLs that include a protocol, which lets every component be parsed reliably.