API format

Developer

API Response Formatter

Turn a raw JSON response into readable output with quick structure diagnostics.

Edit or Paste Here

Editable work area

Use this area for the source text, query, token, or settings you want to test. The cleaned output appears beside it.

Results report

Current results

HTTP status200
JSONValid
Size162 chars

JSON value types

Counts of the major JSON value types found in the response.

Count

Formatted response

json
{
  "status": "ok",
  "data": {
    "items": [
      {
        "id": 1,
        "name": "Mortgage repayment calculator"
      },
      {
        "id": 2,
        "name": "Cron generator"
      }
    ]
  }
}

Response structure

Objects4
Arrays1
Keys7
Maximum depth5

Assumptions

Calculation notes

  • This formatter assumes JSON response bodies.