Skip to main content

The predicted Coach of the Year for the season.

GET 

/american-football/v2/coaches/topcoach/:season_uuid/:league_uuid

The predicted Coach of the Year for the season. The season_uuid and league_uuid are required to retrieve the correct Coach for the Season and League.

Request

Query Parameters

    page integer

    Default value: 1

    The collection page number

    count integer

    Default value: 30

    The number of items per page

    id integer
    id[] integer[]
    team.uuid string
    team.uuid[] string[]
    properties[] string[]
    updatedAt[before] string
    updatedAt[strictly_before] string
    updatedAt[after] string
    updatedAt[strictly_after] string

Responses

Coach collection

Response Attributes and Relations

  • team (Team)

  • firstName (string)

  • lastName (string)

  • fullName (string)

  • position (string)

  • league (League)

  • uuid (uuid)

  • award (string)

  • nameSuffix (string)

  • combinedName (string)

  • teamName (string)

Loading...