statshawk
ReferenceData modelTeams

TeamGameLogEntry

One row of a team's game log — a game rendered from *this* team's side: who they played, their own score vs the opponent's, and the win/loss/tie outcome.

object
eventone ofoptional
one of
null
gameContestIdrequired

The game this row reports (the underlying contest id).

homebooleanrequired

`true` when the team was the home side.

kickoffstring<date-time>required

When the game was played (the chronological key).

opponentTeamIdrequired

The other team in the game.

opponent_scoreinteger,null<int32>optional

The opponent's score, if the game has a result.

outcomeone ofoptional
one of
null
statusContestStatusrequired

The contest's lifecycle status.

ContestStatus
scheduledin_progressfinalpostponedcancelledsuspended
team_scoreinteger,null<int32>optional

This team's score, if the game has a result.