Apple Health 운동 샘플JSON내보내기

Apple Health 달리기 운동에서 나온 실제 무손실 JSON 내보내기 — 버전이 지정된 스키마의 운동 페이로드, 경로, 샘플, 요약. 다운로드하거나 아래에서 구조를 확인하세요.

sample-run.json
{
  "schemaVersion": 1,
  "exportedAt": "2026-04-05T08:00:00Z",
  "workout": {
    "uuid": "11111111-2222-3333-4444-555555555555",
    "activityType": "Running",
    "activityTypeRaw": 37,
    "startDate": "2026-04-05T08:00:00Z",
    "endDate": "2026-04-05T08:12:00Z",
    "duration": 720,
    "totalDistance": {
      "value": 1164.75,
      "unit": "m"
    },
    "totalEnergyBurned": {
      "value": 168,
      "unit": "kcal"
    },
    "totalSwimmingStrokeCount": null,
    "totalFlightsClimbed": null,
    "source": {
      "name": "Apple Watch",
      "bundleIdentifier": "com.apple.health",
      "deviceName": "Apple Watch",
      "deviceManufacturer": "Apple",
      "deviceModel": "Watch",
      "deviceHardwareVersion": null,
      "deviceSoftwareVersion": null
    },
    "metadata": null,
…  (283 more lines)

이 JSON 파일에 담긴 내용

다음을 포함한 자체 설명형 봉투(envelope):schemaVersion: 1. 최상위 키는 다음과 같습니다:workout, route, samples, 그리고summary. Python, 노트북, LLM에 입력하기에 이상적입니다.

내 운동 내보내기

이것은 샘플 달리기입니다. Workout Exporter를 설치하여 실제 Apple Health와 Apple Watch 운동을 같은 방식으로 내보내세요.

App Store에서 다운로드