-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Major League Baseball.txt
150 lines (150 loc) · 2.53 KB
/
Major League Baseball.txt
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
{
"displayName": "Arizona Diamondbacks",
"name": "Diamondbacks",
"abbreviation": "ARI"
}
{
"displayName": "Atlanta Braves",
"name": "Braves",
"abbreviation": "ATL"
}
{
"displayName": "Baltimore Orioles",
"name": "Orioles",
"abbreviation": "BAL"
}
{
"displayName": "Boston Red Sox",
"name": "Red Sox",
"abbreviation": "BOS"
}
{
"displayName": "Chicago Cubs",
"name": "Cubs",
"abbreviation": "CHC"
}
{
"displayName": "Chicago White Sox",
"name": "White Sox",
"abbreviation": "CHW"
}
{
"displayName": "Cincinnati Reds",
"name": "Reds",
"abbreviation": "CIN"
}
{
"displayName": "Cleveland Guardians",
"name": "Guardians",
"abbreviation": "CLE"
}
{
"displayName": "Colorado Rockies",
"name": "Rockies",
"abbreviation": "COL"
}
{
"displayName": "Detroit Tigers",
"name": "Tigers",
"abbreviation": "DET"
}
{
"displayName": "Houston Astros",
"name": "Astros",
"abbreviation": "HOU"
}
{
"displayName": "Kansas City Royals",
"name": "Royals",
"abbreviation": "KC"
}
{
"displayName": "Los Angeles Angels",
"name": "Angels",
"abbreviation": "LAA"
}
{
"displayName": "Los Angeles Dodgers",
"name": "Dodgers",
"abbreviation": "LAD"
}
{
"displayName": "Miami Marlins",
"name": "Marlins",
"abbreviation": "MIA"
}
{
"displayName": "Milwaukee Brewers",
"name": "Brewers",
"abbreviation": "MIL"
}
{
"displayName": "Minnesota Twins",
"name": "Twins",
"abbreviation": "MIN"
}
{
"displayName": "New York Mets",
"name": "Mets",
"abbreviation": "NYM"
}
{
"displayName": "New York Yankees",
"name": "Yankees",
"abbreviation": "NYY"
}
{
"displayName": "Oakland Athletics",
"name": "Athletics",
"abbreviation": "OAK"
}
{
"displayName": "Philadelphia Phillies",
"name": "Phillies",
"abbreviation": "PHI"
}
{
"displayName": "Pittsburgh Pirates",
"name": "Pirates",
"abbreviation": "PIT"
}
{
"displayName": "San Diego Padres",
"name": "Padres",
"abbreviation": "SD"
}
{
"displayName": "San Francisco Giants",
"name": "Giants",
"abbreviation": "SF"
}
{
"displayName": "Seattle Mariners",
"name": "Mariners",
"abbreviation": "SEA"
}
{
"displayName": "St. Louis Cardinals",
"name": "Cardinals",
"abbreviation": "STL"
}
{
"displayName": "Tampa Bay Rays",
"name": "Rays",
"abbreviation": "TB"
}
{
"displayName": "Texas Rangers",
"name": "Rangers",
"abbreviation": "TEX"
}
{
"displayName": "Toronto Blue Jays",
"name": "Blue Jays",
"abbreviation": "TOR"
}
{
"displayName": "Washington Nationals",
"name": "Nationals",
"abbreviation": "WSH"
}