API Response Corruptor
Generate bad API responses on purpose so you can test frontend error handling, schema validation, retry logic, importers, and edge cases.
This tool runs in your browser. Files never leave your device.
Drop a JSON/TXT file here or paste a response body below.
Corrupted response
490 B output · valid JSON
Output can still be parsed as JSON, but its values/schema may be intentionally wrong.
API damage controls
Tune the exact failure modes you want your app to survive.
What this tool does
API Response Corruptor produces malformed versions of API responses, with missing fields, wrong types, truncated payloads, and broken structure, so you can see how your frontend and backend behave when an API misbehaves. It is the way to test the unhappy paths that are hard to trigger on purpose.
How it works
Paste a sample response, choose how to break it, and the tool generates corrupted versions in your browser. Copy them into your tests or mocks. Nothing is uploaded.