All pages
Powered by GitBook
1 of 2

Loading...

Loading...

Coaches

The Coaches endpoint provides you details about the Coach like the Name, Nationality Birthdate etc.

By default this endpoint returns Coach details that have managed at least one game in the Leagues covered by the Plan you are subscribed to.

Check this endpoint in Postman.

GET Coach by ID

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