MLB API
March 20th, 2024
Game-Level Season Ids
Release Date | Feeds Affected | Benefit |
---|---|---|
03/20/2024 | Daily Boxscore Daily Summary Game Boxscore Game Extended Summary Game Pitch Metrics Game Summary Play-by-Play | We added the below season identifiers to all game endpoints. - season_id - season_type - season_year Use these identifiers to quickly determine the season of a specific game. |
<game xmlns="http://feed.elasticstats.com/schema/baseball/v7/pbp.xsd" id="a66f2511-0a17-47fb-b10a-5810eeeb0ea7"
status="closed" coverage="full" game_number="1" day_night="N" scheduled="2024-03-20T10:05:00+00:00"
home_team="d52d5339-cbdd-43f3-9dfa-a42fd588b9a3" away_team="ef64da7f-cfaf-4300-87b0-9313386b977c"
attendance="15952" duration="3:05" season_id="6a5c278f-ebce-41f9-b1ba-2160b6af04ce"
season_type="REG" season_year="2024" double_header="false" entry_mode="STOMP" reference="745444">
{
"game": {
"id": "a66f2511-0a17-47fb-b10a-5810eeeb0ea7",
"status": "closed",
"coverage": "full",
"game_number": 1,
"day_night": "N",
"scheduled": "2024-03-20T10:05:00+00:00",
"home_team": "d52d5339-cbdd-43f3-9dfa-a42fd588b9a3",
"away_team": "ef64da7f-cfaf-4300-87b0-9313386b977c",
"attendance": 15952,
"duration": "3:05",
"season_id": "6a5c278f-ebce-41f9-b1ba-2160b6af04ce",
"season_type": "REG",
"season_year": 2024,
"double_header": false,
"entry_mode": "STOMP",
"reference": "745444",
"time_zones": {
"venue": "Asia/Seoul",
"home": "US/Pacific",
"away": "US/Pacific"
},
Update applies to: MLB v7