# Coaches

Retrieve detailed coach information via one of our 5 coaches endpoints.

You can retrieve more detailed information by using the correct includes. Per endpoint you can find the details including base URL, parameters, includes and more.

* **GET All Coaches:** returns all the coaches available within your subscription.
* **GET Coach by ID:** returns coach information from your requested coach ID.
* **GET Coaches by Country ID:** returns coach information from your requested country ID.
* **GET Coaches Search by Name:** returns all the coaches that match your search query.
* **GET Last Updated Coaches:** returns all the coaches that have received updates in the past two hours.&#x20;

<figure><img src="/files/1jGJBC8vH9wyBlA044FA" alt=""><figcaption></figcaption></figure>

#### Include options

[`sport`](https://docs.sportmonks.com/v3/core-api/) [`country`  ](https://docs.sportmonks.com/football2/v/core/endpoints/countries)[`teams`](/v3/endpoints-and-entities/entities/team-player-squad-coach-and-referee.md#team) [`statistics`](/v3/endpoints-and-entities/entities/statistic.md#coachstatistic) [`nationality`](/v3/core-api/entities/core.md#country)  [`trophies`](/v3/endpoints-and-entities/entities/other.md#participanttrophy)  [`player`](/v3/endpoints-and-entities/entities/team-player-squad-coach-and-referee.md#player)  [`fixtures`](/v3/endpoints-and-entities/entities/fixture.md#fixture)

**Related Entities:**

Get an overview and explanation of all the fields returned in the API response. The related entities for the coaches' endpoints are:

* [Coach](/v3/endpoints-and-entities/entities/team-player-squad-coach-and-referee.md#coach)


---

# 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.sportmonks.com/v3/endpoints-and-entities/endpoints/coaches.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.
