Last updated 3 years ago
Was this helpful?
GET
https://soccer.sportmonks.com/api/v2.0/coaches/{ID}
Endpoint details
Authorization
API Key
Pagination
NO
Allowed nested includes
0
No parameters available for this endpoint.
No includes available for this endpoint.
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.