Developer Utilities · Free tool
Query String Parser
Parse any URL's query string into key/value pairs, including repeated keys, arrays, and URL-encoded values.
Updated April 2026
| Key | Value |
|---|---|
| name | Jay |
| tag | ["dev","ts"] |
| empty | (empty) |
What it does
Parse any URL's query string into key/value pairs — including repeated keys, array-style key[] keys, and bracket-notation key[a][b]. Shows raw and decoded values so you can catch double-encoding bugs.
For the full URL breakdown use URL parser. For UTM parameters specifically, UTM parser. To encode single values, URL encoder/decoder.
How to use it
- Paste a URL or a raw query string.
- Read the parsed key/value rows.
- Toggle array-style parsing (brackets) if needed.
- Copy individual pairs or the whole table as JSON.