Hollinsanity
Active member
- Joined
- Jan 12, 2013
- Messages
- 1,108
- Reaction score
- 11
- Points
- 38
Howdy folks. In the past I've posted some updates about tickets available by game. As a Gopher fan and software engineer, I was curious if there would be any data available in the Chrome DevTools "Network" tab... and there's a gold mine of data. You've probably never paused to think "how does the browser know which color to mark each section?", because you have no reason to. And the answer to that question is: the backend of the ticketing platform we use sends a huge JSON object back to the browser detailing how many seats are available in each section.
Here's an example for the game vs. Maryland:
I verified the above data tied to what is shown on the seating chart, then wrote some Python to tally the total seats available by zone. Here's the data as of 10/21:
Disclaimer** -- The athletic department sometimes holds back a few hundred seats for pending group sales or season tickets. But this data should be mostly accurate, within a few hundred tickets at least. And these numbers as stated could only be too low -- not too high.
vs Maryland:
Date: 10/21 5AM
Zone 1 remaining: 247
Zone 2 remaining: 1014
Zone 3 remaining: 817
Zone 4 remaining: 1463
Zone 5 remaining: 400
Zone 6 remaining: 1287
Zone 7 remaining: 162
Zone 8 remaining: 170
Zone 9 remaining: 1055
Zone 10 remaining: 355
Zone 21 remaining: 7
total: 6977
vs. Penn State:
Date: 10/21 5AM
Zone 1 remaining: 231
Zone 2 remaining: 1006
Zone 3 remaining: 2187
Zone 4 remaining: 1873
Zone 5 remaining: 458
Zone 6 remaining: 3576
Zone 7 remaining: 10
Zone 8 remaining: 342
Zone 9 remaining: 1542
Zone 10 remaining: 261
Zone 21 remaining: 504
total: 11990
vs. Wisconsin
Date: 10/21 5AM
Zone 1 remaining: 259
Zone 2 remaining: 1052
Zone 3 remaining: 1809
Zone 4 remaining: 1595
Zone 5 remaining: 405
Zone 6 remaining: 844
Zone 7 remaining: 0
Zone 8 remaining: 0
Zone 9 remaining: 1152
Zone 10 remaining: 221
Zone 21 remaining: 398
total: 7735
Here's an example for the game vs. Maryland:
I verified the above data tied to what is shown on the seating chart, then wrote some Python to tally the total seats available by zone. Here's the data as of 10/21:
Disclaimer** -- The athletic department sometimes holds back a few hundred seats for pending group sales or season tickets. But this data should be mostly accurate, within a few hundred tickets at least. And these numbers as stated could only be too low -- not too high.
vs Maryland:
Date: 10/21 5AM
Zone 1 remaining: 247
Zone 2 remaining: 1014
Zone 3 remaining: 817
Zone 4 remaining: 1463
Zone 5 remaining: 400
Zone 6 remaining: 1287
Zone 7 remaining: 162
Zone 8 remaining: 170
Zone 9 remaining: 1055
Zone 10 remaining: 355
Zone 21 remaining: 7
total: 6977
vs. Penn State:
Date: 10/21 5AM
Zone 1 remaining: 231
Zone 2 remaining: 1006
Zone 3 remaining: 2187
Zone 4 remaining: 1873
Zone 5 remaining: 458
Zone 6 remaining: 3576
Zone 7 remaining: 10
Zone 8 remaining: 342
Zone 9 remaining: 1542
Zone 10 remaining: 261
Zone 21 remaining: 504
total: 11990
vs. Wisconsin
Date: 10/21 5AM
Zone 1 remaining: 259
Zone 2 remaining: 1052
Zone 3 remaining: 1809
Zone 4 remaining: 1595
Zone 5 remaining: 405
Zone 6 remaining: 844
Zone 7 remaining: 0
Zone 8 remaining: 0
Zone 9 remaining: 1152
Zone 10 remaining: 221
Zone 21 remaining: 398
total: 7735