loot.tools

URL Parser

Paste any URL and see it broken into protocol, hostname, port, path, fragment, and a table of every query parameter. Useful for debugging links, redirects, and tracking parameters.

Paste a URL to break it into its parts and list every query parameter.

What this tool does

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.

When you'd use this

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.

How it works

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.

© 2026 loot.toolsYour data stays in your browser.