Form Data Inspector

Paste query strings, application/x-www-form-urlencoded bodies, JSON objects, or key-value lines and inspect the exact form fields before shipping an API request. Detects duplicate names, blank values, encoded characters, and produces URLSearchParams, FormData, cURL, and a copyable request checklist in your browser.

Ctrl+Enter to run  |  Ctrl+K to switch tools  |  Recent button shows input history

Repeating this work? Turn this kind of browser utility into an API batch, MCP prompt, extension workflow, or shared team recipe.

Buy Pro Browse tool packs

FAQ

What can I paste into Form Data Inspector?

Paste a query string, a URL with query parameters, an application/x-www-form-urlencoded request body, a JSON object, or one key=value pair per line.

Does it upload my payload?

No. Parsing and export generation run entirely in your browser.

Why do duplicate form fields matter?

Many APIs and frameworks treat duplicate field names differently. This tool shows every occurrence so you can decide whether arrays, repeated checkboxes, or accidental duplicates are safe.

How does this fit with cURL to Fetch?

Use cURL to Fetch to capture the whole request, then use Form Data Inspector when the body or query string needs review before turning it into URLSearchParams, FormData, or a test fixture.