-
Notifications
You must be signed in to change notification settings - Fork 3
/
USA_NBA.json
182 lines (182 loc) · 4.3 KB
/
USA_NBA.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
[
{
"team_id": 1,
"team_name": "Atlanta Hawks",
"team_abbreviation": "ATL",
"team_stadium": "State Farm Arena"
},
{
"team_id": 2,
"team_name": "Boston Celtics",
"team_abbreviation": "BOS",
"team_stadium": "TD Garden"
},
{
"team_id": 3,
"team_name": "Brooklyn Nets",
"team_abbreviation": "BKN",
"team_stadium": "Barclays Center"
},
{
"team_id": 4,
"team_name": "Charlotte Hornets",
"team_abbreviation": "CHA",
"team_stadium": "Spectrum Center"
},
{
"team_id": 5,
"team_name": "Chicago Bulls",
"team_abbreviation": "CHI",
"team_stadium": "United Center"
},
{
"team_id": 6,
"team_name": "Cleveland Cavaliers",
"team_abbreviation": "CLE",
"team_stadium": "Rocket Mortgage FieldHouse"
},
{
"team_id": 7,
"team_name": "Dallas Mavericks",
"team_abbreviation": "DAL",
"team_stadium": "American Airlines Center"
},
{
"team_id": 8,
"team_name": "Denver Nuggets",
"team_abbreviation": "DEN",
"team_stadium": "Ball Arena"
},
{
"team_id": 9,
"team_name": "Detroit Pistons",
"team_abbreviation": "DET",
"team_stadium": "Little Caesars Arena"
},
{
"team_id": 10,
"team_name": "Golden State Warriors",
"team_abbreviation": "GSW",
"team_stadium": "Chase Center"
},
{
"team_id": 11,
"team_name": "Houston Rockets",
"team_abbreviation": "HOU",
"team_stadium": "Toyota Center"
},
{
"team_id": 12,
"team_name": "Indiana Pacers",
"team_abbreviation": "IND",
"team_stadium": "Bankers Life Fieldhouse"
},
{
"team_id": 13,
"team_name": "LA Clippers",
"team_abbreviation": "LAC",
"team_stadium": "Crypto.com Arena"
},
{
"team_id": 14,
"team_name": "Los Angeles Lakers",
"team_abbreviation": "LAL",
"team_stadium": "Crypto.com Arena"
},
{
"team_id": 15,
"team_name": "Memphis Grizzlies",
"team_abbreviation": "MEM",
"team_stadium": "FedExForum"
},
{
"team_id": 16,
"team_name": "Miami Heat",
"team_abbreviation": "MIA",
"team_stadium": "FTX Arena"
},
{
"team_id": 17,
"team_name": "Milwaukee Bucks",
"team_abbreviation": "MIL",
"team_stadium": "Fiserv Forum"
},
{
"team_id": 18,
"team_name": "Minnesota Timberwolves",
"team_abbreviation": "MIN",
"team_stadium": "Target Center"
},
{
"team_id": 19,
"team_name": "New Orleans Pelicans",
"team_abbreviation": "NOP",
"team_stadium": "Smoothie King Center"
},
{
"team_id": 20,
"team_name": "New York Knicks",
"team_abbreviation": "NYK",
"team_stadium": "Madison Square Garden"
},
{
"team_id": 21,
"team_name": "Oklahoma City Thunder",
"team_abbreviation": "OKC",
"team_stadium": "Paycom Center"
},
{
"team_id": 22,
"team_name": "Orlando Magic",
"team_abbreviation": "ORL",
"team_stadium": "Amway Center"
},
{
"team_id": 23,
"team_name": "Philadelphia 76ers",
"team_abbreviation": "PHI",
"team_stadium": "Wells Fargo Center"
},
{
"team_id": 24,
"team_name": "Phoenix Suns",
"team_abbreviation": "PHX",
"team_stadium": "Footprint Center"
},
{
"team_id": 25,
"team_name": "Portland Trail Blazers",
"team_abbreviation": "POR",
"team_stadium": "Moda Center"
},
{
"team_id": 26,
"team_name": "Sacramento Kings",
"team_abbreviation": "SAC",
"team_stadium": "Golden 1 Center"
},
{
"team_id": 27,
"team_name": "San Antonio Spurs",
"team_abbreviation": "SAS",
"team_stadium": "AT&T Center"
},
{
"team_id": 28,
"team_name": "Toronto Raptors",
"team_abbreviation": "TOR",
"team_stadium": "Scotiabank Arena"
},
{
"team_id": 29,
"team_name": "Utah Jazz",
"team_abbreviation": "UTA",
"team_stadium": "Vivint Arena"
},
{
"team_id": 30,
"team_name": "Washington Wizards",
"team_abbreviation": "WAS",
"team_stadium": "Capital One Arena"
}
]