For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

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. Run in Postman

Last updated

Was this helpful?