Query String Parser
Developer ToolsToolio Query String Parser breaks a query or hash fragment into a readable map. Inspect UTM fields, pagination, and encoded values without sending the URL to a remote logger. Parsing stays in the browser.
95k uses · Runs locally
How to use
- 1Paste a full URL or a raw query string.
- 2Parse to list keys and decoded values.
- 3Scan for duplicate or missing parameters.
- 4Copy a value or rebuild the query locally.
Benefits
- See every parameter without manual splitting.
- Keep unreleased links on this device.
- Debug encoding issues beside URL Encode.
Frequently asked questions
Related tools
More developer tools →URL Encode
Converters
Percent-encode reserved characters so query values survive copy-paste into URLs and redirects.
129k uses
URL Decode
Converters
Turn percent-encoded URL text back into readable characters for debugging query strings and logs.
119k uses
UTM Builder
SEO Tools
Compose campaign URLs with source, medium, and content tags that analytics tools can group.
148k uses
JSON Formatter
Developer Tools
Pretty-print messy JSON with stable indentation so nested objects and arrays are easy to scan.
248k uses
JSON Validator
Developer Tools
Check whether a JSON document parses cleanly and surface syntax issues before you ship a payload.
165k uses
JSON Minifier
Developer Tools
Strip extra whitespace from JSON to shrink payloads for logs, APIs, config flags, and compact storage.
91k uses