Represents a team's details.
id
UUID
Unique id of a team.
name
String
Team's name.
club
Club
More details about the club the team belongs to.
category
Category
Team's category.
homeTeam
Boolean
Indicates whether the team is playing at home or away.
{ "id": "7aa1aef0-e89f-4a40-b86c-c0ed521c6c66", "name": "Carolina Hurricanes", "club": {...}, "category": {...}, "homeTeam": true, "shortCode": "HUR" }
Last updated 11 months ago