Loading...
Represents a team's details.
id
UUID
Unique id of a team.
name
String
Team's name.
club
More details about the club the team belongs to.
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" }