Latest Vehicle Locations
GET
http://api.firsteld.com/openapi/vehicles/locations/
Vehicle Locations
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://api.firsteld.com/openapi/vehicles/locations/'
Response Response Example
{
"count": 10,
"page_size": 123,
"previous": null,
"current": 1,
"next": 2,
"results": [
{
"driver": "string",
"vehicle": "string",
"locatedAt": "2019-08-24T14:15:22Z",
"location": {
"latitude": 0,
"longitude": 0
},
"address": "string",
"heading": 0,
"speed": 0,
"odometer": 0
}
]
}
Request
Query Params
page
integer
optional
page_size
integer
optional
vehicleIds
array[string]
optional
driverIds
array[string]
optional
Responses
Modified at 2025-05-05 18:08:08