# Lap

**Related endpoints**

{% content-ref url="../endpoints/laps" %}
[laps](https://docs.sportmonks.com/v3/motorsport-api/endpoints-and-entities/endpoints/laps)
{% endcontent-ref %}

**Field description**

| Field            | Description                               | Type    |
| ---------------- | ----------------------------------------- | ------- |
| `id`             | The unique lap ID                         | integer |
| `fixture_id`     | The fixture ID related to the lap         | integer |
| `lap_number`     | The number of the lap in the fixture      | integer |
| `driver_number`  | The driver related to the lap             | integer |
| `participant_id` | The team of the driver related to the lap | integer |
| `is_latest`      | Indicates if it's the lasp                | boolean |

**Include options**

`sport`  `fixture` `participant`&#x20;
