URL Parser and Query String Viewer
Split any URL into its parts and read the query parameters as a decoded table.
Runs in your browser — nothing is uploadedWhat it shows
Every part a browser sees when it reads an address: the protocol, the host and port, the path,
the query string, and the fragment after the hash. Query parameters are listed separately and
already decoded, so b%C3%A4ckerei reads as the word you meant.
Reading campaign links
The usual reason to reach for this is a tracking link that has grown unreadable. Paste it and
the utm_source, utm_medium and utm_campaign values line
up in a table, which makes a typo in a campaign name obvious before you send the newsletter
rather than after.
The URL is never opened
Parsing happens in your browser using its own URL implementation — the same one that would handle the address for real. No request is made to the site you paste, so a signed link with a token in it is not visited, logged or shared by using this page.
Other free tools
Need the whole website, not just the snippet?
Describe it in a sentence and relivo builds it — free until you put it online.