Welcome to FleetCMD APIs!
We provide industry-leading APIs.
Our APIs can be used for mission-critical systems.
Our APIs define the industry's standards.
Millions of people trust us.
Molson Group are the UK’s largest independent new and used equipment dealer. With a customer focused approach, we are able to provide clients of all sizes a single source supply option of market leading products, backed up by a team that care about your business.
From 16 locations strategically positioned throughout the UK, our team of over 95 fully trained service engineers and millions of pounds worth of parts, you can count on us to keep your business running.
GET https://staging-api.fleetcmd.io/aemp/v1/Fleet/Equipment/JSNXW190GET https://staging-api.fleetcmd.io/aemp/v1/Fleet/1GET https://staging-api.fleetcmd.io/aemp/v1/Fleet/Equipment/JSNXW190/FuelUsedInThePreceding24Hours/2024-09-01/2024-09-02/1

Request
https://staging-api.fleetcmd.io/aemp/v1/Fleet/Equipment/6152034Headers
Accept: application/json or application/xml
Authorization: Bearer eyJhbGciOiJSUz...
Example response
{
"fleet": {
"version": 1,
"snapshotTime": "2024-11-07T12:50:23.2034239Z",
"links": [
{
"rel": "self",
"href": "https://staging.fleetcmd.com/v1/Fleet/Equipment/6152034"
}
],
"equipment": [
{
"equipmentHeader": {
"oemName": "Ammann",
"equipmentId": "AMAR2034",
"equipmentModel": "ARX 26",
"serialNumber": "6152034",
"pin": "6152034"
},
"location": {
"latitude": 51.471796,
"longitude": -0.139793,
"dateTime": "2024-11-06T23:59:59Z"
},
"cumulativeIdleHours": {
"hours": 605.64,
"dateTime": "2024-11-06T23:59:59Z"
},
"cumulativeOperatingHours": {
"hours": 2177.24,
"dateTime": "2024-11-06T23:59:59Z"
},
"fuelUsed": {
"fuelUnits": "litre",
"fuelConsumed": 47621,
"dateTime": "2024-11-06T23:59:59Z"
},
"fuelUsedLast24": {
"dateTime": "2024-11-06T23:59:59Z",
"fuelConsumed": 106,
"fuelUnits": "litre"
}
}
]
}
}
Powered by Azure API Management.