For AI agents: visit https://developer.truckstop.com/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
| Field (JSON/XML) | Description |
|---|
id / Id | Unique vehicle location record identifier |
vehicleId / VehicleId | Vehicle identifier |
latitude / Latitude | Vehicle latitude |
longitude / Longitude | Vehicle longitude |
course / Course | Vehicle heading |
address / Address | Address associated with the location |
dateTime / DateTime | Timestamp of the location record |
speed | Optional speed object |
vehicle | Vehicle details |
| Field (JSON/XML) | Description |
|---|
id / Id | Vehicle identifier |
name / Name | Vehicle or driver name |
oem / Oem | Vehicle OEM |
model / Model | Vehicle model |
modelYear / ModelYear | Vehicle model year |
vin / Vin | Vehicle VIN |
licensePlateState / LicensePlateState | License plate state |
licensePlateNumber / LicensePlateNumber | License plate number |
eldDeviceId / EldDeviceId | Associated ELD device identifier |
totalMiles / TotalMiles | Total miles recorded |