Basics
id
Unique Match ID
Type |
---|
character |
home
Information on the Home Team
Name | Type | Description | Examples |
---|---|---|---|
id | character | Team ID | |
name | character | Team Name |
away
Information on the Away Team
Name | Type | Description | Examples |
---|---|---|---|
id | character | Team ID | |
name | character | Team Name |
date
Match Date
Type | Description |
---|---|
character | Match Date in Format YYYY-MM-DD |
players
Rosters of both teams
Name | Type | Description | Examples |
---|---|---|---|
id | character | Player ID | |
team | character | Team ID | |
firstName | character | Player’s First Name | |
lastName | character | Player’s Second Name | |
position | character | Player’s Position | |
jerseyNumber | integer | Player’s Jersey Number |
shifts
Information about the game’s shifts
Name | Type | Description | Examples |
---|---|---|---|
playerId | character | Player ID | |
teamId | character | Team ID | |
period | integer | Period Number (99 is the Penalty Shootout) | |
startTime | double | Beginning periodTime of the shift | |
endTime | double | End periodTime of the shift | |
breaks | list | List of times where there was a stoppage in play during the shift |