Skip to main content

Coaches Career

This endpoint allows you to retrieve the careers from coaches.

Multi-language: This feature allows the user to manually change the language of the API response by adding value to the lang attribute. Example: lang=en.

Pagination: The endpoint uses an offset and limit system. Specify the offset and limit parameters to fetch the desired range of results. The maximum and default number of results per request is 50.

Update Period: The endpoint is updated several times a day.
Recommended Calls: Limit calls to 1 per hour.

Use Cases

Get career from a specific coach_id
https://football.sportmicro.com/coaches-career?coach_id=eq.{coach_id}

Query Parameters
  • coach_id integer

    The id of the coach

    Example: eq.1
  • offset string

    Default value: 0

    Limiting and Pagination

    Example: 0
  • limit string

    Default value: 50

    Limiting and Pagination

    Example: 50
  • lang string

    Default value: en

    Multi-language

    Example: en
Responses

OK


Schema array
  • coach_id integer

    The id of the coach

    Note: This is a Foreign Key to coaches.id.

  • careers jsonb

    The career of the coach

Loading...