Coach by ID

GET https://soccer.sportmonks.com/api/v2.0/coaches/:COACH_ID

Introduction

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

By default this endpoint returns Coach details that have hosted at least 1 game under the Leagues covered by the Plan you are subscribed to.

Pagination

NO - Indicates if this endpoint contains pagination.

Nested Includes

0 - You can add a maximum of 0 levels of nested includes.

Includes Options

No includes available for this endpoint.

RESPONSES

status: OK

{"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"},"meta":{"subscription":{"started_at":{"date":"2019-09-02 09:52:14.000000","timezone_type":3,"timezone":"UTC"},"trial_ends_at":{"date":"2019-09-16 09:52:10.000000","timezone_type":3,"timezone":"UTC"},"ends_at":null},"plan":{"name":"PostMan Plan","price":"25.00","request_limit":"2000,60"},"sports":[{"id":1,"name":"Soccer","current":true}]}}