Trip Events

This API provides you with details of events that took place on a particular trip. There are 5 types of events, namely - hard braking, extreme braking, sudden acceleration, over speeding and idling. Details provided by this API helps you in determining the driving behaviour.

📘

Sample Request

https://api.azuga.com/azuga-ws/v1/trip/eventdetail.json?tripId=561TRP12

API Response explanation

FieldDescription
codeAPI Status Code
messageAPI Message
reasonReason for failure
generatedAtInMillisAPI generation timestamp in milliseconds
hardBrakingAn array of hardBraking
eventTypeType of event
durationDuration of the event
eventTimestampTimestamp (in milliseconds) at which the event occurred
initialSpeedInitial speed of the vehicle
finalSpeedFinal speed of the vehicle
fuelConsumedFuel consumed during the event
latLatitude coordinate of the location where the event occurred
lonLongitude coordinate of the location where the event occurred
fixQualityQuality of the GPS coordinates
addressAddress of the location where the event occurred
extremeBrakingAn array of extremeBraking objects
suddenAccelerationAn array of suddenAcceleration objects
overSpeedingAn array of overSpeeding objects
idlingAn array of idling objects
Language
Authorization
Header
Click Try It! to start a request and see the response here!