transform.ignlab.net
{{ output }}{{ outputError ? '' : 'Transformed output appears here…' }}
Paste a full URL or just its query string and get a JSON object of the parsed parameters back — useful for debugging a tracking link, an API request, or a webhook payload. Repeated keys (like multiple tag= params) are collected into an array automatically.
No — either a full URL or just the query string portion (with or without a leading ?) works.
If a key appears more than once (e.g. tag=a&tag=b), its value becomes a JSON array of all occurrences in order.
Yes, standard URL percent-encoding is decoded automatically via URLSearchParams.
Need a different conversion? Browse all conversions, sanitize secrets with AI Safeguard, or read the guides.