JsonExport LogoJsonExport
Back to All Datasets
Harvest Test Payload

Mock Harvest Timesheets & Time Entries JSON

Realistic Harvest API export with nested client, project, task, and user objects for consulting timesheet and payroll calculations. Download this payload or convert it directly into Excel spreadsheets in 1 click.

Convert this Harvest 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
harvest-timesheets-json.json
{
  "time_entries": [
    {
      "id": 1490284,
      "spent_date": "2026-07-01",
      "hours": 7.5,
      "notes": "Architecting Cloudflare D1 telemetry pipeline",
      "billable": true,
      "billable_rate": 175,
      "cost_rate": 85,
      "user": {
        "id": 8102,
        "name": "Elena Rostova"
      },
      "client": {
        "id": 301,
        "name": "Stripe Technologies",
        "currency": "USD"
      },
      "project": {
        "id": 9011,
        "name": "Telemetry Infrastructure",
        "code": "TEL-2026"
      },
      "task": {
        "id": 401,
        "name": "Backend Development"
      }
    },
    {
      "id": 1490285,
      "spent_date": "2026-07-02",
      "hours": 6,
      "notes": "SEO programmatic metadata scaling and auditing",
      "billable": true,
      "billable_rate": 175,
      "cost_rate": 85,
      "user": {
        "id": 8102,
        "name": "Elena Rostova"
      },
      "client": {
        "id": 302,
        "name": "HubSpot Integration Partner",
        "currency": "USD"
      },
      "project": {
        "id": 9012,
        "name": "Growth Engine",
        "code": "GRO-2026"
      },
      "task": {
        "id": 402,
        "name": "SEO Engineering"
      }
    }
  ]
}

Payload Size

1,248 Bytes

Format

JSON (Multi-level Nested)

Compatible Tools

Excel (XLSX), CSV, Pandas, Power BI

License

Public Domain / MIT (Free for Testing)