Activity

This API provides you with granular information about trips taken by your fleet within the time period that is requested for. A trip in Azuga is defined as an ignition ON - Ignition OFF cycle. A trip response contains summarized information that can pertain to vehicle health, driving behavior, fuel consumption, etc.,

📘

Sample Request

https://api.azuga.com/azuga-ws/v1/activity/list.json?vehicleName=Nathen's car&from=12-15-2015 00:00:00&to=12-15-2015 10:10:59&groupName=California

API Response explanation

FieldDescription
codeAPI Status Code
messageAPI Message (Success/Failure)
generatedAtAPI generation timestamp in UTC
reasonThe reason for failure
currentPageThe current page
totalPagesThe total number of pages in the result
activityReportAn array of activityreport objects
vehicleNameName of the vehicle
groupNameName of the group associated with vehicle
tsTimeTimestamp in UTC when the ignition turned ON
tsLatLatitude coordinate of the location where the ignition turned ON
tsLonLongitude coordinate of the location where the ignition turned ON
tsAddressAddress of the location where the ignition turned ON
teTimeTimestamp in UTC when the ignition turned OFF
teLatLatitude coordinate of the location where the ignition turned OFF
teLonLongitude coordinate of the location where the ignition turned OFF
teAddressAddress of the location where the ignition turned OFF
stopTimeTime between an Ignition OFF and the next Ignition ON
distanceTravelledTotal distance driven in that trip
tripTimeTotal time between an Ignition ON and Igntion OFF
idleTimeTime period during which the vehicle was in the idle state
hardBrakingCountsNumber of hard breaking incidents. Hard breaking is the change in speed of 13-16 KMPH in one second (as long as the vehicle is already travelling at a speed of 29 KMPH).
hardAccelerationCountsNumber of sudden acceleration incidents. Sudden acceleration is the change in speed of 13-16 KMPH in one second.
overSpeedEventsNumber of speeding incidents. A speeding incident is counted when the vehicle exceeds the speed limit set in the speeding alert.
overSpeedDurationTime during which the vehicle traveled at a speed greater than the one set in the speeding alert.
maxSpeedMaximum speed attained during the trip
averageSpeedAverage speed during the trip
reserved1Reserved variable for future use
reserved2Reserved variable for future use
reserved3Reserved variable for future use
reserved4Reserved variable for future use
Language
Authorization
Header
Click Try It! to start a request and see the response here!