Trips

Example data points for trips

{
  "version": 2,
  "application_id": "00000000-0000-0000-0000-000000000000",
  "message_id": "5502FFB01650060FA8888E5C3ED46FF2A0E4A49EACF1A92E264CD0C137971B28",
  "vin": "EXV10000000",
  "data": {
    "trips": {
      "braking_count": [
        {
          "data": 20,
          "timestamp": "2025-09-22T09:49:29Z"
        }
      ],
      "distance": [
        {
          "data": {
            "unit": "kilometers",
            "value": 0
          },
          "timestamp": "2025-09-23T15:50:29Z"
        }
      ],
      "duration": [
        {
          "data": {
            "unit": "minutes",
            "value": 1201
          },
          "timestamp": "2025-09-18T05:03:32Z"
        }
      ],
      "end_coordinates": [
        {
          "data": {
            "latitude": 1.459145,
            "longitude": 2.774774
          },
          "timestamp": "2025-09-18T05:03:32Z"
        }
      ],
      "end_odometer": [
        {
          "data": {
            "unit": "kilometers",
            "value": 146832
          },
          "timestamp": "2025-09-23T15:50:09.000Z"
        }
      ],
      "end_time": [
        {
          "data": "2025-09-23T15:50:12.000Z",
          "timestamp": "2025-09-23T15:50:09.000Z"
        }
      ],
      "start_coordinates": [
        {
          "data": {
            "latitude": 1.833502,
            "longitude": 2.146292
          },
          "timestamp": "2025-09-23T15:50:22Z"
        }
      ],
      "start_time": [
        {
          "data": "2025-09-23T15:50:09.000Z",
          "timestamp": "2025-09-23T15:50:09.000Z"
        }
      ],
      "maximum_speed": [
        {
          "data": {
            "unit": "meters_per_second",
            "value": 22.222240000000003
          },
          "timestamp": "2025-09-17T12:22:51.314Z"
        }
      ],
      "total_fuel_consumption": [
        {
          "data": {
            "unit": "liters",
            "value": 1197.61
          },
          "timestamp": "2025-09-23T15:50:09.000Z"
        }
      ],
      "total_idle_fuel_consumption": [
        {
          "data": {
            "unit": "liters",
            "value": 0.0106
          },
          "timestamp": "2025-09-17T12:22:51.314Z"
        }
      ],
      "thresholds": [
        {
          "data": {
            "type": "one",
            "value": 10
          },
          "timestamp": "2025-09-23T15:50:09.000Z"
        }
      ],
      "event": [
        {
          "data": "sharp_turn",
          "timestamp": "2025-09-23T15:50:09.000Z"
        }
      ],
      "eco_level": [
        {
          "data": "medium",
          "timestamp": "2025-09-23T15:50:09.000Z"
        }
      ]
    }
  }
}

Last updated

Was this helpful?