Skip to content

Commit

Permalink
Added stats for GT 2024 game (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwngr authored Oct 19, 2024
1 parent 5eab013 commit cd539a1
Showing 1 changed file with 77 additions and 22 deletions.
99 changes: 77 additions & 22 deletions website/src/resources/schedules/2024.json
Original file line number Diff line number Diff line change
Expand Up @@ -548,20 +548,75 @@
},
"opponentId": "GT",
"espnGameId": 401628982,
"highlightsYouTubeVideoId": "BkD7P9XLBMA",
"records": {
"home": {
"overall": "2-3",
"overall": "2-4",
"home": "2-2",
"away": "0-1",
"away": "0-2",
"neutral": "0-0"
},
"away": {
"overall": "5-1",
"overall": "6-1",
"home": "3-1",
"away": "2-0",
"neutral": "0-0"
"neutral": "1-0"
}
},
"headCoach": "Marcus Freeman",
"stats": {
"away": {
"firstDowns": 23,
"thirdDownAttempts": 12,
"thirdDownConversions": 4,
"fourthDownAttempts": 4,
"fourthDownConversions": 3,
"totalYards": 385,
"passYards": 217,
"passCompletions": 21,
"passAttempts": 30,
"yardsPerPass": 7.2,
"interceptionsThrown": 1,
"rushYards": 168,
"rushAttempts": 39,
"yardsPerRush": 4.3,
"penalties": 5,
"penaltyYards": 37,
"possession": "35:45",
"fumblesLost": 0,
"fumbles": 0
},
"home": {
"firstDowns": 18,
"thirdDownAttempts": 14,
"thirdDownConversions": 4,
"fourthDownAttempts": 5,
"fourthDownConversions": 3,
"totalYards": 333,
"passYards": 269,
"passCompletions": 20,
"passAttempts": 38,
"yardsPerPass": 7.1,
"interceptionsThrown": 2,
"rushYards": 64,
"rushAttempts": 29,
"yardsPerRush": 2.2,
"penalties": 5,
"penaltyYards": 25,
"possession": "24:15",
"fumblesLost": 0,
"fumbles": 1
}
},
"score": {
"home": 13,
"away": 31
},
"linescore": {
"away": [0, 14, 7, 10],
"home": [7, 0, 0, 6]
},
"result": "W",
"rankings": {
"away": {
"ap": 12,
Expand All @@ -584,16 +639,16 @@
"espnGameId": 401628983,
"records": {
"home": {
"overall": "5-0",
"home": "3-0",
"overall": "6-0",
"home": "4-0",
"away": "2-0",
"neutral": "0-0"
},
"away": {
"overall": "5-1",
"overall": "6-1",
"home": "3-1",
"away": "2-0",
"neutral": "0-0"
"neutral": "1-0"
}
},
"rankings": {
Expand All @@ -620,15 +675,15 @@
"espnGameId": 401628984,
"records": {
"home": {
"overall": "5-1",
"overall": "6-1",
"home": "3-1",
"away": "2-0",
"neutral": "0-0"
"neutral": "1-0"
},
"away": {
"overall": "1-5",
"overall": "1-6",
"home": "1-3",
"away": "0-1",
"away": "0-2",
"neutral": "0-1"
}
},
Expand All @@ -653,15 +708,15 @@
"espnGameId": 401628985,
"records": {
"home": {
"overall": "5-1",
"overall": "6-1",
"home": "3-1",
"away": "2-0",
"neutral": "0-0"
"neutral": "1-0"
},
"away": {
"overall": "4-2",
"overall": "4-3",
"home": "2-2",
"away": "2-0",
"away": "2-1",
"neutral": "0-0"
}
},
Expand All @@ -688,16 +743,16 @@
"espnGameId": 401640959,
"records": {
"home": {
"overall": "6-0",
"home": "3-0",
"overall": "7-0",
"home": "4-0",
"away": "3-0",
"neutral": "0-0"
},
"away": {
"overall": "5-1",
"overall": "6-1",
"home": "3-1",
"away": "2-0",
"neutral": "0-0"
"neutral": "1-0"
}
},
"rankings": {
Expand Down Expand Up @@ -731,10 +786,10 @@
"neutral": "1-0"
},
"away": {
"overall": "5-1",
"overall": "6-1",
"home": "3-1",
"away": "2-0",
"neutral": "0-0"
"neutral": "1-0"
}
},
"rankings": {
Expand Down

0 comments on commit cd539a1

Please sign in to comment.