JsonExport LogoJsonExport
Back to All Datasets
YouTube Test Payload

Mock YouTube Analytics Daily Metrics JSON

YouTube Analytics API response with multi-column daily metrics for views, watch time, subscriber delta, and estimated revenue. Download this payload or convert it directly into Excel spreadsheets in 1 click.

Convert this YouTube 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
youtube-analytics-daily-json.json
{
  "kind": "youtubeAnalytics#resultTable",
  "columnHeaders": [
    {
      "name": "day",
      "columnType": "DIMENSION",
      "dataType": "STRING"
    },
    {
      "name": "views",
      "columnType": "METRIC",
      "dataType": "INTEGER"
    },
    {
      "name": "estimatedMinutesWatched",
      "columnType": "METRIC",
      "dataType": "INTEGER"
    },
    {
      "name": "subscribersGained",
      "columnType": "METRIC",
      "dataType": "INTEGER"
    },
    {
      "name": "estimatedRevenue",
      "columnType": "METRIC",
      "dataType": "FLOAT"
    }
  ],
  "rows": [
    [
      "2026-08-26",
      14200,
      71500,
      310,
      142.8
    ],
    [
      "2026-08-27",
      16850,
      84200,
      420,
      185.5
    ],
    [
      "2026-08-28",
      19400,
      96000,
      490,
      210.25
    ]
  ]
}

Payload Size

841 Bytes

Format

JSON (Multi-level Nested)

Compatible Tools

Excel (XLSX), CSV, Pandas, Power BI

License

Public Domain / MIT (Free for Testing)