iGotTools

URL Parser and Query Inspector

Parse URL query parameters into editable rows, preserve repeated and empty values, rebuild the URL, and copy query or JSON.

Enter a URL to inspect its parts and query parameters.

How to use

url query parameter parser. Parse URL query parameters into editable rows, preserve repeated and empty values, rebuild the URL, and copy query or JSON locally.

  1. 1Paste a URL or load the sample.
  2. 2Inspect repeated and empty query rows.
  3. 3Add, edit, or remove key-value rows.
  4. 4Review the rebuilt URL and copy the query string or JSON.

Technical background

The native URL and URLSearchParams APIs expose repeated keys and empty values as separate editable rows.

Use cases

Use it to inspect campaign links, API requests, redirects, and sensitive-looking parameter names before sharing.

Privacy and security

Parsing is local; warnings identify risky names but do not detect or redact secrets.

FAQ

Guides