GET Coach by ID
Returns coach information from your requested coach ID.
Base URL
Example Response
Field Description
https://api.sportmonks.com/v3/football/coaches/{ID}
{
"data": {
"id": 50,
"player_id": 50,
"sport_id": 1,
"country_id": 462,
"nationality_id": null,
"city_id": null,
"common_name": "S. Gerrard",
"firstname": "Steven",
"lastname": "Gerrard",
"name": "Steven Gerrard",
"display_name": "Steven Gerrard",
"image_path": "https://cdn.sportmonks.com/images/soccer/players/18/50.png",
"height": 183,
"weight": 83,
"date_of_birth": "1980-05-30",
"gender": "male"
},
Field | Description | Type |
---|---|---|
id | Refers to the unique id of the coach | integer |
player_id | Refers to the player related to the coach | integer |
sport_id | Refers to the sport related to the coach | integer |
country_id | Refers to the country of the coach | integer |
nationality_id | Refers to the nationality of the coach | integer |
city_id | Refers to the birthcity of the coach | string |
common_name | Returns to the common name of the coach | string |
firstname | Returns the first name of the coach | string |
lastname | Returns the last name of the coach | string |
name | Returns the first and last name of the coach | string |
display_name | Returns the name that is often used to display in applications | string |
image_path | Image path to the coach' headshot | string |
height | Returns the height of the coach | integer |
weight | Returns the weight of the coach | integer |
date_of_birth | Returns the date of birth of the coach | string |
gender | Returns the gender of the coach | string |
Query Parameters
Static Filters
Dynamic Filters
Query Parameters | Required? | Description |
---|---|---|
api_token | YES
Another option is to provide the API token in the header. | Your unique API token. Ex. ?api_token=YOUR_TOKEN |
include | NO | Enrich the API with more data by using includes |
select | NO | |
filters | NO | Filter the API response on multiple related entities. There are static filters and dynamic filters. |