{
  "athletes": [
    {
      "id": "-ExampleAthleteId004",
      "name": "Emma Wilson",
      "team_id": "team_004",
      "player_info": {
        "birth_date": 889311600000,
        "gender": "male",
        "height_cm": 190,
        "weight_kg": 93
      },
      "recordings": [
        {
          "id": "-ExampleJumpId001",
          "date": 1724261435596,
          "device_type": "PLATE_DEVICE",
          "channel_amount": 2,
          "sample_rate": 960,
          "exercise_name": "",
          "comment": "Example jump test",
          "injured": false,
          "jump_analysis": [
            {
              "selected_by_user": true,
              "path_to_this_jump_raw_csv": "organisations/example_org/athletes/-ExampleAthleteId004/single_jumps_raw_data/2024_08_21-09_15_38_0.csv",
              "plot_annotations": {
                "body_mass": 93.5,
                "jump_type": "cmj",
                "leg_stance": "dual_leg"
              },
              "metric_table": {
                "jump_height_ft": 0.528,
                "peak_force": 2398.45,
                "peak_power": 6452.18,
                "takeoff_velocity": 3.162,
                "contact_time": 1.185,
                "flight_time": 0.654,
                "rsi_modified": 0.445
              }
            }
          ]
        },
        {
          "id": "-ExampleIsoId001",
          "date": 1724261535596,
          "device_type": "GROIN_DEVICE",
          "channel_amount": 2,
          "sample_rate": 960,
          "exercise_name": "Hip Adduction",
          "comment": "Example isometric test",
          "injured": false,
          "isometric_analysis": {
            "protocol_version": 3,
            "trials": [
              {
                "id": 1,
                "protocol_version": 3,
                "stance": "dual_leg",
                "device_type": "GROIN_DEVICE",
                "exercise": "Hip Adduction",
                "path_to_raw_csv": "organisations/example_org/athletes/-ExampleAthleteId004/isometric_trials/2024_08_21-09_18_55.csv",
                "cha1_metrics": {
                  "force_peak": 445.12,
                  "rfd_max": 1285.4,
                  "force_100ms": 185.4,
                  "force_200ms": 298.6
                },
                "cha2_metrics": {
                  "force_peak": 441.55,
                  "rfd_max": 1255.8,
                  "force_100ms": 182.8,
                  "force_200ms": 295.2
                },
                "total_metrics": {
                  "force_peak": 886.67,
                  "rfd_max": 2541.2,
                  "force_peak_symmetry_index": 0.81
                }
              }
            ]
          }
        },
        {
          "id": "-ExamplePogoId001",
          "date": 1724261635596,
          "device_type": "PLATE_DEVICE",
          "channel_amount": 2,
          "sample_rate": 960,
          "exercise_name": "",
          "comment": "Example reactive test",
          "injured": false,
          "pogo_analysis": {
            "date": 1724261635596,
            "single_plate": false,
            "hop_count": 10,
            "avg_contact_time": 0.185,
            "avg_flight_time": 0.425,
            "avg_jump_height": 0.221,
            "avg_rsi": 1.195,
            "stiffness": 18542.3,
            "reactive_strength_index": 1.195,
            "path_to_raw_csv": "organisations/example_org/athletes/-ExampleAthleteId004/pogo_recordings/2024_08_21-09_20_35.csv"
          }
        },
        {
          "id": "-ExampleIsoId002",
          "date": 1724261735596,
          "device_type": "CABLE_DEVICE",
          "channel_amount": 1,
          "sample_rate": 960,
          "exercise_name": "Mid-thigh pull",
          "comment": "Example strength test",
          "injured": false,
          "isometric_analysis": {
            "protocol_version": 3,
            "trials": [
              {
                "id": 1,
                "protocol_version": 3,
                "stance": "dual_leg",
                "device_type": "CABLE_DEVICE",
                "exercise": "Mid-thigh pull",
                "path_to_raw_csv": "organisations/example_org/athletes/-ExampleAthleteId004/isometric_trials/2024_08_21-09_22_15.csv",
                "total_metrics": {
                  "force_peak": 2854.67,
                  "rfd_max": 8524.3,
                  "force_50ms": 542.8,
                  "force_100ms": 1085.2,
                  "force_150ms": 1542.6,
                  "force_200ms": 1928.4,
                  "force_250ms": 2248.5,
                  "dt_onset_to_peak_force": 1.285,
                  "impulse_50ms": 13.57,
                  "impulse_100ms": 40.68,
                  "impulse_150ms": 77.13,
                  "impulse_200ms": 123.42,
                  "impulse_250ms": 178.85
                }
              }
            ]
          }
        }
      ]
    }
  ],
  "total": 1
}