Team

Represents the details of a team.

Attributes

Name
Type
Description

id

uuid

Unique ID of the team.

name

string

Name of the team.

homeTeam

boolean

Indicates whether or not the team plays at home or away.

Response JSON
{
    "id": "bf4fd114-bea6-4e35-8b08-3190169f37f2",
    "name": "Crabb/T. Sander",
    "homeTeam": false
}

Last updated