Race

Example data points for race

{
  "version": 2,
  "application_id": "00000000-0000-0000-0000-000000000000",
  "message_id": "5502FFB01650060FA8888E5C3ED46FF2A0E4A49EACF1A92E264CD0C137971B28",
  "vin": "EXV10000000",
  "data": {
    "race": {
      "accelerations": [
        {
          "data": {
            "acceleration": {
              "unit": "meters_per_second_squared",
              "value": 0
            },
            "direction": "longitudinal"
          },
          "timestamp": "2025-09-18T12:10:08.000Z"
        }
      ],
      "vehicle_moving": [
        {
          "data": "moving",
          "timestamp": "2025-09-18T12:10:10.000Z"
        }
      ],
      "electronic_stability_program": [
        {
          "data": "inactive",
          "timestamp": "2025-09-18T12:10:00.000Z"
        }
      ],
      "accelerator_durations": [
        {
          "data": {
            "duration": {
              "unit": "seconds",
              "value": 2.467976875
            },
            "pedal_position_threshold": 0.75
          },
          "timestamp": "2025-09-18T12:10:15.548Z"
        }
      ],
      "gear_mode": [
        {
          "data": "drive",
          "timestamp": "2025-09-23T11:05:17Z"
        }
      ]
    }
  }
}

Last updated

Was this helpful?