Query String Parser
Break a query string into decoded key-value pairs.
Runs locally · Nothing uploaded
Query string or URL
Parsed parameters
Result will appear here…Advertisement
About Query String Parser
Parses a query string — with or without the leading URL — into a table of decoded keys and values. Repeated keys are collected into arrays, plus signs and percent-escapes are decoded, and the parsed result is also shown as JSON for easy copying into code or tests.
Related tools
API & HTTPRuns locally in your browser.URL ParserSplit a URL into protocol, host, port, path, query, and fragment.EncodingRuns locally in your browser.URL DecoderDecode percent-encoded URLs and query strings back to plain text.EncodingRuns locally in your browser.URL EncoderPercent-encode text so it is safe to place in URLs and query strings.