These docs are for v1. Click to read the latest docs for v3.

Score

Use this API to fetch scores of all drivers present in your account. Scores are points given to the drivers based on their driving behavior. The overall score is based on the scores of hard braking, hard acceleration, speeding and idling. This API also helps you determine the rank of each driver.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
📘

Sample Request

https://api.azuga.com/azuga-ws/v1/score/list.json?averageDays=30&comparingPool=0&startIndex=0&limit=10

API Response explanation

FieldDescription
codeAPI Status Code
messageAPI Message
reasonReason for failure
generatedAtInMillisAPI generation timestamp in milliseconds
milesDrivenCumulative miles driven by the drivers
userCountNumber of drivers whose scores are fetched
scoresAn array of scores objects
rankRank of the driver
userIdUnique identifier representing the user
firstNameFirst name of the driver
lastNameLast name of the driver
averageDaysTime period for comparing average driver score i.e weekly, monthly or quaterly
fleetScoreOverall score of the driver
usernameUsername of the driver
profilePictureURL of the profile picture of the driver
speedScoreScore for speeding
brakeScoreScore for braking
hardAccelarationScoreScore for hard acceleration
idleScoreScore for idling
🚧

Disclaimer

This API provides information only for a driver and does not provide aggregated information for a group of vehicles. Admins should not use these APIs, but should look at other sections of the documentation.

Query Params
int32
Defaults to 7

Time period for comparing average driver score i.e weekly, monthly or quaterly

int32
Defaults to 0

Comparing pool i.e. whether to compare scores with a group or entire organization

int32
Defaults to 0

Starting index from which records need to be fetched

int32
Defaults to 5

Number of results to return per page

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json