JsonExport LogoJsonExport
Back to All Datasets
Trello Test Payload

Mock Trello Board JSON Export

Complete Trello board JSON structure containing cards, lists, labels, checklists, and member assignments for Kanban and project analysis. Download this payload or convert it directly into Excel spreadsheets in 1 click.

Convert this Trello 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
trello-board-cards-json.json
Convert Trello to Excel Online →
{
  "id": "64f1a2b3c4d5e6f7a8b9c0d1",
  "name": "Product Sprint 2026",
  "desc": "Q3 Engineering & Design Sprint",
  "cards": [
    {
      "id": "card_101",
      "name": "Implement D1 SQLite Telemetry Worker",
      "desc": "Zero-cost telemetry endpoint for conversion stats",
      "listName": "In Progress",
      "due": "2026-08-30T17:00:00.000Z",
      "dueComplete": false,
      "labels": [
        {
          "name": "Backend",
          "color": "blue"
        },
        {
          "name": "Priority",
          "color": "red"
        }
      ],
      "members": [
        {
          "fullName": "Alex Developer",
          "username": "alexdev"
        }
      ]
    },
    {
      "id": "card_102",
      "name": "Design Platform Visual Transform Assets",
      "desc": "Authentic before/after SVG graphics for all converters",
      "listName": "Ready for QA",
      "due": "2026-08-29T12:00:00.000Z",
      "dueComplete": true,
      "labels": [
        {
          "name": "Design",
          "color": "purple"
        }
      ],
      "members": [
        {
          "fullName": "Jordan UI",
          "username": "jordan_ui"
        }
      ]
    }
  ]
}

Payload Size

1,176 Bytes

Format

JSON (Multi-level Nested)

Compatible Tools

Excel (XLSX), CSV, Pandas, Power BI

License

Public Domain / MIT (Free for Testing)