API response formatter
Paste a response, then inspect it without leaving the browser.
Auto-detect JSON, XML, or CSV, normalize the data, switch views, copy the result, or download a converted file.
Output workspace
Formatted result
{
"meta": {
"requestId": "req_live_7GQ42M9",
"generatedAt": "2026-06-04T14:32:10Z",
"region": "us-east-1"
},
"orders": [
{
"id": "ord_10482",
"customer": "Maya Patel",
"city": "Austin",
"total": 248.75,
"status": "fulfilled",
"items": 3
},
{
"id": "ord_10483",
"customer": "Evan Brooks",
"city": "Portland",
"total": 91.2,
"status": "processing",
"items": 1
},
{
"id": "ord_10484",
"customer": "Lina Morales",
"city": "Denver",
"total": 374.18,
"status": "fulfilled",
"items": 5
}
]
}