🛠️ FreeTool.jp JP
FAQ Privacy Policy

Query String Parser

Inspect `?a=1&b=2` style queries and turn repeated keys into readable arrays.

URL Utility

Query String Parser

Paste a full URL or just the query part and inspect it as decoded key-value data.

0 chars

About Query String Parser

The Query String Parser is a browser-based tool for turning URL query parameters into decoded, readable key-value data. In development, analytics, QA, and support work, you often need to inspect a long URL and answer practical questions such as which parameters are present, what percent-encoded values actually mean, whether repeated keys exist, and how the final parameter set would look once decoded.

This tool accepts either a full URL or just the raw query part, automatically extracts the text after the question mark, decodes percent-encoded values, treats plus signs as spaces, and groups duplicate keys into arrays. It offers both JSON and table view formats, so you can copy the parsed output as JSON or inspect key-value pairs individually at a glance.

It is useful for checking UTM parameters, debugging form submissions, verifying API request URLs, inspecting redirect chains, and reviewing campaign links before sharing them. If the query contains broken percent-encoding, the tool reports that as an error instead of silently producing misleading output. Everything runs locally in the browser, so URLs and parameter values stay on your machine.

How to use Query String Parser

  1. Paste either a full URL or only the raw query string into the input field.
  2. The tool extracts the query part automatically and decodes the percent-encoded values into JSON.
  3. Toggle between JSON view (default) and table view to inspect the results in your preferred format.
  4. If the same key appears multiple times, it is grouped into an array so you can inspect the real structure.
  5. Copy the parsed output into debugging notes, API tests, or documentation when needed.

Benefits of Query String Parser

  • Accepts full URLs directly, so you do not need to manually isolate the query string first.
  • Decodes percent-encoded values into readable text for easier inspection of tracking or API parameters.
  • Groups duplicate keys into arrays so the resulting JSON matches the real structure more closely.
  • Keeps URLs and parameter values local because all parsing happens in the browser.

他のカテゴリ

Developer Tools の人気ツール TOP 10

Developer Tools のすべてのツール (43件)