# League

**Related endpoints**

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

**Field description**

| Field            | Description                                                    | Type          |
| ---------------- | -------------------------------------------------------------- | ------------- |
| `id`             | Refers to the unique id of the league                          | integer       |
| `sport_id`       | Refers to the sport of the league                              | integer       |
| `country_id`     | Refers to the country of the league                            | integer       |
| `name`           | The name of the league                                         | string        |
| `active`         | Indicates if the league is active or inactive                  | integer       |
| `short_code`     | The short code of the league                                   | string / null |
| `image_path`     | Image path to the league logo                                  | string        |
| `type`           | Indicates the type of the league                               | string        |
| `sub_type`       | Indicates the subtype of the league                            | string        |
| `last_played_at` | The date of when the last fixture was being held in the league | string        |
| `category`       | Indicates the category of the league                           | integer       |
| `has_jerseys`    | Not used in the Motorsport API                                 | boolean       |

**Include options**

`sport` `country` `stages` `latest` `upcoming` `inplay` `today` `currentSeason` `seasons`&#x20;
