What is a URL Parser?
Long URLs hide their structure — especially query strings with encoded values, tracking parameters and duplicates.
Paste any URL for a live breakdown, with each query parameter decoded and listed separately.
How to use the URL Parser
- Paste the URL.
- Read the component table.
- Check the decoded query parameters.
Frequently asked questions
Why do parameters show readable text instead of %20?
Values are percent-decoded for you — that is usually what you are trying to see.
What are utm_ parameters?
Marketing attribution tags (source/medium/campaign) — they identify where a click came from and are safe to strip when sharing.
Can the same key appear twice?
Yes — each occurrence is listed as its own row, as servers receive them.
What if I paste without https://?
A scheme is assumed so the parse still works.