Docs
Coverage MatrixDocumentationChange LogLog InContact Us
Docs

Change Log

Find all updates to the MLB v6.6 API and its documentation

All-Star Game Tiebreaker Handling

🗓️ Release Date 07/08/2026

We've updated how the API represents the MLB All-Star Game tiebreaker when the game is tied after 9 innings.

Here is the flow:

  1. The game status will move to delayed once the tiebreaker begins.
  2. No data changes will be made while the tiebreaker action takes place on the field.
  3. Once the tiebreaker concludes, a tiebreaker run is added to the winning team's final score. Because this run is not tied to an on-field play, it appears only in the final score (e.g., a 6-6 tie becomes 7-6). See the note below.
  4. The game status will then move to complete and closed. There will be no winning or losing pitcher, and the win and loss values remain 0 for both teams.

Note: The inning-by-inning linescore will not reflect the tiebreaker run. The adjusted total appears in the runs value under scoring; the innings linescore will not include it.

Benefit

Use this new workflow to better display MLB All-Star Game data if the game ends in a tie.

Learn more about All-Star Game behavior in our MLB FAQ.

📋 Recommended Actions

  • Review the new tiebreaker flow and confirm your integration handles the delayedcomplete/closed status transitions.
  • Use the 2025 completed tiebreaker game (sample request below) to validate how the adjusted final score and linescore appear in your application.
  • Ensure your scoring displays read the final runs value under scoring rather than summing the inning-by-inning linescore, which will not include the tiebreaker run.
  • Account for All-Star Games having no winning or losing pitcher, and for win/loss remaining 0.

☑️ Sample Requests:

Game Play-by-Play (2026 Scheduled Game)

curl --request GET \
     --url https://api.sportradar.com/mlb/trial/v8/en/games/5a839963-9431-4e62-bd8e-6618c192ebb5/pbp.json \
     --header 'accept: application/json' \
     --header 'x-api-key: YOUR_API_KEY'

Game Play-by-Play (2025 Completed Tiebreaker Game)

curl --request GET \
     --url https://api.sportradar.com/mlb/trial/v8/en/games/ba541933-6cb4-4580-bd00-cb0e37f82751/pbp.json \
     --header 'accept: application/json' \
     --header 'x-api-key: YOUR_API_KEY'

🔢 Products

SportProductVersion(s)
BaseballMLB APIv8, v7, v6.6, v6.5, v6

🔁 Endpoints Affected

  • All 'Game' endpoints

⚙️ Return Samples

The adjusted total appears in the runs value under scoring. In the 2025 sample below, the National League's runs shows 7, reflecting the tiebreaker run applied to what was a 6-6 tie.

<scoring>
    <home name="National League" market="NL" abbr="NL" id="3bbb3b39-b5cb-4fc9-bd22-522521f0f329" runs="7" hits="8" errors="2" win="0" loss="0"/>
    <away name="American League" market="AL" abbr="AL" id="dd59d49e-caee-4443-9220-f05d0d9bd1e1" runs="6" hits="9" errors="0" win="0" loss="0"/>
</scoring>
"scoring": {
    "home": {
        "name": "National League",
        "market": "NL",
        "abbr": "NL",
        "id": "3bbb3b39-b5cb-4fc9-bd22-522521f0f329",
        "runs": 7,
        "hits": 8,
        "errors": 2,
        "win": 0,
        "loss": 0
    },
    "away": {
        "name": "American League",
        "market": "AL",
        "abbr": "AL",
        "id": "dd59d49e-caee-4443-9220-f05d0d9bd1e1",
        "runs": 6,
        "hits": 9,
        "errors": 0,
        "win": 0,
        "loss": 0
    }
},

⚙️ Return Samples

<scoring>
    <home name="National League" market="NL" abbr="NL" id="3bbb3b39-b5cb-4fc9-bd22-522521f0f329" runs="7" hits="8" errors="2" win="0" loss="0"/>
    <away name="American League" market="AL" abbr="AL" id="dd59d49e-caee-4443-9220-f05d0d9bd1e1" runs="6" hits="9" errors="0" win="0" loss="0"/>
</scoring>
"scoring": {
    "home": {
        "name": "National League",
        "market": "NL",
        "abbr": "NL",
        "id": "3bbb3b39-b5cb-4fc9-bd22-522521f0f329",
        "runs": 7,
        "hits": 8,
        "errors": 2,
        "win": 0,
        "loss": 0
    },
    "away": {
        "name": "American League",
        "market": "AL",
        "abbr": "AL",
        "id": "dd59d49e-caee-4443-9220-f05d0d9bd1e1",
        "runs": 6,
        "hits": 9,
        "errors": 0,
        "win": 0,
        "loss": 0
    }
},

Ejection Event Type

We’ve added Ejection as a new event type in the MLB Play-by-Play endpoint.

Each relevant play-by-play event may now include "type": "ejection" along with a dedicated ejection object containing details about the player or staff member removed from the game.


Benefit

Identify and display ejections in real time as part of your live game experience, including who was ejected and when the event occurred.


☑️ Sample Requests:

  • Play-by-Play: https://api.sportradar.com/mlb/trial/v8/en/games/{game_id}/pbp.json

🔢 Versions

  • All versions

🔁 Endpoints Affected


⚙️ Return Samples

<ejection status='official' id='c6cd3f3b-a049-496f-95ef-1ca244039387' created_at='2026-03-24T19:27:41+00:00' updated_at='2026-03-24T19:29:26+00:00' sequence_number='385' official='true'>
  <score home_team_runs='5' away_team_runs='4'/>
  <mlb_pitch_data/>
  <runners>
    <runner starting_base='1' ending_base='1' out='false' outcome_id='' preferred_name='Taylor' first_name='Taylor' last_name='Trammell' jersey_number='26' id='5ca17cbf-ae13-4b22-b5cb-d5ea7d203320' full_name='Taylor Trammell'/>
    <runner starting_base='2' ending_base='2' out='false' outcome_id='' preferred_name='Christian' first_name='Christian' last_name='Walker' jersey_number='8' id='9a87c7e5-41f7-4658-833a-d81920b79390' full_name='Christian Walker'/>
    <runner starting_base='3' ending_base='3' out='false' outcome_id='' preferred_name='Jesús' first_name='Jesús' last_name='Sánchez' jersey_number='4' id='135d9e6d-7c40-4efa-acff-e68b4bd5c1ef' full_name='Jesús Sánchez'/>
  </runners>
  <ejection description='Devin Williams is ejected from the game.' preferred_name='Devin' first_name='Devin' last_name='Williams' jersey_number='38' id='569eb746-c734-48d7-82fc-5a14f67ccfe9' full_name='Devin Williams'/>
</ejection>
{
  "status": "official",
  "id": "c6cd3f3b-a049-496f-95ef-1ca244039387",
  "created_at": "2026-03-24T19:27:41+00:00",
  "updated_at": "2026-03-24T19:29:26+00:00",
  "sequence_number": 385,
  "official": true,
  "type": "ejection",
  "score": {
    "home_team_runs": 5,
    "away_team_runs": 4
  },
  "runners": [
    {
      "starting_base": 1,
      "ending_base": 1,
      "out": false,
      "outcome_id": "",
      "preferred_name": "Taylor",
      "first_name": "Taylor",
      "last_name": "Trammell",
      "jersey_number": "26",
      "id": "5ca17cbf-ae13-4b22-b5cb-d5ea7d203320",
      "full_name": "Taylor Trammell"
    },
    {
      "starting_base": 2,
      "ending_base": 2,
      "out": false,
      "outcome_id": "",
      "preferred_name": "Christian",
      "first_name": "Christian",
      "last_name": "Walker",
      "jersey_number": "8",
      "id": "9a87c7e5-41f7-4658-833a-d81920b79390",
      "full_name": "Christian Walker"
    },
    {
      "starting_base": 3,
      "ending_base": 3,
      "out": false,
      "outcome_id": "",
      "preferred_name": "Jesús",
      "first_name": "Jesús",
      "last_name": "Sánchez",
      "jersey_number": "4",
      "id": "135d9e6d-7c40-4efa-acff-e68b4bd5c1ef",
      "full_name": "Jesús Sánchez"
    }
  ],
  "ejection": {
    "description": "Devin Williams is ejected from the game.",
    "preferred_name": "Devin",
    "first_name": "Devin",
    "last_name": "Williams",
    "jersey_number": "38",
    "id": "569eb746-c734-48d7-82fc-5a14f67ccfe9",
    "full_name": "Devin Williams"
  }
}


Clinched Status in Standings

We’ve added the clinched playoff data point to our MLB Standings endpoint.

Valid clinched statuses are:

  • division = The team has clinched the division title
  • division_homefield = The team has clinched the division title as well as home field advantage
  • playoff_berth = The team has clinched a berth into the postseason
  • wildcard = The team has clinched a wildcard berth
  • eliminated = The team has been eliminated from playoff contention

Benefit

Previously only available in the Rankings endpoint, you may now access a team's playoff clinch status in the same request as your standings retrieval.


☑️ Sample Requests:

  • Standings - https://api.sportradar.com/mlb/trial/v8/en/seasons/2025/REG/standings.json

🔢 Versions


🔁 Endpoints Affected


⚙️ Return Samples

<league alias="NL" name="National League" id="fbe91704-36df-4e7c-864a-06d236425999">
    <division alias="C" name="Central" id="95e2d773-d899-4751-b61a-b9463e5aa874">
        <team name="Brewers" market="Milwaukee" abbr="MIL" id="dcfd5266-00ce-442c-bc09-264cd20cf455" away_loss="36" away_win="45" elimination_number="0" games_back="0" home_loss="29" home_win="52" last_10_lost="6" last_10_won="4" loss="65" streak="W1" wild_card_back="0.0" win="97" win_p="0.599" al_loss="20" al_win="28" c_loss="21" c_win="31" w_loss="15" w_win="17" e_loss="9" e_win="21" division_elimination_number="0">
            <rank division="1" league="1" clinched="division_homefield"/>
        </team>
        <team name="Cubs" market="Chicago" abbr="CHC" id="55714da8-fcaf-4574-8443-59bfb511a524" away_loss="39" away_win="42" elimination_number="0" games_back="5" home_loss="31" home_win="50" last_10_lost="6" last_10_won="4" loss="70" streak="W3" wild_card_back="+9.0" win="92" win_p="0.568" al_loss="18" al_win="30" c_loss="22" c_win="30" w_loss="15" w_win="17" e_loss="15" e_win="15" division_elimination_number="-4">
            <rank division="2" league="4" clinched="wildcard"/>
        </team>
"leagues": [
    {
        "alias": "NL",
        "name": "National League",
        "id": "fbe91704-36df-4e7c-864a-06d236425999",
        "divisions": [
            {
                "alias": "C",
                "name": "Central",
                "id": "95e2d773-d899-4751-b61a-b9463e5aa874",
                "teams": [
                    {
                        "name": "Brewers",
                        "market": "Milwaukee",
                        "abbr": "MIL",
                        "id": "dcfd5266-00ce-442c-bc09-264cd20cf455",
                        "away_loss": 36,
                        "away_win": 45,
                        "elimination_number": 0,
                        "games_back": 0,
                        "home_loss": 29,
                        "home_win": 52,
                        "last_10_lost": 6,
                        "last_10_won": 4,
                        "loss": 65,
                        "streak": "W1",
                        "wild_card_back": "0.0",
                        "win": 97,
                        "win_p": 0.599,
                        "al_loss": 20,
                        "al_win": 28,
                        "c_loss": 21,
                        "c_win": 31,
                        "w_loss": 15,
                        "w_win": 17,
                        "e_loss": 9,
                        "e_win": 21,
                        "division_elimination_number": 0,
                        "rank": {
                            "division": 1,
                            "league": 1,
                            "clinched": "division_homefield"
                        }
                    },
                    {
                        "name": "Cubs",
                        "market": "Chicago",
                        "abbr": "CHC",
                        "id": "55714da8-fcaf-4574-8443-59bfb511a524",
                        "away_loss": 39,
                        "away_win": 42,
                        "elimination_number": 0,
                        "games_back": 5,
                        "home_loss": 31,
                        "home_win": 50,
                        "last_10_lost": 6,
                        "last_10_won": 4,
                        "loss": 70,
                        "streak": "W3",
                        "wild_card_back": "+9.0",
                        "win": 92,
                        "win_p": 0.568,
                        "al_loss": 18,
                        "al_win": 30,
                        "c_loss": 22,
                        "c_win": 30,
                        "w_loss": 15,
                        "w_win": 17,
                        "e_loss": 15,
                        "e_win": 15,
                        "division_elimination_number": -4,
                        "rank": {
                            "division": 2,
                            "league": 4,
                            "clinched": "wildcard"
                        }
                    },


Games Played Calculation

Release DateFeeds AffectedBenefit
07/24/2025

Game Summary

Game Extended Summary

We've updated the calculation for the data point of games played for overall fielding under each player. The calculation is now a maximum of a single "games played" value for a player's overall fielding statistics.

Why It Matters
This update ensures that the games played count for a player's overall fielding is consistent with standard baseball conventions. By removing inflated totals caused by multi-position appearances in a single game, we provide more accurate, trustworthy data to support downstream use cases.

What You Need to Do
No change is needed. The 2024 and 2025 seasons will be updated accordingly, while former seasons will be addressed at a later date.

<overall po="3" a="1" dp="0" tp="0" error="0" tc="4" fpct="1.0" c_wp="0" pb="0" rf="2.0" inn_1="29" inn_2="9.2">
	<steal caught="0" stolen="0" pickoff="0" pct="0"/>
	<errors throwing="0" fielding="0" interference="0" total="0"/>
	<assists outfield="1" total="1"/>
	<games start="1" play="2" finish="1" complete="1"/>
</overall>
<positions>
	<position po="1" a="0" dp="0" tp="0" error="0" tc="1" fpct="1.0" c_wp="0" pb="0" rf="1.0" inn_1="5" inn_2="1.2" position="1B">
		<steal caught="0" stolen="0" pickoff="0" pct="0"/>
		<errors throwing="0" fielding="0" interference="0" total="0"/>
		<assists outfield="0" total="0"/>
		<games start="0" play="1" finish="1" complete="0"/>
	</position>
	<position po="2" a="1" dp="0" tp="0" error="0" tc="3" fpct="1.0" c_wp="0" pb="0" rf="3.0" inn_1="24" inn_2="8.0" position="LF">
		<steal caught="0" stolen="0" pickoff="0" pct="0"/>
		<errors throwing="0" fielding="0" interference="0" total="0"/>
		<assists outfield="1" total="1"/>
		<games start="1" play="1" finish="0" complete="0"/>
	</position>
</positions>
<overall po="3" a="1" dp="0" tp="0" error="0" tc="4" fpct="1.0" c_wp="0" pb="0" rf="2.0" inn_1="29" inn_2="9.2">
	<steal caught="0" stolen="0" pickoff="0" pct="0"/>
	<errors throwing="0" fielding="0" interference="0" total="0"/>
	<assists outfield="1" total="1"/>
	<games start="1" play="1" finish="1" complete="1"/>
</overall>
<positions>
	<position po="1" a="0" dp="0" tp="0" error="0" tc="1" fpct="1.0" c_wp="0" pb="0" rf="1.0" inn_1="5" inn_2="1.2" position="1B">
		<steal caught="0" stolen="0" pickoff="0" pct="0"/>
		<errors throwing="0" fielding="0" interference="0" total="0"/>
		<assists outfield="0" total="0"/>
		<games start="0" play="1" finish="1" complete="0"/>
	</position>
	<position po="2" a="1" dp="0" tp="0" error="0" tc="3" fpct="1.0" c_wp="0" pb="0" rf="3.0" inn_1="24" inn_2="8.0" position="LF">
		<steal caught="0" stolen="0" pickoff="0" pct="0"/>
		<errors throwing="0" fielding="0" interference="0" total="0"/>
		<assists outfield="1" total="1"/>
		<games start="1" play="1" finish="0" complete="0"/>
	</position>
</positions>


Season Teams Sort in Player Profile

Release DateFeeds AffectedBenefit
06/27/2025Player Profile

We've adjusted the behavior of our Player Profile endpoint to always sort each season entry to display the most recent team first. You may now use this endpoint to reliably infer the current team for a player.

In the below example, Rafael Devers was traded from the Red Sox to the Giants in the 2025 regular season. The 2025 regular season entry (season id="a91f72a5-9812-4acd-b3fd-482cb31468cd" year="2024" type="REG") displays his Giants statistics first, indicating it was the last team he recorded statistics for in the 2025 regular season.

Sample Request: mlb/trial/v6.6/en/players/fe966998-15e1-4022-89d5-6b4750516176/profile.json

{
    "player": {
        "id": "fe966998-15e1-4022-89d5-6b4750516176",
        "status": "A",
        "position": "DH",
        "primary_position": "DH",
        "first_name": "Rafael",
        "last_name": "Devers",
        "preferred_name": "Rafael",
        "jersey_number": "16",
        "full_name": "Rafael Devers",
        "height": "72",
        "weight": "235",
        "throw_hand": "R",
        "bat_hand": "L",
        "birthdate": "1996-10-24",
        "birthcountry": "DOM",
        "birthcity": "Sanchez",
        "pro_debut": "2017-07-25",
        "updated": "2025-06-18T13:27:07+00:00",
        "salary": 31318182,
        "rookie_year": 2017,
        "reference": "646240",
        "team": {
            "name": "Giants",
            "market": "San Francisco",
            "abbr": "SF",
            "id": "a7723160-10b7-4277-a309-d8dd95a8ae65"
        },
        "seasons": [
            {
                "id": "a91f72a5-9812-4acd-b3fd-482cb31468cd",
                "year": 2025,
                "type": "REG",
                "teams": [
                    {
                        "name": "Giants",
                        "market": "San Francisco",
                        "abbr": "SF",
                        "id": "a7723160-10b7-4277-a309-d8dd95a8ae65",
                        "statistics": {
                            "hitting": {
                                "overall": {
                                    "ab": 35,
                                    "lob": 10,
                                    "rbi": 5,
                                    "abhr": 17.5,
                                    "abk": 3.889,
                                    "bip": 24,
                                    "babip": 0.292,
                                    "bbk": 0.556,
                                    "bbpa": 0.125,
                                    "iso": 0.229,
                                    "obp": 0.35,
                                    "ops": 0.836,
                                    "seca": 0.371,
                                    "slg": 0.486,
                                    "xbh": 4,
                                    "pitch_count": 152,
                                    "lob_risp_2out": 0,
                                    "team_lob": 0,
                                    "ab_risp": 3,
                                    "hit_risp": 0,
                                    "rbi_2out": 2,
                                    "linedrive": 3,
                                    "groundball": 13,
                                    "popup": 1,
                                    "flyball": 9,
                                    "ap": 40,
                                    "avg": ".257",
                                    "gofo": 1.43,
                                    "woba": 0.364208,
                                    "wraa": 1.62073,
                                    "war": 0.13782,
                                    "bwar": 1.68271,
                                    "fwar": 0,
                                    "brwar": -0.684725,
                                    "wgdp": 0,
                                    "wrc": 6.23598,
                                    "wrc_plus": 135.993,
                                    "onbase": {
                                        "s": 5,
                                        "d": 2,
                                        "t": 0,
                                        "hr": 2,
                                        "tb": 17,
                                        "bb": 5,
                                        "ibb": 0,
                                        "hbp": 0,
                                        "fc": 1,
                                        "roe": 0,
                                        "h": 9,
                                        "ci": 0,
                                        "rov": 0,
                                        "cycle": 0
                                    },
                                    "runs": {
                                        "total": 3
                                    },
                                    "outcome": {
                                        "klook": 20,
                                        "kswing": 19,
                                        "ktotal": 39,
                                        "ball": 53,
                                        "iball": 0,
                                        "dirtball": 5,
                                        "foul": 29
                                    },
                                    "outs": {
                                        "po": 1,
                                        "fo": 6,
                                        "fidp": 0,
                                        "lo": 0,
                                        "lidp": 0,
                                        "go": 10,
                                        "gidp": 0,
                                        "klook": 2,
                                        "kswing": 7,
                                        "ktotal": 9,
                                        "sacfly": 0,
                                        "sachit": 0
                                    },
                                    "steal": {
                                        "caught": 0,
                                        "stolen": 0,
                                        "pct": 0,
                                        "pickoff": 0
                                    },
                                    "pitches": {
                                        "count": 152,
                                        "btotal": 58,
                                        "ktotal": 94
                                    },
                                    "games": {
                                        "start": 9,
                                        "play": 9,
                                        "finish": 0,
                                        "complete": 9
                                    }
                                }
                            }
                        },
                        "splits": {
                            "hitting": {
                                "overall": [
                                    {
                                        "total": [
                                            {
                                                "ab": 35,
                                                "runs": 3,
                                                "s": 5,
                                                "d": 2,
                                                "t": 0,
                                                "hr": 2,
                                                "rbi": 5,
                                                "bb": 5,
                                                "ibb": 0,
                                                "hbp": 0,
                                                "sb": 0,
                                                "cs": 0,
                                                "obp": 0.35,
                                                "slg": 0.486,
                                                "ops": 0.836,
                                                "h": 9,
                                                "ktotal": 9,
                                                "avg": ".257"
                                            }
                                        ],
                                        "day_night": [
                                            {
                                                "value": "night",
                                                "ab": 21,
                                                "runs": 0,
                                                "s": 2,
                                                "d": 1,
                                                "t": 0,
                                                "hr": 0,
                                                "rbi": 1,
                                                "bb": 2,
                                                "ibb": 0,
                                                "hbp": 0,
                                                "sb": 0,
                                                "cs": 0,
                                                "obp": 0.217,
                                                "slg": 0.19,
                                                "ops": 0.407,
                                                "h": 3,
                                                "ktotal": 5,
                                                "avg": ".143"
                                            },
                                            {
                                                "value": "day",
                                                "ab": 14,
                                                "runs": 3,
                                                "s": 3,
                                                "d": 1,
                                                "t": 0,
                                                "hr": 2,
                                                "rbi": 4,
                                                "bb": 3,
                                                "ibb": 0,
                                                "hbp": 0,
                                                "sb": 0,
                                                "cs": 0,
                                                "obp": 0.529,
                                                "slg": 0.929,
                                                "ops": 1.458,
                                                "h": 6,
                                                "ktotal": 4,
                                                "avg": ".429"
                                            }
                                        ],
                                        "venue": [
                                            {
                                                "id": "2d7542f5-7b80-49f7-9b24-c53ffdc75af6",
                                                "name": "Oracle Park",
                                                "market": "San Francisco",
                                                "surface": "grass",
                                                "ab": 35,
                                                "runs": 3,
                                                "s": 5,
                                                "d": 2,
                                                "t": 0,
                                                "hr": 2,
                                                "rbi": 5,
                                                "bb": 5,
                                                "ibb": 0,
                                                "hbp": 0,
                                                "sb": 0,
                                                "cs": 0,
                                                "obp": 0.35,
                                                "slg": 0.486,
                                                "ops": 0.836,
                                                "h": 9,
                                                "ktotal": 9,
                                                "avg": ".257"
                                            }
                                        ],
                                        "surface": [
                                            {
                                                "value": "grass",
                                                "ab": 35,
                                                "runs": 3,
                                                "s": 5,
                                                "d": 2,
                                                "t": 0,
                                                "hr": 2,
                                                "rbi": 5,
                                                "bb": 5,
                                                "ibb": 0,
                                                "hbp": 0,
                                                "sb": 0,
                                                "cs": 0,
                                                "obp": 0.35,
                                                "slg": 0.486,
                                                "ops": 0.836,
                                                "h": 9,
                                                "ktotal": 9,
                                                "avg": ".257"
                                            }
                                        ],
                                        "month": [
                                            {
                                                "value": "6",
                                                "ab": 35,
                                                "runs": 3,
                                                "s": 5,
                                                "d": 2,
                                                "t": 0,
                                                "hr": 2,
                                                "rbi": 5,
                                                "bb": 5,
                                                "ibb": 0,
                                                "hbp": 0,
                                                "sb": 0,
                                                "cs": 0,
                                                "obp": 0.35,
                                                "slg": 0.486,
                                                "ops": 0.836,
                                                "h": 9,
                                                "ktotal": 9,
                                                "avg": ".257"
                                            }
                                        ],
                                        "home_away": [
                                            {
                                                "value": "home",
                                                "ab": 35,
                                                "runs": 3,
                                                "s": 5,
                                                "d": 2,
                                                "t": 0,
                                                "hr": 2,
                                                "rbi": 5,
                                                "bb": 5,
                                                "ibb": 0,
                                                "hbp": 0,
                                                "sb": 0,
                                                "cs": 0,
                                                "obp": 0.35,
                                                "slg": 0.486,
                                                "ops": 0.836,
                                                "h": 9,
                                                "ktotal": 9,
                                                "avg": ".257"
                                            }
                                        ],
                                        "pitcher_hand": [
                                            {
                                                "value": "R",
                                                "ab": 25,
                                                "runs": 2,
                                                "s": 4,
                                                "d": 2,
                                                "t": 0,
                                                "hr": 2,
                                                "rbi": 5,
                                                "bb": 3,
                                                "ibb": 0,
                                                "hbp": 0,
                                                "sb": 0,
                                                "cs": 0,
                                                "obp": 0.393,
                                                "slg": 0.64,
                                                "ops": 1.033,
                                                "h": 8,
                                                "ktotal": 5,
                                                "avg": ".320"
                                            },
                                            {
                                                "value": "L",
                                                "ab": 10,
                                                "runs": 1,
                                                "s": 1,
                                                "d": 0,
                                                "t": 0,
                                                "hr": 0,
                                                "rbi": 0,
                                                "bb": 2,
                                                "ibb": 0,
                                                "hbp": 0,
                                                "sb": 0,
                                                "cs": 0,
                                                "obp": 0.25,
                                                "slg": 0.1,
                                                "ops": 0.35,
                                                "h": 1,
                                                "ktotal": 4,
                                                "avg": ".100"
                                            }
                                        ],
                                        "opponent": [
                                            {
                                                "id": "03556285-bdbb-4576-a06d-42f71f46ddc5",
                                                "name": "Marlins",
                                                "market": "Miami",
                                                "abbr": "MIA",
                                                "ab": 12,
                                                "runs": 1,
                                                "s": 2,
                                                "d": 1,
                                                "t": 0,
                                                "hr": 1,
                                                "rbi": 2,
                                                "bb": 2,
                                                "ibb": 0,
                                                "hbp": 0,
                                                "sb": 0,
                                                "cs": 0,
                                                "obp": 0.429,
                                                "slg": 0.667,
                                                "ops": 1.096,
                                                "h": 4,
                                                "ktotal": 2,
                                                "avg": ".333"
                                            },
                                            {
                                                "id": "93941372-eb4c-4c40-aced-fe3267174393",
                                                "name": "Red Sox",
                                                "market": "Boston",
                                                "abbr": "BOS",
                                                "ab": 12,
                                                "runs": 2,
                                                "s": 1,
                                                "d": 0,
                                                "t": 0,
                                                "hr": 1,
                                                "rbi": 2,
                                                "bb": 1,
                                                "ibb": 0,
                                                "hbp": 0,
                                                "sb": 0,
                                                "cs": 0,
                                                "obp": 0.231,
                                                "slg": 0.417,
                                                "ops": 0.648,
                                                "h": 2,
                                                "ktotal": 3,
                                                "avg": ".167"
                                            },
                                            {
                                                "id": "80715d0d-0d2a-450f-a970-1b9a3b18c7e7",
                                                "name": "Guardians",
                                                "market": "Cleveland",
                                                "abbr": "CLE",
                                                "ab": 11,
                                                "runs": 0,
                                                "s": 2,
                                                "d": 1,
                                                "t": 0,
                                                "hr": 0,
                                                "rbi": 1,
                                                "bb": 2,
                                                "ibb": 0,
                                                "hbp": 0,
                                                "sb": 0,
                                                "cs": 0,
                                                "obp": 0.385,
                                                "slg": 0.364,
                                                "ops": 0.749,
                                                "h": 3,
                                                "ktotal": 4,
                                                "avg": ".273"
                                            }
                                        ]
                                    }
                                ]
                            }
                        }
                    },
                    {
                        "name": "Red Sox",
                        "market": "Boston",
                        "abbr": "BOS",
                        "id": "93941372-eb4c-4c40-aced-fe3267174393",
                        "statistics": {
                            "hitting": {
                                "overall": {
                                    "ab": 272,
                                    "lob": 118,
                                    "rbi": 58,
                                    "abhr": 18.133,
                                    "abk": 3.579,
                                    "bip": 183,
                                    "babip": 0.322,
                                    "bbk": 0.737,
                                    "bbpa": 0.168,
                                    "iso": 0.232,
                                    "obp": 0.401,
                                    "ops": 0.905,
                                    "seca": 0.438,
                                    "slg": 0.504,
                                    "xbh": 33,
                                    "pitch_count": 1389,
                                    "lob_risp_2out": 26,
                                    "team_lob": 47,
                                    "ab_risp": 78,
                                    "hit_risp": 23,
                                    "rbi_2out": 19,
                                    "linedrive": 47,
                                    "groundball": 82,
                                    "popup": 10,
                                    "flyball": 59,
                                    "ap": 334,
                                    "avg": ".272",
                                    "gofo": 1.11,
                                    "woba": 0.388478,
                                    "wraa": 20.0013,
                                    "war": 2.07209,
                                    "bwar": 18.2137,
                                    "fwar": 0,
                                    "brwar": -1.51289,
                                    "wgdp": 0,
                                    "wrc": 58.5386,
                                    "wrc_plus": 147.876,
                                    "onbase": {
                                        "s": 41,
                                        "d": 18,
                                        "t": 0,
                                        "hr": 15,
                                        "tb": 137,
                                        "bb": 49,
                                        "ibb": 7,
                                        "hbp": 4,
                                        "fc": 5,
                                        "roe": 2,
                                        "h": 74,
                                        "ci": 0,
                                        "rov": 0,
                                        "cycle": 0
                                    },
                                    "runs": {
                                        "total": 47
                                    },
                                    "outcome": {
                                        "klook": 150,
                                        "kswing": 224,
                                        "ktotal": 374,
                                        "ball": 521,
                                        "iball": 0,
                                        "dirtball": 35,
                                        "foul": 257
                                    },
                                    "outs": {
                                        "po": 10,
                                        "fo": 34,
                                        "fidp": 0,
                                        "lo": 18,
                                        "lidp": 0,
                                        "go": 69,
                                        "gidp": 7,
                                        "klook": 16,
                                        "kswing": 60,
                                        "ktotal": 76,
                                        "sacfly": 2,
                                        "sachit": 0
                                    },
                                    "steal": {
                                        "caught": 1,
                                        "stolen": 1,
                                        "pct": 0.5,
                                        "pickoff": 0
                                    },
                                    "pitches": {
                                        "count": 1389,
                                        "btotal": 560,
                                        "ktotal": 829
                                    },
                                    "games": {
                                        "start": 73,
                                        "play": 73,
                                        "finish": 0,
                                        "complete": 71
                                    }
                                }
                            }
                        },
                      --snip--
            },
<player xmlns="http://feed.elasticstats.com/schema/baseball/v8/profile.xsd" id="fe966998-15e1-4022-89d5-6b4750516176" status="A" position="DH" primary_position="DH" first_name="Rafael" last_name="Devers" preferred_name="Rafael" jersey_number="16" full_name="Rafael Devers" height="72" weight="235" throw_hand="R" bat_hand="L" birthdate="1996-10-24" birthcountry="DOM" birthcity="Sanchez" pro_debut="2017-07-25" updated="2025-06-18T13:27:07+00:00" salary="31318182" rookie_year="2017" reference="646240">
    <team name="Giants" market="San Francisco" abbr="SF" id="a7723160-10b7-4277-a309-d8dd95a8ae65"/>
    <seasons>
        <season id="a91f72a5-9812-4acd-b3fd-482cb31468cd" year="2025" type="REG">
--snip--
            <team name="Giants" market="San Francisco" abbr="SF" id="a7723160-10b7-4277-a309-d8dd95a8ae65">
                <statistics>
                    <hitting>
                        <overall ab="35" lob="10" rbi="5" abhr="17.5" abk="3.889" bip="24" babip="0.292" bbk="0.556" bbpa="0.125" iso="0.229" obp="0.35" ops="0.836" seca="0.371" slg="0.486" xbh="4" pitch_count="152" lob_risp_2out="0" team_lob="0" ab_risp="3" hit_risp="0" rbi_2out="2" linedrive="3" groundball="13" popup="1" flyball="9" ap="40" avg=".257" gofo="1.43" woba="0.364208" wraa="1.62073" war="0.13782" bwar="1.68271" fwar="0.0" brwar="-0.684725" wgdp="0.0" wrc="6.23598" wrc_plus="135.993">
                            <onbase s="5" d="2" t="0" hr="2" tb="17" bb="5" ibb="0" hbp="0" fc="1" roe="0" h="9" ci="0" rov="0" cycle="0"/>
                            <runs total="3"/>
                            <outcome klook="20" kswing="19" ktotal="39" ball="53" iball="0" dirtball="5" foul="29"/>
                            <outs po="1" fo="6" fidp="0" lo="0" lidp="0" go="10" gidp="0" klook="2" kswing="7" ktotal="9" sacfly="0" sachit="0"/>
                            <steal caught="0" stolen="0" pct="0" pickoff="0"/>
                            <pitches count="152" btotal="58" ktotal="94"/>
                            <games start="9" play="9" finish="0" complete="9"/>
                        </overall>
                    </hitting>
                </statistics>
                <splits>
                    <hitting>
                        <overall>
                            <total>
                                <statistics ab="35" runs="3" s="5" d="2" t="0" hr="2" rbi="5" bb="5" ibb="0" hbp="0" sb="0" cs="0" obp="0.35" slg="0.486" ops="0.836" h="9" ktotal="9" avg=".257"/>
                            </total>
                            <day_night value="night">
                                <statistics ab="21" runs="0" s="2" d="1" t="0" hr="0" rbi="1" bb="2" ibb="0" hbp="0" sb="0" cs="0" obp="0.217" slg="0.19" ops="0.407" h="3" ktotal="5" avg=".143"/>
                            </day_night>
                            <day_night value="day">
                                <statistics ab="14" runs="3" s="3" d="1" t="0" hr="2" rbi="4" bb="3" ibb="0" hbp="0" sb="0" cs="0" obp="0.529" slg="0.929" ops="1.458" h="6" ktotal="4" avg=".429"/>
                            </day_night>
                            <venue id="2d7542f5-7b80-49f7-9b24-c53ffdc75af6" name="Oracle Park" market="San Francisco" surface="grass">
                                <statistics ab="35" runs="3" s="5" d="2" t="0" hr="2" rbi="5" bb="5" ibb="0" hbp="0" sb="0" cs="0" obp="0.35" slg="0.486" ops="0.836" h="9" ktotal="9" avg=".257"/>
                            </venue>
                            <surface value="grass">
                                <statistics ab="35" runs="3" s="5" d="2" t="0" hr="2" rbi="5" bb="5" ibb="0" hbp="0" sb="0" cs="0" obp="0.35" slg="0.486" ops="0.836" h="9" ktotal="9" avg=".257"/>
                            </surface>
                            <month value="6">
                                <statistics ab="35" runs="3" s="5" d="2" t="0" hr="2" rbi="5" bb="5" ibb="0" hbp="0" sb="0" cs="0" obp="0.35" slg="0.486" ops="0.836" h="9" ktotal="9" avg=".257"/>
                            </month>
                            <home_away value="home">
                                <statistics ab="35" runs="3" s="5" d="2" t="0" hr="2" rbi="5" bb="5" ibb="0" hbp="0" sb="0" cs="0" obp="0.35" slg="0.486" ops="0.836" h="9" ktotal="9" avg=".257"/>
                            </home_away>
                            <pitcher_hand value="R">
                                <statistics ab="25" runs="2" s="4" d="2" t="0" hr="2" rbi="5" bb="3" ibb="0" hbp="0" sb="0" cs="0" obp="0.393" slg="0.64" ops="1.033" h="8" ktotal="5" avg=".320"/>
                            </pitcher_hand>
                            <pitcher_hand value="L">
                                <statistics ab="10" runs="1" s="1" d="0" t="0" hr="0" rbi="0" bb="2" ibb="0" hbp="0" sb="0" cs="0" obp="0.25" slg="0.1" ops="0.35" h="1" ktotal="4" avg=".100"/>
                            </pitcher_hand>
                            <opponent id="03556285-bdbb-4576-a06d-42f71f46ddc5" name="Marlins" market="Miami" abbr="MIA">
                                <statistics ab="12" runs="1" s="2" d="1" t="0" hr="1" rbi="2" bb="2" ibb="0" hbp="0" sb="0" cs="0" obp="0.429" slg="0.667" ops="1.096" h="4" ktotal="2" avg=".333"/>
                            </opponent>
                            <opponent id="93941372-eb4c-4c40-aced-fe3267174393" name="Red Sox" market="Boston" abbr="BOS">
                                <statistics ab="12" runs="2" s="1" d="0" t="0" hr="1" rbi="2" bb="1" ibb="0" hbp="0" sb="0" cs="0" obp="0.231" slg="0.417" ops="0.648" h="2" ktotal="3" avg=".167"/>
                            </opponent>
                            <opponent id="80715d0d-0d2a-450f-a970-1b9a3b18c7e7" name="Guardians" market="Cleveland" abbr="CLE">
                                <statistics ab="11" runs="0" s="2" d="1" t="0" hr="0" rbi="1" bb="2" ibb="0" hbp="0" sb="0" cs="0" obp="0.385" slg="0.364" ops="0.749" h="3" ktotal="4" avg=".273"/>
                            </opponent>
                        </overall>
                    </hitting>
                </splits>
            </team>
            <team name="Red Sox" market="Boston" abbr="BOS" id="93941372-eb4c-4c40-aced-fe3267174393">
                <statistics>
                    <hitting>
                        <overall ab="272" lob="118" rbi="58" abhr="18.133" abk="3.579" bip="183" babip="0.322" bbk="0.737" bbpa="0.168" iso="0.232" obp="0.401" ops="0.905" seca="0.438" slg="0.504" xbh="33" pitch_count="1389" lob_risp_2out="26" team_lob="47" ab_risp="78" hit_risp="23" rbi_2out="19" linedrive="47" groundball="82" popup="10" flyball="59" ap="334" avg=".272" gofo="1.11" woba="0.388478" wraa="20.0013" war="2.07209" bwar="18.2137" fwar="0.0" brwar="-1.51289" wgdp="0.0" wrc="58.5386" wrc_plus="147.876">
                            <onbase s="41" d="18" t="0" hr="15" tb="137" bb="49" ibb="7" hbp="4" fc="5" roe="2" h="74" ci="0" rov="0" cycle="0"/>
                            <runs total="47"/>
                            <outcome klook="150" kswing="224" ktotal="374" ball="521" iball="0" dirtball="35" foul="257"/>
                            <outs po="10" fo="34" fidp="0" lo="18" lidp="0" go="69" gidp="7" klook="16" kswing="60" ktotal="76" sacfly="2" sachit="0"/>
                            <steal caught="1" stolen="1" pct="0.5" pickoff="0"/>
                            <pitches count="1389" btotal="560" ktotal="829"/>
                            <games start="73" play="73" finish="0" complete="71"/>
                        </overall>
                    </hitting>
                </statistics>
                <splits>
                    <hitting>
                        <overall>
                            <total>
                                <statistics ab="272" runs="47" s="41" d="18" t="0" hr="15" rbi="58" bb="49" ibb="7" hbp="4" sb="1" cs="1" obp="0.401" slg="0.504" ops="0.905" h="74" ktotal="76" avg=".272"/>
                            </total>
                            <day_night value="night">
                                <statistics ab="163" runs="27" s="25" d="15" t="0" hr="5" rbi="27" bb="28" ibb="3" hbp="3" sb="0" cs="1" obp="0.397" slg="0.46" ops="0.857" h="45" ktotal="46" avg=".276"/>
                            </day_night>
                            <day_night value="day">
                                <statistics ab="109" runs="20" s="16" d="3" t="0" hr="10" rbi="31" bb="21" ibb="4" hbp="1" sb="1" cs="0" obp="0.407" slg="0.569" ops="0.976" h="29" ktotal="30" avg=".266"/>
                            </day_night>
                            <venue id="ef9a5eef-06c6-4963-ac70-7fd02c8c8d42" name="Comerica Park" market="Detroit" surface="grass">
                                <statistics ab="12" runs="1" s="3" d="0" t="0" hr="0" rbi="1" bb="2" ibb="0" hbp="0" sb="0" cs="0" obp="0.357" slg="0.25" ops="0.607" h="3" ktotal="5" avg=".250"/>
                            </venue>
                            <venue id="3ca8b577-5844-42ed-81a5-bd5d5cbe350c" name="Truist Park" market="Atlanta" surface="grass">
                                <statistics ab="11" runs="1" s="2" d="1" t="0" hr="0" rbi="2" bb="2" ibb="0" hbp="0" sb="0" cs="0" obp="0.385" slg="0.364" ops="0.749" h="3" ktotal="4" avg=".273"/>
                            </venue>
                            <venue id="706e9828-6687-4ac8-a409-3fb972e8bae9" name="Yankee Stadium" market="New York" surface="grass">
                                <statistics ab="12" runs="4" s="0" d="1" t="0" hr="2" rbi="3" bb="1" ibb="0" hbp="2" sb="0" cs="0" obp="0.4" slg="0.833" ops="1.233" h="3" ktotal="2" avg=".250"/>
                            </venue>
                            <venue id="434aa63c-1049-4a54-a6bc-3790c7772ee1" name="Oriole Park at Camden Yards" market="Baltimore" surface="grass">
                                <statistics ab="11" runs="2" s="2" d="1" t="0" hr="0" rbi="1" bb="3" ibb="0" hbp="0" sb="0" cs="0" obp="0.429" slg="0.364" ops="0.793" h="3" ktotal="4" avg=".273"/>
                            </venue>
                            <venue id="3d13c8a7-283f-482b-ade1-441e25b6465d" name="American Family Field" market="Milwaukee" surface="grass">
                                <statistics ab="10" runs="1" s="2" d="0" t="0" hr="0" rbi="2" bb="4" ibb="1" hbp="0" sb="0" cs="0" obp="0.467" slg="0.2" ops="0.667" h="2" ktotal="3" avg=".200"/>
                            </venue>
                            <venue id="4a550fc1-c03d-4294-b63a-30ff197bedc4" name="Rate Field" market="Chicago" surface="grass">
                                <statistics ab="10" runs="0" s="0" d="0" t="0" hr="0" rbi="0" bb="2" ibb="1" hbp="0" sb="0" cs="0" obp="0.231" slg="0.0" ops="0.231" h="0" ktotal="5" avg=".000"/>
                            </venue>
                            <venue id="6fca95c9-7f2c-4acb-a9f3-02ef96340d2a" name="Kauffman Stadium" market="Kansas City" surface="grass">
                                <statistics ab="12" runs="2" s="5" d="1" t="0" hr="1" rbi="6" bb="1" ibb="1" hbp="0" sb="0" cs="0" obp="0.643" slg="0.917" ops="1.56" h="7" ktotal="1" avg=".583"/>
                            </venue>
                            <venue id="b4372592-9dac-4387-864b-dfc94dffd645" name="Globe Life Field" market="Texas" surface="turf">
                                <statistics ab="16" runs="0" s="0" d="0" t="0" hr="0" rbi="1" bb="2" ibb="0" hbp="0" sb="0" cs="0" obp="0.111" slg="0.0" ops="0.111" h="0" ktotal="12" avg=".000"/>
                            </venue>
                            <venue id="84d72338-2173-4a90-9d25-99adc6c86f4b" name="Rogers Centre" market="Toronto" surface="turf">
                                <statistics ab="12" runs="2" s="1" d="2" t="0" hr="1" rbi="2" bb="2" ibb="0" hbp="0" sb="0" cs="0" obp="0.429" slg="0.75" ops="1.179" h="4" ktotal="3" avg=".333"/>
                            </venue>
                            <venue id="fca673a0-c7f8-42c3-868b-5bcb681c089d" name="George M. Steinbrenner Field" market="Tampa Bay" surface="grass">
                                <statistics ab="11" runs="1" s="1" d="1" t="0" hr="0" rbi="0" bb="1" ibb="0" hbp="0" sb="0" cs="0" obp="0.25" slg="0.273" ops="0.523" h="2" ktotal="3" avg=".182"/>
                            </venue>
                            <venue id="b27b0dc5-c2c5-401d-b8b9-a6a2dbc225e5" name="Fenway Park" market="Boston" surface="grass">
                                <statistics ab="142" runs="28" s="23" d="10" t="0" hr="9" rbi="37" bb="27" ibb="4" hbp="1" sb="1" cs="1" obp="0.42" slg="0.556" ops="0.976" h="42" ktotal="32" avg=".296"/>
                            </venue>
                            <venue id="2b0ccd49-4d87-4996-ac4d-27ffc7ee4c16" name="Progressive Field" market="Cleveland" surface="grass">
                                <statistics ab="13" runs="5" s="2" d="1" t="0" hr="2" rbi="3" bb="2" ibb="0" hbp="1" sb="0" cs="0" obp="0.5" slg="0.923" ops="1.423" h="5" ktotal="2" avg=".385"/>
                            </venue>
                            <surface value="turf">
                                <statistics ab="28" runs="2" s="1" d="2" t="0" hr="1" rbi="3" bb="4" ibb="0" hbp="0" sb="0" cs="0" obp="0.25" slg="0.321" ops="0.571" h="4" ktotal="15" avg=".143"/>
                            </surface>
                            <surface value="grass">
                                <statistics ab="244" runs="45" s="40" d="16" t="0" hr="14" rbi="55" bb="45" ibb="7" hbp="4" sb="1" cs="1" obp="0.417" slg="0.525" ops="0.942" h="70" ktotal="61" avg=".287"/>
                            </surface>
                            <month value="4">
                                <statistics ab="101" runs="22" s="12" d="10" t="0" hr="5" rbi="18" bb="18" ibb="2" hbp="1" sb="0" cs="0" obp="0.387" slg="0.515" ops="0.902" h="27" ktotal="25" avg=".267"/>
                            </month>
                            <month value="3">
                                <statistics ab="19" runs="0" s="0" d="0" t="0" hr="0" rbi="1" bb="4" ibb="0" hbp="0" sb="0" cs="0" obp="0.174" slg="0.0" ops="0.174" h="0" ktotal="15" avg=".000"/>
                            </month>
                            <month value="5">
                                <statistics ab="104" runs="14" s="25" d="5" t="0" hr="7" rbi="33" bb="20" ibb="2" hbp="0" sb="1" cs="1" obp="0.468" slg="0.606" ops="1.074" h="37" ktotal="23" avg=".356"/>
                            </month>
                            <month value="6">
                                <statistics ab="48" runs="11" s="4" d="3" t="0" hr="3" rbi="6" bb="7" ibb="3" hbp="3" sb="0" cs="0" obp="0.377" slg="0.458" ops="0.835" h="10" ktotal="13" avg=".208"/>
                            </month>
                            <home_away value="away">
                                <statistics ab="130" runs="19" s="18" d="8" t="0" hr="6" rbi="21" bb="22" ibb="3" hbp="3" sb="0" cs="0" obp="0.38" slg="0.446" ops="0.826" h="32" ktotal="44" avg=".246"/>
                            </home_away>
                            <home_away value="home">
                                <statistics ab="142" runs="28" s="23" d="10" t="0" hr="9" rbi="37" bb="27" ibb="4" hbp="1" sb="1" cs="1" obp="0.42" slg="0.556" ops="0.976" h="42" ktotal="32" avg=".296"/>
                            </home_away>
                            <pitcher_hand value="L">
                                <statistics ab="104" runs="17" s="19" d="7" t="0" hr="5" rbi="24" bb="10" ibb="3" hbp="3" sb="0" cs="1" obp="0.392" slg="0.51" ops="0.902" h="31" ktotal="27" avg=".298"/>
                            </pitcher_hand>
                            <pitcher_hand value="R">
                                <statistics ab="168" runs="30" s="22" d="11" t="0" hr="10" rbi="34" bb="39" ibb="4" hbp="1" sb="1" cs="0" obp="0.407" slg="0.5" ops="0.907" h="43" ktotal="49" avg=".256"/>
                            </pitcher_hand>
                            <opponent id="75729d34-bca7-4a0f-b3df-6f26c6ad3719" name="Orioles" market="Baltimore" abbr="BAL">
                                <statistics ab="29" runs="6" s="5" d="2" t="0" hr="2" rbi="10" bb="4" ibb="0" hbp="0" sb="0" cs="0" obp="0.394" slg="0.586" ops="0.98" h="9" ktotal="6" avg=".310"/>
                            </opponent>
                            <opponent id="47f490cd-2f58-4ef7-9dfd-2ad6ba6c1ae8" name="White Sox" market="Chicago" abbr="CWS">
                                <statistics ab="24" runs="4" s="0" d="1" t="0" hr="1" rbi="3" bb="6" ibb="2" hbp="0" sb="0" cs="0" obp="0.313" slg="0.25" ops="0.563" h="2" ktotal="8" avg=".083"/>
                            </opponent>
                            <opponent id="4f735188-37c8-473d-ae32-1f7e34ccf892" name="Angels" market="Los Angeles" abbr="LAA">
                                <statistics ab="12" runs="2" s="2" d="1" t="0" hr="0" rbi="2" bb="2" ibb="1" hbp="0" sb="0" cs="0" obp="0.4" slg="0.333" ops="0.733" h="3" ktotal="2" avg=".250"/>
                            </opponent>
                            <opponent id="aa34e0ed-f342-4ec6-b774-c79b47b60e2d" name="Twins" market="Minnesota" abbr="MIN">
                                <statistics ab="13" runs="0" s="5" d="1" t="0" hr="0" rbi="4" bb="1" ibb="0" hbp="0" sb="0" cs="0" obp="0.5" slg="0.538" ops="1.038" h="6" ktotal="3" avg=".462"/>
                            </opponent>
                            <opponent id="dcfd5266-00ce-442c-bc09-264cd20cf455" name="Brewers" market="Milwaukee" abbr="MIL">
                                <statistics ab="10" runs="1" s="2" d="0" t="0" hr="0" rbi="2" bb="4" ibb="1" hbp="0" sb="0" cs="0" obp="0.467" slg="0.2" ops="0.667" h="2" ktotal="3" avg=".200"/>
                            </opponent>
                            <opponent id="12079497-e414-450a-8bf2-29f91de646bf" name="Braves" market="Atlanta" abbr="ATL">
                                <statistics ab="22" runs="4" s="3" d="3" t="0" hr="2" rbi="8" bb="4" ibb="0" hbp="0" sb="0" cs="1" obp="0.462" slg="0.773" ops="1.235" h="8" ktotal="6" avg=".364"/>
                            </opponent>
                            <opponent id="833a51a9-0d84-410f-bd77-da08c3e5e26e" name="Royals" market="Kansas City" abbr="KC">
                                <statistics ab="12" runs="2" s="5" d="1" t="0" hr="1" rbi="6" bb="1" ibb="1" hbp="0" sb="0" cs="0" obp="0.643" slg="0.917" ops="1.56" h="7" ktotal="1" avg=".583"/>
                            </opponent>
                            <opponent id="f246a5e5-afdb-479c-9aaa-c68beeda7af6" name="Mets" market="New York" abbr="NYM">
                                <statistics ab="8" runs="2" s="1" d="0" t="0" hr="1" rbi="1" bb="4" ibb="0" hbp="0" sb="0" cs="0" obp="0.5" slg="0.625" ops="1.125" h="2" ktotal="1" avg=".250"/>
                            </opponent>
                            <opponent id="1d678440-b4b1-4954-9b39-70afb3ebbcfa" name="Blue Jays" market="Toronto" abbr="TOR">
                                <statistics ab="28" runs="2" s="4" d="4" t="0" hr="1" rbi="3" bb="2" ibb="0" hbp="0" sb="0" cs="0" obp="0.355" slg="0.571" ops="0.926" h="9" ktotal="6" avg=".321"/>
                            </opponent>
                            <opponent id="43a39081-52b4-4f93-ad29-da7f329ea960" name="Mariners" market="Seattle" abbr="SEA">
                                <statistics ab="9" runs="2" s="0" d="0" t="0" hr="0" rbi="2" bb="3" ibb="0" hbp="0" sb="0" cs="0" obp="0.231" slg="0.0" ops="0.231" h="0" ktotal="5" avg=".000"/>
                            </opponent>
                            <opponent id="44671792-dc02-4fdd-a5ad-f5f17edaa9d7" name="Cardinals" market="St. Louis" abbr="STL">
                                <statistics ab="11" runs="6" s="4" d="2" t="0" hr="1" rbi="6" bb="4" ibb="0" hbp="0" sb="0" cs="0" obp="0.733" slg="1.091" ops="1.824" h="7" ktotal="1" avg=".636"/>
                            </opponent>
                            <opponent id="bdc11650-6f74-49c4-875e-778aeb7632d9" name="Rays" market="Tampa Bay" abbr="TB">
                                <statistics ab="21" runs="4" s="2" d="1" t="0" hr="0" rbi="0" bb="3" ibb="1" hbp="1" sb="0" cs="0" obp="0.308" slg="0.19" ops="0.498" h="3" ktotal="8" avg=".143"/>
                            </opponent>
                            <opponent id="80715d0d-0d2a-450f-a970-1b9a3b18c7e7" name="Guardians" market="Cleveland" abbr="CLE">
                                <statistics ab="13" runs="5" s="2" d="1" t="0" hr="2" rbi="3" bb="2" ibb="0" hbp="1" sb="0" cs="0" obp="0.5" slg="0.923" ops="1.423" h="5" ktotal="2" avg=".385"/>
                            </opponent>
                            <opponent id="575c19b7-4052-41c2-9f0a-1c5813d02f99" name="Tigers" market="Detroit" abbr="DET">
                                <statistics ab="12" runs="1" s="3" d="0" t="0" hr="0" rbi="1" bb="2" ibb="0" hbp="0" sb="0" cs="0" obp="0.357" slg="0.25" ops="0.607" h="3" ktotal="5" avg=".250"/>
                            </opponent>
                            <opponent id="a09ec676-f887-43dc-bbb3-cf4bbaee9a18" name="Yankees" market="New York" abbr="NYY">
                                <statistics ab="23" runs="5" s="1" d="1" t="0" hr="3" rbi="4" bb="2" ibb="1" hbp="2" sb="0" cs="0" obp="0.357" slg="0.652" ops="1.009" h="5" ktotal="5" avg=".217"/>
                            </opponent>
                            <opponent id="d99f919b-1534-4516-8e8a-9cd106c6d8cd" name="Rangers" market="Texas" abbr="TEX">
                                <statistics ab="25" runs="1" s="2" d="0" t="0" hr="1" rbi="3" bb="5" ibb="0" hbp="0" sb="1" cs="0" obp="0.267" slg="0.24" ops="0.507" h="3" ktotal="14" avg=".120"/>
                            </opponent>
                        </overall>
                    </hitting>
                </splits>
            </team>
        </season>


Deprecated Seasonal Transactions Endpoint

Release DateFeeds AffectedBenefit
06/25/2025Seasonal Transactions

We've deprecated the Seasonal Transactions endpoint.

You may continue to access transactional data in the Daily Transactions endpoint.



Catcher's Interference & Reached on Violation

Release DateFeeds AffectedBenefit
04/14/2025

Daily Summary

Game Extended Summary

Game Play-by-Play

Game Summary

Player Profile

Seasonal Statistics

We've added data points for batters reaching base on catcher's interference and on violation (ex. reaching on a shift violation). Values will be available at the game and seasonal level, for players and teams.

ci - Catcher's interference
rov - Reached on violation

In the Game Play-by-Play endpoint, these instances are noted with the following outcome ids:
  • Catcher's Interference:* outcome_id="aCI"
  • Reached on Violation: *outcome_id="aROV"
These changes are in effect for MLB API versions 6.5 through 8. See below for MLB v8 sample data.
<at_bat hitter_id="6c196cb7-4607-47f7-a00e-855db3728c03" id="64e6d222-2a42-4708-a1b2-971262006e32" hitter_hand="R" pitcher_id="1af59804-5b77-4d6f-98f7-23e97a400a1b" pitcher_hand="R" sequence_number="107">
  <hitter preferred_name="Jon" first_name="Jonathon" last_name="Berti" jersey_number="5" id="6c196cb7-4607-47f7-a00e-855db3728c03" full_name="Jon Berti"/>
  <pitcher preferred_name="Roki" first_name="Roki" last_name="Sasaki" jersey_number="11" id="1af59804-5b77-4d6f-98f7-23e97a400a1b" full_name="Roki Sasaki"/>
  <description>Jon Berti reaches on catcher interference.</description>
  <score home_team_runs="0" away_team_runs="3"/>
  <pitch status="official" id="2269eac3-c3b4-4d4e-a456-3d28bf66ac57" outcome_id="aCI" created_at="2025-03-19T10:48:09+00:00" updated_at="2025-04-04T20:08:12+00:00" sequence_number="108" official="false">
    <wall_clock start_time="2025-03-19T10:48:01+00:00" end_time="2025-03-19T10:48:14+00:00"/>
    <flags is_ab_over="true" is_bunt="false" is_hit="false" is_wild_pitch="false" is_passed_ball="false" is_double_play="false" is_triple_play="false"/>
    <count balls="0" strikes="0" outs="1" pitch_count="1"/>
    <pitcher pitch_type="FA" pitch_speed="97.1" pitch_zone="5" pitcher_hand="R" hitter_hand="R" pitch_count="31" id="1af59804-5b77-4d6f-98f7-23e97a400a1b" pitch_x="-17" pitch_y="-26" preferred_name="Roki" first_name="Roki" last_name="Sasaki" jersey_number="11" full_name="Roki Sasaki"/>
    <hitter preferred_name="Jon" first_name="Jonathon" last_name="Berti" jersey_number="5" id="6c196cb7-4607-47f7-a00e-855db3728c03" full_name="Jon Berti"/>
    <score home_team_runs="0" away_team_runs="3"/>
    <pitching ci="1"/>
    <hitting ci="1"/>
    <mlb_pitch_data speed="97.1" strike_zone_top="3.42" strike_zone_bottom="1.59" zone="5" code="FF" description="Four-Seam Fastball">
      <coordinates x="111.75" y="177"/>
    </mlb_pitch_data>
    <mlb_hit_data trajectory="ground_ball" hardness="soft">
      <coordinates coord_x="116.02" coord_y="185.55"/>
    </mlb_hit_data>
    <runners>
      <runner starting_base="0" ending_base="1" out="false" outcome_id="AD1" preferred_name="Jon" first_name="Jonathon" last_name="Berti" jersey_number="5" id="6c196cb7-4607-47f7-a00e-855db3728c03" full_name="Jon Berti"/>
    </runners>
  </pitch>
</at_bat>
{
  "at_bat":{
    "hitter_id":"d421cd0d-43d1-41fa-9ef0-8bf1bb2442aa",
    "id":"832129ce-59f3-4013-a6c7-70bebc6c96c1",
    "hitter_hand":"R",
    "pitcher_id":"fe45e33b-f554-4856-af56-1f4f578eaa82",
    "pitcher_hand":"R",
    "sequence_number":383,
    "description":"Carson Kelly reaches on violation error. Violation error by Miguel Rojas.",
    "hitter":{
      "preferred_name":"Carson",
      "first_name":"Carson",
      "last_name":"Kelly",
      "jersey_number":"15",
      "id":"d421cd0d-43d1-41fa-9ef0-8bf1bb2442aa",
      "full_name":"Carson Kelly"
    },
    "pitcher":{
      "preferred_name":"Kirby",
      "first_name":"Kirby",
      "last_name":"Yates",
      "jersey_number":"38",
      "id":"fe45e33b-f554-4856-af56-1f4f578eaa82",
      "full_name":"Kirby Yates"
    },
    "score":{
      "home_team_runs":3,
      "away_team_runs":6
    },
    "events":[
      {
        "status":"official",
        "id":"54159e80-a35f-4272-b79e-ca2c7188c9af",
        "outcome_id":"kKS",
        "created_at":"2025-03-19T12:30:40+00:00",
        "updated_at":"2025-03-19T12:33:01+00:00",
        "sequence_number":384,
        "official":true,
        "type":"pitch",
        "wall_clock":{
          "start_time":"2025-03-19T12:27:51+00:00",
          "end_time":"2025-03-19T12:28:07+00:00"
        },
        "flags":{
          "is_ab_over":false,
          "is_bunt":false,
          "is_hit":false,
          "is_wild_pitch":false,
          "is_passed_ball":false,
          "is_double_play":false,
          "is_triple_play":false
        },
        "count":{
          "balls":0,
          "strikes":1,
          "outs":2,
          "pitch_count":1
        },
        "pitcher":{
          "pitch_type":"FA",
          "pitch_speed":92.9,
          "pitch_zone":2,
          "pitcher_hand":"R",
          "hitter_hand":"R",
          "pitch_count":11,
          "id":"fe45e33b-f554-4856-af56-1f4f578eaa82",
          "pitch_x":-35,
          "pitch_y":60,
          "preferred_name":"Kirby",
          "first_name":"Kirby",
          "last_name":"Yates",
          "jersey_number":"38",
          "full_name":"Kirby Yates"
        },
        "hitter":{
          "preferred_name":"Carson",
          "first_name":"Carson",
          "last_name":"Kelly",
          "jersey_number":"15",
          "id":"d421cd0d-43d1-41fa-9ef0-8bf1bb2442aa",
          "full_name":"Carson Kelly"
        },
        "score":{
          "home_team_runs":3,
          "away_team_runs":6
        },
        "mlb_pitch_data":{
          "speed":92.9,
          "strike_zone_top":3.33,
          "strike_zone_bottom":1.66,
          "zone":2,
          "code":"FF",
          "description":"Four-Seam Fastball",
          "coordinates":{
            "x":108.04,
            "y":158.12
          }
        }
      },
      {
        "status":"official",
        "id":"442a008e-77f5-49a5-83fe-8d21ccb0a616",
        "outcome_id":"bB",
        "created_at":"2025-03-19T12:30:41+00:00",
        "updated_at":"2025-03-19T12:30:41+00:00",
        "sequence_number":385,
        "official":true,
        "type":"pitch",
        "wall_clock":{
          "start_time":"2025-03-19T12:28:07+00:00",
          "end_time":"2025-03-19T12:28:24+00:00"
        },
        "flags":{
          "is_ab_over":false,
          "is_bunt":false,
          "is_hit":false,
          "is_wild_pitch":false,
          "is_passed_ball":false,
          "is_double_play":false,
          "is_triple_play":false
        },
        "count":{
          "balls":1,
          "strikes":1,
          "outs":2,
          "pitch_count":2
        },
        "pitcher":{
          "pitch_type":"FA",
          "pitch_speed":92.8,
          "pitch_zone":13,
          "pitcher_hand":"R",
          "hitter_hand":"R",
          "pitch_count":12,
          "id":"fe45e33b-f554-4856-af56-1f4f578eaa82",
          "pitch_x":-105,
          "pitch_y":-73,
          "preferred_name":"Kirby",
          "first_name":"Kirby",
          "last_name":"Yates",
          "jersey_number":"38",
          "full_name":"Kirby Yates"
        },
        "hitter":{
          "preferred_name":"Carson",
          "first_name":"Carson",
          "last_name":"Kelly",
          "jersey_number":"15",
          "id":"d421cd0d-43d1-41fa-9ef0-8bf1bb2442aa",
          "full_name":"Carson Kelly"
        },
        "score":{
          "home_team_runs":3,
          "away_team_runs":6
        },
        "mlb_pitch_data":{
          "speed":92.8,
          "strike_zone_top":3.33,
          "strike_zone_bottom":1.66,
          "zone":9,
          "code":"FF",
          "description":"Four-Seam Fastball",
          "coordinates":{
            "x":87.96,
            "y":186.97
          }
        }
      },
      {
        "status":"official",
        "id":"1e5f0da5-ea56-4208-b588-bc996c5ea365",
        "outcome_id":"bB",
        "created_at":"2025-03-19T12:30:41+00:00",
        "updated_at":"2025-03-19T12:30:42+00:00",
        "sequence_number":386,
        "official":true,
        "type":"pitch",
        "wall_clock":{
          "start_time":"2025-03-19T12:28:24+00:00",
          "end_time":"2025-03-19T12:28:46+00:00"
        },
        "flags":{
          "is_ab_over":false,
          "is_bunt":false,
          "is_hit":false,
          "is_wild_pitch":false,
          "is_passed_ball":false,
          "is_double_play":false,
          "is_triple_play":false
        },
        "count":{
          "balls":2,
          "strikes":1,
          "outs":2,
          "pitch_count":3
        },
        "pitcher":{
          "pitch_type":"SP",
          "pitch_speed":86.1,
          "pitch_zone":12,
          "pitcher_hand":"R",
          "hitter_hand":"R",
          "pitch_count":13,
          "id":"fe45e33b-f554-4856-af56-1f4f578eaa82",
          "pitch_x":-70,
          "pitch_y":-221,
          "preferred_name":"Kirby",
          "first_name":"Kirby",
          "last_name":"Yates",
          "jersey_number":"38",
          "full_name":"Kirby Yates"
        },
        "hitter":{
          "preferred_name":"Carson",
          "first_name":"Carson",
          "last_name":"Kelly",
          "jersey_number":"15",
          "id":"d421cd0d-43d1-41fa-9ef0-8bf1bb2442aa",
          "full_name":"Carson Kelly"
        },
        "score":{
          "home_team_runs":3,
          "away_team_runs":6
        },
        "mlb_pitch_data":{
          "speed":86.1,
          "strike_zone_top":3.33,
          "strike_zone_bottom":1.66,
          "zone":14,
          "code":"FS",
          "description":"Splitter",
          "coordinates":{
            "x":98.1,
            "y":233.36
          }
        }
      },
      {
        "hit_location":"16",
        "hit_type":"GB",
        "status":"official",
        "id":"5fac3951-6210-43f1-ace7-5ec7a7cf0fe3",
        "outcome_id":"aROV",
        "created_at":"2025-03-19T12:30:42+00:00",
        "updated_at":"2025-04-04T20:33:02+00:00",
        "sequence_number":387,
        "official":false,
        "type":"pitch",
        "wall_clock":{
          "start_time":"2025-03-19T12:28:46+00:00",
          "end_time":"2025-03-19T12:29:21+00:00"
        },
        "flags":{
          "is_ab_over":true,
          "is_bunt":false,
          "is_hit":false,
          "is_wild_pitch":false,
          "is_passed_ball":false,
          "is_double_play":false,
          "is_triple_play":false
        },
        "count":{
          "balls":2,
          "strikes":1,
          "outs":2,
          "pitch_count":3
        },
        "pitcher":{
          "pitch_type":"FA",
          "pitch_speed":93.3,
          "pitch_zone":5,
          "pitcher_hand":"R",
          "hitter_hand":"R",
          "pitch_count":13,
          "id":"fe45e33b-f554-4856-af56-1f4f578eaa82",
          "pitch_x":-11,
          "pitch_y":-4,
          "preferred_name":"Kirby",
          "first_name":"Kirby",
          "last_name":"Yates",
          "jersey_number":"38",
          "full_name":"Kirby Yates"
        },
        "hitter":{
          "preferred_name":"Carson",
          "first_name":"Carson",
          "last_name":"Kelly",
          "jersey_number":"15",
          "id":"d421cd0d-43d1-41fa-9ef0-8bf1bb2442aa",
          "full_name":"Carson Kelly"
        },
        "score":{
          "home_team_runs":3,
          "away_team_runs":6
        },
        "pitching":{
          "rov":1
        },
        "hitting":{
          "rov":1
        },
        "mlb_pitch_data":{
          "speed":93.3,
          "strike_zone_top":3.33,
          "strike_zone_bottom":1.66,
          "zone":5,
          "code":"FF",
          "description":"Four-Seam Fastball",
          "coordinates":{
            "x":114.01,
            "y":172.52
          }
        },
        "mlb_hit_data":{
          "trajectory":"ground_ball",
          "hardness":"medium",
          "coordinates":{
            "coord_x":79.38,
            "coord_y":128.49
          }
        },
        "runners":[
          {
            "starting_base":0,
            "ending_base":1,
            "out":false,
            "outcome_id":"AD1",
            "preferred_name":"Carson",
            "first_name":"Carson",
            "last_name":"Kelly",
            "jersey_number":"15",
            "id":"d421cd0d-43d1-41fa-9ef0-8bf1bb2442aa",
            "full_name":"Carson Kelly"
          }
        ],
        "errors":[
          {
            "type":"violation",
            "preferred_name":"Miguel",
            "first_name":"Miguel",
            "last_name":"Rojas",
            "jersey_number":"72",
            "id":"9fcd5310-c80e-428e-bd9f-048ba1043b4e",
            "full_name":"Miguel Rojas"
          }
        ]
      }
    ]
  }
},
<statistics>
  <hitting>
    <overall ab="33" lob="16" rbi="3" abhr="0" abk="3.3" bip="23" babip="0.217" bbk="0.3" bbpa="0.081" iso="0.03" obp="0.243" ops="0.425" seca="0.152" slg="0.182" xbh="1" pitch_count="145" lob_risp_2out="3" team_lob="6" ab_risp="10" hit_risp="3" rbi_2out="1" linedrive="6" groundball="8" popup="1" flyball="8" ap="37" avg=".152" gofo="0.5">
      <onbase s="4" d="1" t="0" hr="0" tb="6" bb="3" ibb="0" hbp="1" fc="1" roe="1" h="5" ci="0" rov="0" cycle="0"/>
      <runs total="4"/>
      <outcome klook="30" kswing="11" ktotal="41" ball="44" iball="0" dirtball="4" foul="32"/>
      <outs po="1" fo="7" fidp="0" lo="4" lidp="0" go="6" gidp="0" klook="6" kswing="4" ktotal="10" sacfly="0" sachit="0"/>
      <steal caught="0" stolen="1" pct="1.0" pickoff="0"/>
      <pitches count="145" btotal="49" ktotal="96"/>
    </overall>
  </hitting>
  <pitching>
    <overall oba="0.172" lob="6" era="4.0" k9="8.001" whip="1.0" kbb="2.0" pitch_count="152" wp="2" bk="0" ip_1="27" ip_2="9.0" bf="35" gofo="1.833" babip="0.19" bf_ip="3.889" bf_start="15.0" gbfb="3.25" oab="29" slg="0.276" obp="0.286">
      <onbase s="4" d="0" t="0" hr="1" tb="8" bb="4" ibb="0" hbp="1" fc="1" roe="1" h="5" ci="0" rov="0" h9="5.004" hr9="0.999"/>
      <runs total="4" unearned="0" earned="4" ir="0" ira="0" bqr="0" bqra="0"/>
      <outcome klook="24" kswing="19" ktotal="43" ball="55" iball="0" dirtball="5" foul="26"/>
      <outs po="1" fo="3" fidp="0" lo="2" lidp="0" go="11" gidp="0" klook="2" kswing="6" ktotal="8" sacfly="1" sachit="0"/>
      <steal caught="2" stolen="1" pickoff="1"/>
      <pitches count="152" btotal="61" ktotal="91" per_ip="16.889" per_bf="4.343" per_start="68.0"/>
      <in_play linedrive="4" groundball="13" popup="1" flyball="4"/>
      <games svo="2" qstart="0" shutout="0" complete="0" win="0" loss="0" save="0" hold="1" blown_save="2"/>
    </overall>
    <starters oba="0.133" lob="4" era="0.0" k9="6.228" whip="0.4615" kbb="0.0" pitch_count="68" wp="0" bk="0" ip_1="13" ip_2="4.1" bf="15" gofo="2.333" babip="0.167" bf_ip="3.462" bf_start="15.0" gbfb="9.0" oab="15" slg="0.133" obp="0.133">
      <onbase s="2" d="0" t="0" hr="0" tb="2" bb="0" ibb="0" hbp="0" fc="1" roe="1" h="2" ci="0" rov="0" h9="4.158" hr9="0.0"/>
      <runs total="0" unearned="0" earned="0" ir="0" ira="0" bqr="0" bqra="0"/>
      <outcome klook="11" kswing="9" ktotal="20" ball="22" iball="0" dirtball="2" foul="12"/>
      <outs po="0" fo="1" fidp="0" lo="2" lidp="0" go="7" gidp="0" klook="0" kswing="3" ktotal="3" sacfly="0" sachit="0"/>
      <steal caught="0" stolen="0" pickoff="1"/>
      <pitches count="68" btotal="24" ktotal="44" per_ip="15.692" per_bf="4.533" per_start="68.0"/>
      <in_play linedrive="2" groundball="9" popup="0" flyball="1"/>
      <games svo="0" qstart="0" shutout="0" complete="0" win="0" loss="0" save="0" hold="0" blown_save="0"/>
    </starters>
"statistics":{
  "hitting":{
    "overall":{
      "ab":33,
      "lob":16,
      "rbi":3,
      "abhr":0,
      "abk":3.3,
      "bip":23,
      "babip":0.217,
      "bbk":0.3,
      "bbpa":0.081,
      "iso":0.03,
      "obp":0.243,
      "ops":0.425,
      "seca":0.152,
      "slg":0.182,
      "xbh":1,
      "pitch_count":145,
      "lob_risp_2out":3,
      "team_lob":6,
      "ab_risp":10,
      "hit_risp":3,
      "rbi_2out":1,
      "linedrive":6,
      "groundball":8,
      "popup":1,
      "flyball":8,
      "ap":37,
      "avg":".152",
      "gofo":0.5,
      "onbase":{
        "s":4,
        "d":1,
        "t":0,
        "hr":0,
        "tb":6,
        "bb":3,
        "ibb":0,
        "hbp":1,
        "fc":1,
        "roe":1,
        "h":5,
        "ci":0,
        "rov":0,
        "cycle":0
      },
      "runs":{
        "total":4
      },
      "outcome":{
        "klook":30,
        "kswing":11,
        "ktotal":41,
        "ball":44,
        "iball":0,
        "dirtball":4,
        "foul":32
      },
      "outs":{
        "po":1,
        "fo":7,
        "fidp":0,
        "lo":4,
        "lidp":0,
        "go":6,
        "gidp":0,
        "klook":6,
        "kswing":4,
        "ktotal":10,
        "sacfly":0,
        "sachit":0
      },
      "steal":{
        "caught":0,
        "stolen":1,
        "pct":1,
        "pickoff":0
      },
      "pitches":{
        "count":145,
        "btotal":49,
        "ktotal":96
      }
    }
  },
  "pitching":{
    "overall":{
      "oba":0.172,
      "lob":6,
      "era":4,
      "k9":8.001,
      "whip":1,
      "kbb":2,
      "pitch_count":152,
      "wp":2,
      "bk":0,
      "ip_1":27,
      "ip_2":9,
      "bf":35,
      "gofo":1.833,
      "babip":0.19,
      "bf_ip":3.889,
      "bf_start":15,
      "gbfb":3.25,
      "oab":29,
      "slg":0.276,
      "obp":0.286,
      "onbase":{
        "s":4,
        "d":0,
        "t":0,
        "hr":1,
        "tb":8,
        "bb":4,
        "ibb":0,
        "hbp":1,
        "fc":1,
        "roe":1,
        "h":5,
        "ci":0,
        "rov":0,
        "h9":5.004,
        "hr9":0.999
      },
      "runs":{
        "total":4,
        "unearned":0,
        "earned":4,
        "ir":0,
        "ira":0,
        "bqr":0,
        "bqra":0
      },
      "outcome":{
        "klook":24,
        "kswing":19,
        "ktotal":43,
        "ball":55,
        "iball":0,
        "dirtball":5,
        "foul":26
      },
      "outs":{
        "po":1,
        "fo":3,
        "fidp":0,
        "lo":2,
        "lidp":0,
        "go":11,
        "gidp":0,
        "klook":2,
        "kswing":6,
        "ktotal":8,
        "sacfly":1,
        "sachit":0
      },
      "steal":{
        "caught":2,
        "stolen":1,
        "pickoff":1
      },
      "pitches":{
        "count":152,
        "btotal":61,
        "ktotal":91,
        "per_ip":16.889,
        "per_bf":4.343,
        "per_start":68
      },
      "in_play":{
        "linedrive":4,
        "groundball":13,
        "popup":1,
        "flyball":4
      },
      "games":{
        "svo":2,
        "qstart":0,
        "shutout":0,
        "complete":0,
        "win":0,
        "loss":0,
        "save":0,
        "hold":1,
        "blown_save":2
      }
    },
    "starters":{
      "oba":0.133,
      "lob":4,
      "era":0,
      "k9":6.228,
      "whip":0.4615,
      "kbb":0,
      "pitch_count":68,
      "wp":0,
      "bk":0,
      "ip_1":13,
      "ip_2":4.1,
      "bf":15,
      "gofo":2.333,
      "babip":0.167,
      "bf_ip":3.462,
      "bf_start":15,
      "gbfb":9,
      "oab":15,
      "slg":0.133,
      "obp":0.133,
      "onbase":{
        "s":2,
        "d":0,
        "t":0,
        "hr":0,
        "tb":2,
        "bb":0,
        "ibb":0,
        "hbp":0,
        "fc":1,
        "roe":1,
        "h":2,
        "ci":0,
        "rov":0,
        "h9":4.158,
        "hr9":0
      },
      "runs":{
        "total":0,
        "unearned":0,
        "earned":0,
        "ir":0,
        "ira":0,
        "bqr":0,
        "bqra":0
      },
      "outcome":{
        "klook":11,
        "kswing":9,
        "ktotal":20,
        "ball":22,
        "iball":0,
        "dirtball":2,
        "foul":12
      },
      "outs":{
        "po":0,
        "fo":1,
        "fidp":0,
        "lo":2,
        "lidp":0,
        "go":7,
        "gidp":0,
        "klook":0,
        "kswing":3,
        "ktotal":3,
        "sacfly":0,
        "sachit":0
      },
      "steal":{
        "caught":0,
        "stolen":0,
        "pickoff":1
      },
      "pitches":{
        "count":68,
        "btotal":24,
        "ktotal":44,
        "per_ip":15.692,
        "per_bf":4.533,
        "per_start":68
      },
      "in_play":{
        "linedrive":2,
        "groundball":9,
        "popup":0,
        "flyball":1
      },
      "games":{
        "svo":0,
        "qstart":0,
        "shutout":0,
        "complete":0,
        "win":0,
        "loss":0,
        "save":0,
        "hold":0,
        "blown_save":0
      }
    },


Pitch Outcomes

Release DateFeeds AffectedBenefit
01/22/2025

Event Tracking

Game Extended Summary

Game Play-by-Play

Push Events

We've added five pitch outcome_id values to account for new MLB rules violations. See below for the new values and their definitions.
  • bABP - Ball - Automatic (Pitch Timer Violation - Pitcher)
  • bABC - Ball - Automatic (Pitch Timer Violation - Catcher)
  • bABS - Ball - Automatic (Shift Violation)
  • kAKP - Strike - Automatic (Pitch Timer Violation)
  • kAKB - Strike - Automatic (Batter Timeout Violation)
<pitch status="official" id="1f3f6dbf-2313-4863-b94a-2053e4e3ee3d" outcome_id="bABP" 
       created_at="2023-09-20T19:01:20+00:00" updated_at="2023-09-20T19:01:46+00:00" 
       sequence_number="129" official="true">
"events": [
    {
        "status": "official",
        "id": "69969a8c-5926-4483-a04c-d5e627fe83ce",
        "outcome_id": "bABP",
        "created_at": "2023-09-20T18:12:09+00:00",
        "updated_at": "2023-09-20T18:14:42+00:00",
        "sequence_number": 3,
        "official": true,
        "type": "pitch",
        "wall_clock": {
            "start_time": "2023-09-20T18:11:54+00:00",
            "end_time": "2023-09-20T18:12:11+00:00"
        }


Runner Outcomes

Release DateFeeds AffectedBenefit
01/24/2024

Daily Boxscore

Daily Summary

Event Tracking

Game Boxscore

Game Extended Summary

Game Summary

Glossary

Play-by-Play

Push Events

We have added the following runner outcomes to the MLB API:
  • SB4u - Stole Home, Unearned Run
  • SB2AD3 - Steal 2nd, advanced 3rd
  • SB2AD4 - Steal 2nd, advanced Home
  • SB2AD4u - Steal 2nd, advanced Home, Unearned Run
  • SB3AD4 - Steal 3rd, advanced Home
  • SB3AD4u - Steal 3rd, advanced Home, Unearned Run
  • CS2AD3 - Caught stealing 2nd, advanced 3rd
  • CS2AD4 - Caught stealing 2nd, advanced Home
  • CS2AD4u - Caught stealing 2nd, advanced Home, Unearned Run
  • CS3AD4 - Caught stealing 3rd, advanced Home
  • CS3AD4u - Caught stealing 3rd, advanced Home, Unearned Run

Duplicate Player Profiles

Release DateFeeds AffectedBenefit
10/25/2023Player Profile

Added a player status (DUP) for duplicated profiles.

DUP = Duplicate player profile. All profiles marked as duplicates can be ignored.

<player xmlns="http://feed.elasticstats.com/schema/baseball/v7/profile.xsd" 
id="4e676c1b-dce2-4b45-9905-e27628624b63" status="DUP" first_name="Christopher" 
last_name="Austin-DUP" preferred_name="Tyler" full_name="Tyler Austin-DUP" 
throw_hand="R" bat_hand="R" updated="2023-10-25T19:05:29+00:00">
</player>
{
   "player":{
      "id":"4e676c1b-dce2-4b45-9905-e27628624b63",
      "status":"DUP",
      "first_name":"Christopher",
      "last_name":"Austin-DUP",
      "preferred_name":"Tyler",
      "full_name":"Tyler Austin-DUP",
      "throw_hand":"R",
      "bat_hand":"R",
      "updated":"2023-10-25T19:05:29+00:00"
   },
}

New Pitch and Runner Outcomes

Release DateFeeds AffectedUpdate
02/13/2023Play-by-PlayAdded several pitch and runner outcomes to better capture all game scenarios.


Pitch:
  • oST1 - Single, Tagged Out at First
  • oDT2- Double, Tagged Out at Second
  • oTT3 - Triple, Tagged Out at Third
  • kAK - Enforced Strike
Runner:
  • POCSC - Catcher Pickoff
  • SB2O2 - Stole 2nd, out at second
  • SB2O3 - Stole 2nd, out at third
  • SB2O4 - Stole 2nd, out at home
  • SB3O3 - Stole 3rd, out at third
  • SB3O4 - Stole 3rd, out at home

New Feed Added

Release DateFeeds AffectedUpdate
02/03/2023Push Probable PitchersAdded a new Push Probable Pitchers feed which provides real-time updates to probable pitchers for upcoming games.

Support for the "Ohtani Rule"

Release DateFeeds AffectedUpdate
05/03/2022Daily Summary
Game Extended Summary
Game Summary
Play-By-Play
Push Events
Push Statistics
We have added logic to handle the amended 5.11(a) DH rule, aka the Shohei Ohtani rule. In the event the starting pitcher will bat for himself, the player will be considered two separate people on his team’s opening lineup card, in accordance with the amended rule.

Support for Updated Extra Innings Behavior

Release DateFeeds AffectedUpdate
07/15/2020Play-by-PlayAdded runner_placed data points in support of the 10th inning runner on second rule. Data points include: created_at, id, official, sequence_number, status, and updated_at.

New Hitter and Runner Outcomes

Release DateFeeds AffectedUpdate
02/13/2020Game Extended Summary
Play-by-Play
Push Events
Added new hitter and runner outcomes. Hitter: rPABO(Ruling Pending, At Bat Over) and rPABC(Ruling Pending, At Bat Continues). Runner outcomes: ERNu(Player earned run, team unearned/RBI) and eRNu(Player earned run, team unearned/ no RBI).

Loss of Support for Bunt Shown

Release DateFeeds AffectedUpdate
02/13/2020Game Extended Summary
Play-by-Play
Push Events
Bunt Shown is now unsupported, the value for is_bunt_shown will always be set to false.

New Statcast Leaders Feed

Release DateFeeds AffectedUpdate
09/06/2019Statcast LeadersAdded several data points to support the new Statcast Leaders feed.

New Player Profile Data

Release DateFeeds AffectedUpdate
09/06/2019Statcast LeadersAdded several data points to the Player Profile feed.

New Game Extended Summary Feed

Release DateFeeds AffectedUpdate
09/06/2019Game Extended SummaryAdded several data points to support the new Game Extended Summary feed.

Suffix Addition

Release DateFeeds AffectedUpdate
09/06/2019Player Profile
Team Profile
Added player suffix to the Player Profile and Team Profile feeds.

Division Elimination Addition

Release DateFeeds AffectedUpdate
09/06/2019StandingsAdded division_elimination_number for all teams in the Standings feed.

API Release

Release DateFeeds AffectedUpdate
09/06/2019AllInitial release for MLB v6.6