Developer

Query String Parser

Decode URL query parameters.

Parameters (decoded)
Reconstructed & encoded string

This free query string parser takes a raw query string or a complete URL and lists every parameter as a decoded key-value pair, including repeated keys which are grouped as arrays. It also rebuilds the properly percent-encoded query string so you can copy a clean version. Handy for debugging links, tracking parameters and API calls.

Related tools