URL Query Parser

Paste a URL or query string; get parsed key-value pairs as JSON.

URL Query Parser

How it works

We split on & and = and decode URI components.

When to use it

Debugging URLs, API query params.

Frequently asked questions

Duplicate keys?

Tool may return array or last value.

Nested?

Some parsers support [] for nested.