# Dataset | User statistics API

## Trip details

| Item        | Description                        |
| ----------- | ---------------------------------- |
| Time\_start |                                    |
| Time\_end   |                                    |
| Duration    | Trip duration                      |
| Mileage     | Trip mileage                       |
| Start point | Start latitude; Start longitude    |
| End point   | Finish latitude; Finish longitude  |
| Trip mode   | Car, train, public transport, etc. |
| User Label  | Driver, Passenger                  |
| Tag         | List of tags added to the trip     |

## Statistics (trip/driver/consolidated: Instance/application/product/Company)

| Item                       | Units                  | Description |
| -------------------------- | ---------------------- | ----------- |
| Mileage                    | km \| ml               |             |
| Predicted\_annual\_mileage | km \| ml               |             |
| Trips\_count               | qty.                   |             |
| Max\_speed                 | km/h \| ml/h           |             |
| Average\_speed             | km/h \| ml/h           |             |
| Total speeding             | km \| ml \| min \| qty |             |
| > Speeding\_level1         | km \| ml \| min \| qty |             |
| > Speeding\_Level2         | km \| ml \| min \| qty |             |
| > Speeding\_Level3         | km \| ml \| min \| qty |             |
| Cornering                  | qty                    |             |
| Phone\_Usage               | km \| ml \| min \| qty |             |
| Acceleration               | qty                    |             |
| Braking                    | qty                    |             |
| Driving\_time              | min                    |             |
| > Night\_driving           | km \| ml \| min        |             |
| > Day\_driving             | km \| ml \| min        |             |
| > Rushhours\_driving       | km \| ml \| min        |             |

## **Scoring** (trip/driver/consolidated: Instance/application/product/Company)

| Item                  | Description               |
| --------------------- | ------------------------- |
| Safe\_Score           |                           |
| > Acceleration\_score |                           |
| > Braking\_score      |                           |
| > Speeding\_score     |                           |
| > Distracted\_score   | Phone usage while driving |
| > Cornering\_score    |                           |
| Acceleration\_points  |                           |
| Braking\_points       |                           |
| Speeding\_points      |                           |
| Distracted\_points    | Phone usage while driving |
| Cornering\_points     |                           |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs-old.telematicssdk.com/product-description/dataset/available-data.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
