# GET Coach by ID

### `GET` Coach by ID

```
https://soccer.sportmonks.com/api/v2.0/coaches/{ID}
```

| Endpoint details        |         |
| ----------------------- | ------- |
| Authorization           | API Key |
| Pagination              | NO      |
| Allowed nested includes | 0       |

#### Parameters

No parameters available for this endpoint.

#### Include options

No includes available for this endpoint.

#### Example response

{% tabs %}
{% tab title="Request" %}

```
https://soccer.sportmonks.com/api/v2.0/coaches/1467946?api_token={API_TOKEN}
```

{% endtab %}

{% tab title="Response" %}

```javascript
"data": {
        "coach_id": 1467946,
        "team_id": 53,
        "country_id": 491,
        "common_name": "N. Lennon",
        "fullname": "Neil Lennon",
        "firstname": "Neil",
        "lastname": "Lennon",
        "nationality": "Northern Ireland",
        "birthdate": "25/06/1971",
        "birthcountry": "Northern Ireland",
        "birthplace": "Lurgan",
        "image_path": "https://cdn.sportmonks.com/images/soccer/players/10/1467946.png"
    },
```

{% endtab %}
{% endtabs %}

{% hint style="info" %}
Check this endpoint in Postman.\
&#x20;                                                             [![Run in Postman](https://run.pstmn.io/button.svg)](https://football-postman.sportmonks.com/#6ce946f4-62f4-48ee-ab3b-7567a10ada16)
{% endhint %}
