-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
141 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ | ||
"dates": [ | ||
{ | ||
"date": "2024-05-28", | ||
"games": [ | ||
{ | ||
"gamePk": 745818, | ||
"gameDate": "2024-05-28T20:10:00Z", | ||
"status": { | ||
"abstractGameState": "Final" | ||
}, | ||
"teams": { | ||
"away": { | ||
"team": { | ||
"id": 119, | ||
"name": "Los Angeles Dodgers" | ||
}, | ||
"probablePitcher": { | ||
"id": 607192, | ||
"fullName": "Tyler Glasnow" | ||
} | ||
}, | ||
"home": { | ||
"team": { | ||
"id": 121, | ||
"name": "New York Mets" | ||
}, | ||
"probablePitcher": { | ||
"id": 656731, | ||
"fullName": "Tylor Megill" | ||
} | ||
} | ||
} | ||
} | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
{ | ||
"copyright": "Copyright 2024 MLB Advanced Media, L.P. Use of any content on this page acknowledges agreement to the terms posted here http://gdx.mlb.com/components/copyright.txt", | ||
"teams": [ | ||
{ | ||
"springLeague": { | ||
"id": 114, | ||
"name": "Cactus League", | ||
"link": "/api/v1/league/114", | ||
"abbreviation": "CL" | ||
}, | ||
"allStarStatus": "N", | ||
"id": 133, | ||
"name": "Oakland Athletics", | ||
"link": "/api/v1/teams/133", | ||
"season": 2024, | ||
"venue": { | ||
"id": 10, | ||
"name": "Oakland Coliseum", | ||
"link": "/api/v1/venues/10" | ||
}, | ||
"springVenue": { | ||
"id": 2507, | ||
"link": "/api/v1/venues/2507" | ||
}, | ||
"teamCode": "oak", | ||
"fileCode": "oak", | ||
"abbreviation": "OAK", | ||
"teamName": "Athletics", | ||
"locationName": "Oakland", | ||
"firstYearOfPlay": "1901", | ||
"league": { | ||
"id": 103, | ||
"name": "American League", | ||
"link": "/api/v1/league/103" | ||
}, | ||
"division": { | ||
"id": 200, | ||
"name": "American League West", | ||
"link": "/api/v1/divisions/200" | ||
}, | ||
"sport": { | ||
"id": 1, | ||
"link": "/api/v1/sports/1", | ||
"name": "Major League Baseball" | ||
}, | ||
"shortName": "Oakland", | ||
"franchiseName": "Oakland", | ||
"clubName": "Athletics", | ||
"active": true | ||
} | ||
] | ||
} |