-
Notifications
You must be signed in to change notification settings - Fork 0
/
ncaaf.json
672 lines (672 loc) · 13.4 KB
/
ncaaf.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
{
"Boston College": {
"conference": "ACC",
"name": "Eagles",
"abbreviation": "BC"
},
"California": {
"conference": "ACC",
"name": "Golden Bears",
"abbreviation": "Cal"
},
"Clemson": {
"conference": "ACC",
"name": "Tigers",
"abbreviation": null
},
"Duke": {
"conference": "ACC",
"name": "Blue Devils",
"abbreviation": null
},
"Florida State": {
"conference": "ACC",
"name": "Seminoles",
"abbreviation": "FSU"
},
"Georgia Tech": {
"conference": "ACC",
"name": "Yellow Jackets",
"abbreviation": "GT"
},
"Louisville": {
"conference": "ACC",
"name": "Cardinals",
"abbreviation": "UofL"
},
"Miami": {
"conference": "ACC",
"name": "Cardinals",
"abbreviation": "UMiami"
},
"North Carolina State": {
"conference": "ACC",
"name": "Wolfpack",
"abbreviation": "NC State"
},
"North Carolina": {
"conference": "ACC",
"name": "Tar Heels",
"abbreviation": "UNC"
},
"Pittsburgh": {
"conference": "ACC",
"name": "Panthers",
"abbreviation": "Pitt"
},
"Southern Methodist University": {
"conference": "ACC",
"name": "Mustangs",
"abbreviation": "SMU"
},
"Stanford": {
"conference": "ACC",
"name": "Cardinal",
"abbreviation": null
},
"Syracuse": {
"conference": "ACC",
"name": "Orange",
"abbreviation": "Cuse"
},
"Virginia": {
"conference": "ACC",
"name": "Cavaliers",
"abbreviation": "UVA"
},
"Virginia Tech": {
"conference": "ACC",
"name": "Hokies",
"abbreviation": "VT"
},
"Wake Forest": {
"conference": "ACC",
"name": "Demon Deacons",
"abbreviation": "Wake"
},
"Army": {
"conference": "American",
"name": "Black Knights",
"abbreviation": null
},
"Charlotte": {
"conference": "American",
"name": "49ers",
"abbreviation": null
},
"East Carolina": {
"conference": "American",
"name": "Pirates",
"abbreviation": "ECU"
},
"Florida Atlantic": {
"conference": "American",
"name": "Owls",
"abbreviation": "FAU"
},
"Memphis": {
"conference": "American",
"name": "Tigers",
"abbreviation": null
},
"Navy": {
"conference": "American",
"name": "Midshipmen",
"abbreviation": null
},
"North Texas": {
"conference": "American",
"name": "Mean Green",
"abbreviation": "UNT"
},
"Rice": {
"conference": "American",
"name": "Owls",
"abbreviation": null
},
"South Florida": {
"conference": "American",
"name": "Bulls",
"abbreviation": "USF"
},
"Temple": {
"conference": "American",
"name": "Owls",
"abbreviation": null
},
"Tulane": {
"conference": "American",
"name": "Green Wave",
"abbreviation": null
},
"Tulsa": {
"conference": "American",
"name": "Golden Hurricane",
"abbreviation": null
},
"Alabama at Birmingham": {
"conference": "American",
"name": "Blazers",
"abbreviation": "UAB"
},
"Texas at San Antonio": {
"conference": "American",
"name": "Roadrunners",
"abbreviation": "UTSA"
},
"Arizona State": {
"conference": "Big 12",
"name": "Sun Devils",
"abbreviation": "ASU"
},
"Arizona": {
"conference": "Big 12",
"name": "Wildcats",
"abbreviation": "UA"
},
"Brigham Young University": {
"conference": "Big 12",
"name": "Cougars",
"abbreviation": "BYU"
},
"Baylor": {
"conference": "Big 12",
"name": "Bears",
"abbreviation": null
},
"Cincinnati": {
"conference": "Big 12",
"name": "Bearcats",
"abbreviation": "UC"
},
"Colorado": {
"conference": "Big 12",
"name": "Buffaloes",
"abbreviation": "CU"
},
"Houston": {
"conference": "Big 12",
"name": "Cougars",
"abbreviation": "UH"
},
"Iowa State": {
"conference": "Big 12",
"name": "Cyclones",
"abbreviation": "ISU"
},
"Kansas": {
"conference": "Big 12",
"name": "Jayhawks",
"abbreviation": "KU"
},
"Kansas State": {
"conference": "Big 12",
"name": "Wildcats",
"abbreviation": "KState"
},
"Oklahoma State": {
"conference": "Big 12",
"name": "Cowboys",
"abbreviation": "OKST"
},
"Texas Christian": {
"conference": "Big 12",
"name": "Horned Frogs",
"abbreviation": "TCU"
},
"Texas Tech": {
"conference": "Big 12",
"name": "TTU",
"abbreviation": "TTU"
},
"Central Florida": {
"conference": "Big 12",
"name": "Knights",
"abbreviation": "UCF"
},
"Utah": {
"conference": "Big 12",
"name": "Utes",
"abbreviation": "UU"
},
"West Virginia": {
"conference": "Big 12",
"name": "Mountaineers",
"abbreviation": "WVU"
},
"Illinois": {
"conference": "Big 10",
"name": "Fighting Illini",
"abbreviation": "UIUC"
},
"Indiana": {
"conference": "Big 10",
"name": "Hoosiers",
"abbreviation": "IU"
},
"Iowa": {
"conference": "Big 10",
"name": "Hawkeyes",
"abbreviation": null
},
"Maryland": {
"conference": "Big 10",
"name": "Terrapins",
"abbreviation": "UMD"
},
"Michigan State": {
"conference": "Big 10",
"name": "Spartans",
"abbreviation": "MSU"
},
"Michigan": {
"conference": "Big 10",
"name": "Wolverines",
"abbreviation": "UM"
},
"Minnesota": {
"conference": "Big 10",
"name": "Golden Gophers",
"abbreviation": "UMinn"
},
"Nebraska": {
"conference": "Big 10",
"name": "Cornhuskers",
"abbreviation": null
},
"Northwestern": {
"conference": "Big 10",
"name": "Wildcats",
"abbreviation": null
},
"Ohio State": {
"conference": "Big 10",
"name": "Buckeyes",
"abbreviation": "OSU"
},
"Oregon": {
"conference": "Big 10",
"name": "Ducks",
"abbreviation": null
},
"Penn State": {
"conference": "Big 10",
"name": "Nittany Lions",
"abbreviation": "PSU"
},
"Purdue": {
"conference": "Big 10",
"name": "Boilermakers",
"abbreviation": null
},
"Rutgers": {
"conference": "Big 10",
"name": "Scarlet Knights",
"abbreviation": null
},
"Los Angeles": {
"conference": "Big 10",
"name": "Bruins",
"abbreviation": "UCLA"
},
"Southern California": {
"conference": "Big 10",
"name": "Trojans",
"abbreviation": "USC"
},
"Washington": {
"conference": "Big 10",
"name": "Huskies",
"abbreviation": "UW"
},
"Wisconsin": {
"conference": "Big 10",
"name": "Badgers",
"abbreviation": "UW"
},
"Florida International": {
"conference": "USA",
"name": "Panthers",
"abbreviation": "FIU"
},
"Jacksonville State": {
"conference": "USA",
"name": "Gamecocks",
"abbreviation": null
},
"Kennesaw State": {
"conference": "USA",
"name": "Owls",
"abbreviation": null
},
"Liberty": {
"conference": "USA",
"name": "Flames",
"abbreviation": null
},
"Louisiana Tech": {
"conference": "USA",
"name": "Bulldogs",
"abbreviation": null
},
"Middle Tennessee": {
"conference": "USA",
"name": "Blue Raiders",
"abbreviation": "MTSU"
},
"New Mexico State": {
"conference": "USA",
"name": "Aggies",
"abbreviation": "NM"
},
"Sam Houston": {
"conference": "USA",
"name": "Bearkats",
"abbreviation": null
},
"Texas at El Paso": {
"conference": "USA",
"name": "Miners",
"abbreviation": "UTEP"
},
"Western Kentucky": {
"conference": "USA",
"name": "Hilltoppers",
"abbreviation": "WKU"
},
"Massachusetts": {
"conference": "Independent",
"name": "Minutemen",
"abbreviation": "UMass"
},
"Notre Dame": {
"conference": "Independent",
"name": "Fighting Irish",
"abbreviation": "ND"
},
"Connecticut": {
"conference": "Independent",
"name": "Huskies",
"abbreviation": "UConn"
},
"Akron": {
"conference": "Mid-American",
"name": "Zips",
"abbreviation": null
},
"Ball State": {
"conference": "Mid-American",
"name": "Cardinals",
"abbreviation": null
},
"Bowling Green": {
"conference": "Mid-American",
"name": "Falcons",
"abbreviation": null
},
"Buffalo": {
"conference": "Mid-American",
"name": "Bulls",
"abbreviation": null
},
"Cental Michigan": {
"conference": "Mid-American",
"name": "Chippewas",
"abbreviation": "CMU"
},
"Eastern Michigan": {
"conference": "Mid-American",
"name": "Eagles",
"abbreviation": "EMU"
},
"Kent State": {
"conference": "Mid-American",
"name": "Golen Flashes",
"abbreviation": null
},
"Miami Ohio": {
"conference": "Mid-American",
"name": "RedHawks",
"abbreviation": null
},
"Northern Illinois": {
"conference": "Mid-American",
"name": "Huskies",
"abbreviation": "NIU"
},
"Ohio": {
"conference": "Mid-American",
"name": "Bobcats",
"abbreviation": null
},
"Toledo": {
"conference": "Mid-American",
"name": "Rockets",
"abbreviation": null
},
"Western Michigan": {
"conference": "Mid-American",
"name": "Broncos",
"abbreviation": "WMU"
},
"Air Force": {
"conference": "Mountain West",
"name": "Falcons",
"abbreviation": null
},
"Boise State": {
"conference": "Mountain West",
"name": "Broncos",
"abbreviation": null
},
"Colorado State": {
"conference": "Mountain West",
"name": "Rams",
"abbreviation": "CSU"
},
"Fresno State": {
"conference": "Mountain West",
"name": "Bulldogs",
"abbreviation": null
},
"Hawai'i": {
"conference": "Mountain West",
"name": "Rainbow Warriors",
"abbreviation": null
},
"Nevada": {
"conference": "Mountain West",
"name": "Wolf Pack",
"abbreviation": null
},
"New Mexico": {
"conference": "Mountain West",
"name": "Lobos",
"abbreviation": "NM"
},
"San Diego State": {
"conference": "Mountain West",
"name": "Lobos",
"abbreviation": "SDSU"
},
"San Jose State": {
"conference": "Mountain West",
"name": "Spartans",
"abbreviation": null
},
"Nevada Las Vegas": {
"conference": "Mountain West",
"name": "Rebels",
"abbreviation": "UNLV"
},
"Utah State": {
"conference": "Big 10",
"name": "Aggies",
"abbreviation": null
},
"Wyoming": {
"conference": "Mountain West",
"name": "Cowboys",
"abbreviation": null
},
"Oregon State": {
"conference": "Pac-12",
"name": "Beavers",
"abbreviation": "OU"
},
"Washington State": {
"conference": "Pac-12",
"name": "Cougars",
"abbreviation": "WSU"
},
"Alabama": {
"conference": "SEC",
"name": "Crimson Tide",
"abbreviation": null
},
"Arkansas": {
"conference": "SEC",
"name": "Razorbacks",
"abbreviation": null
},
"Auburn": {
"conference": "SEC",
"name": "Tigers",
"abbreviation": "AU"
},
"Florida": {
"conference": "SEC",
"name": "Gators",
"abbreviation": "UF"
},
"Georgia": {
"conference": "SEC",
"name": "Bulldogs",
"abbreviation": "UGA"
},
"Kentucky": {
"conference": "SEC",
"name": "Wildcats",
"abbreviation": "UK"
},
"Louisiana State": {
"conference": "SEC",
"name": "Tigers",
"abbreviation": "LSU"
},
"Mississippi State": {
"conference": "SEC",
"name": "Bulldogs",
"abbreviation": "MSU"
},
"Missouri": {
"conference": "SEC",
"name": "Tigers",
"abbreviation": null
},
"Oklahoma": {
"conference": "SEC",
"name": "Sooners",
"abbreviation": "OU"
},
"Mississippi": {
"conference": "SEC",
"name": "Rebels",
"abbreviation": "Ole Miss"
},
"South Carolina": {
"conference": "SEC",
"name": "Gamecocks",
"abbreviation": "USC"
},
"Tennessee": {
"conference": "SEC",
"name": "Volunteers",
"abbreviation": "UT"
},
"Texas A&M": {
"conference": "SEC",
"name": "Aggies",
"abbreviation": null
},
"Texas": {
"conference": "SEC",
"name": "Longhorns",
"abbreviation": "UT"
},
"Vanderbilt": {
"conference": "SEC",
"name": "Commodores",
"abbreviation": "Vandy"
},
"App State": {
"conference": "Sun Belt",
"name": "Mountaineers",
"abbreviation": null
},
"Arkansas State": {
"conference": "Sun Belt",
"name": "Red Wolves",
"abbreviation": null
},
"Coastal Carolina": {
"conference": "Sun Belt",
"name": "Chanticleers",
"abbreviation": "CCU"
},
"Georgia Southern": {
"conference": "Sun Belt",
"name": "Eagles",
"abbreviation": null
},
"Georgia State": {
"conference": "Sun Belt",
"name": "Panthers",
"abbreviation": null
},
"James Madison": {
"conference": "Sun Belt",
"name": "Dukes",
"abbreviation": "JMU"
},
"Louisiana": {
"conference": "Sun Belt",
"name": "Ragin Cajuns",
"abbreviation": null
},
"Marshall": {
"conference": "Sun Belt",
"name": "Thundering Herd",
"abbreviation": null
},
"Old Dominion": {
"conference": "Sun Belt",
"name": "Monarchs",
"abbreviation": "ODU"
},
"South Alabama": {
"conference": "Sun Belt",
"name": "Jaguars",
"abbreviation": null
},
"Southern Miss": {
"conference": "Sun Belt",
"name": "Golden Eagles",
"abbreviation": null
},
"Texas State": {
"conference": "Sun Belt",
"name": "Bobcats",
"abbreviation": null
},
"Troy": {
"conference": "Sun Belt",
"name": "Trojans",
"abbreviation": null
},
"Louisiana Monroe": {
"conference": "Sun Belt",
"name": "Warhawks",
"abbreviation": "UL Monroe"
}
}