URL Parser
Paste a URL to break it into its parts and list every query parameter.
Paste a URL to break it into its parts and list every query parameter.
Paste a URL and it gets split into its components: protocol, hostname, port, path, query string, and fragment. Every query parameter is listed in a table with its key and decoded value, so you can read long URLs with dozens of tracking and config parameters at a glance.
You're debugging a redirect chain and need to see exactly what parameters are being passed. Or you've got a URL packed with UTM tracking codes and want to read them cleanly. Or you're testing an OAuth flow and need to inspect the callback parameters. Paste it here instead of squinting at one long string.
The tool uses the browser's built-in URL parser, the same engine that powers address bars and fetch calls, so the breakdown matches exactly how a browser reads your link. Percent-encoded parameter values are decoded for readability. Everything runs locally in your browser, so the URLs you paste never leave your machine.