# Vehicle Location

<pre class="language-json"><code class="lang-json">{
  "version": 2,
  "application_id": "00000000-0000-0000-0000-000000000000",
  "message_id": "5502FFB01650060FA8888E5C3ED46FF2A0E4A49EACF1A92E264CD0C137971B28",
  "vin": "EXV10000000",
  "data": {
    "<a data-footnote-ref href="#user-content-fn-1">vehicle_location</a>": {
      "altitude": [
        {
          "data": {
            "unit": "meters",
            "value": 9.8
          },
          "timestamp": "2025-09-22T08:44:25.872Z"
        }
      ],
      "coordinates": [
        {
          "data": {
            "latitude": 1.417148,
            "longitude": -5.169537
          },
          "timestamp": "2025-09-22T08:44:25.872Z"
        }
      ],
      "gps_signal_strength": [
        {
          "data": 100,
          "timestamp": "2025-09-22T08:41:14.000Z"
        }
      ],
      "gps_source": [
        {
          "data": "real",
          "timestamp": "2025-09-22T08:44:25.872Z"
        }
      ],
      "heading": [
        {
          "data": {
            "unit": "degrees",
            "value": 260
          },
          "timestamp": "2025-09-22T08:44:25.872Z"
        }
      ]
    }
  }
}
</code></pre>

[^1]: [Vehicle location specification](https://json-schema.app/view/%23/%23%2Fproperties%2Fvehicle_location?url=https%3A%2F%2Fraw.githubusercontent.com%2Fhighmobility%2Fopen-api-specifications%2Frefs%2Fheads%2Fmain%2Fjson-schema%2Fauto-api%2F0002%2Fspec.json)
