SoccersAPIDocs
DocsReference › Coaches

Coaches

Coach profiles.

Open in the interactive reference

Operations

Route reference

Operations

The t query parameter selects the operation. Parameters not listed for an operation are ignored.

t Operation Required Optional
info Coach by ID. Coach profile with current team and country. id
list All coaches. All coaches, or the coaches of a country. Paginated, 100 items per page. country_id, page

Examples

Coach by ID:

GET /v2.2/coaches/?user=USER&token=TOKEN&t=info&id=662

All coaches:

GET /v2.2/coaches/?user=USER&token=TOKEN&t=list&country_id=25