GET Coach by ID
GET
Coach by ID
https://soccer.sportmonks.com/api/v2.0/coaches/{ID}
Parameters
No parameters available for this endpoint.
Include options
No includes available for this endpoint.
Example response
https://soccer.sportmonks.com/api/v2.0/coaches/1467946?api_token={API_TOKEN}
"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"
},
Check this endpoint in Postman.