← Back to all tools
Goodfolk Developer Utilities
API Response Formatter
Format API response JSON, inspect status details, and copy clean output for debugging.
Paste a JSON API response to format it, inspect the structure, and copy clean output for debugging notes, tickets, or docs.
Response details
Status200 — Success
Root typeobject
Top-level items4
Estimated keys10
Input characters285
Formatted characters333
Formatted response
{
"status": 200,
"message": "OK",
"data": {
"id": "tool_123",
"name": "Goodfolk Toolbox",
"active": true,
"categories": [
"office",
"camp",
"home",
"finance",
"student",
"design",
"developer"
]
},
"meta": {
"requestId": "abc-123",
"durationMs": 42
}
}Minified response
{"status":200,"message":"OK","data":{"id":"tool_123","name":"Goodfolk Toolbox","active":true,"categories":["office","camp","home","finance","student","design","developer"]},"meta":{"requestId":"abc-123","durationMs":42}}Related tools