JsonExport LogoJsonExport
Back to All Datasets
Typeform Test Payload

Mock Typeform Survey & Webhook Response JSON

Realistic Typeform responses JSON with nested answers, field references, choice objects, text responses, and calculated NPS scores. Download this payload or convert it directly into Excel spreadsheets in 1 click.

Convert this Typeform JSON to Excel or CSV

Instantly flatten and preview these records in multi-column tables. Auto-unwinds nested objects without writing Python or Power Query.

100% Client-Side in Your Browser (Zero Data Upload)
Convert to Excel
typeform-survey-responses-json.json
{
  "total_items": 2,
  "page_count": 1,
  "items": [
    {
      "landing_id": "ab12cd34ef56",
      "token": "tok_response_001",
      "submitted_at": "2026-06-14T11:45:22Z",
      "answers": [
        {
          "field": {
            "id": "fld_name",
            "type": "short_text"
          },
          "type": "text",
          "text": "Jessica Pearson"
        },
        {
          "field": {
            "id": "fld_role",
            "type": "multiple_choice"
          },
          "type": "choice",
          "choice": {
            "label": "Managing Partner"
          }
        },
        {
          "field": {
            "id": "fld_nps",
            "type": "opinion_scale"
          },
          "type": "number",
          "number": 10
        }
      ],
      "hidden": {
        "utm_source": "linkedin",
        "campaign": "partner_onboarding"
      }
    },
    {
      "landing_id": "ab12cd34ef57",
      "token": "tok_response_002",
      "submitted_at": "2026-06-14T12:05:10Z",
      "answers": [
        {
          "field": {
            "id": "fld_name",
            "type": "short_text"
          },
          "type": "text",
          "text": "Harvey Specter"
        },
        {
          "field": {
            "id": "fld_role",
            "type": "multiple_choice"
          },
          "type": "choice",
          "choice": {
            "label": "Senior Partner"
          }
        },
        {
          "field": {
            "id": "fld_nps",
            "type": "opinion_scale"
          },
          "type": "number",
          "number": 9
        }
      ],
      "hidden": {
        "utm_source": "direct",
        "campaign": "vip_survey"
      }
    }
  ]
}

Payload Size

1,712 Bytes

Format

JSON (Multi-level Nested)

Compatible Tools

Excel (XLSX), CSV, Pandas, Power BI

License

Public Domain / MIT (Free for Testing)