Game meta
Read back the per-game meta envelope: team names and the derived kickoff side. See
Teams and sides for the home/away vs team_a/team_b
vocabulary.
Read the game meta
GET /v1/videos/{id}/meta
The resolved game-meta envelope:
{
"game_name": "Home FC - Away FC",
"home_team_name": "Home FC",
"away_team_name": "Away FC",
"left_start_team": "home"
}
home_team_name/away_team_nameare the team names as stored on the video, ornullwhen unset.left_start_teamis which team defends the left half at kickoff:"home","away"or"unknown". It is derived; see Teams and sides.