MLB API - Times Through the Order
April 15th, 2025
We've added a data point for the number of times a pitcher has pitched through the order in a game. This is available by game under times_through_order
in each Summary endpoint, at the player level only.
☑️ Sample Requests:
Game Summary - https://api.sportradar.com/mlb/trial/v8/en/games/{game_id}/summary.json?api_key=[API_KEY]
🔢 Versions
🔁 Endpoints Affected
- Daily Summary, Game Extended Summary, Game Summary
⚙️ Return Samples
<player preferred_name="Joe" first_name="Joseph" last_name="Ryan" jersey_number="41" id="957523c6-5d2f-43f2-804f-a8dbb73c8c16" full_name="Joe Ryan" status="A" position="P" primary_position="SP">
<statistics>
<pitching>
<overall oba="0.167" lob="10" era="1.8" k9="14.4" whip="1.0" kbb="4.0" pitch_count="101" wp="0" bk="0" ip_1="15" ip_2="5.0" bf="20" gofo="0.75" babip="0.3" bf_ip="4.0" bf_start="20.0" gbfb="1.5" oab="18" slg="0.278" obp="0.25" times_through_order="2">
<onbase s="1" d="2" t="0" hr="0" tb="5" bb="2" ibb="0" hbp="0" fc="0" roe="0" h="3" ci="0" rov="0" h9="5.4" hr9="0.0"/>
<runs total="1" unearned="0" earned="1" ir="0" ira="0" bqr="0" bqra="0"/>
<outcome klook="16" kswing="16" ktotal="32" ball="29" iball="0" dirtball="7" foul="23"/>
<outs po="3" fo="1" fidp="0" lo="0" lidp="0" go="3" gidp="0" klook="1" kswing="7" ktotal="8" sacfly="0" sachit="0"/>
<steal caught="0" stolen="1" pickoff="0"/>
<pitches count="101" btotal="36" ktotal="65" per_ip="20.2" per_bf="5.05" per_start="101.0"/>
<in_play linedrive="2" groundball="3" popup="3" flyball="2"/>
<games start="1" play="1" finish="0" svo="0" qstart="0" shutout="0" complete="0" win="0" loss="0" save="0" hold="0" blown_save="0" team_win="0" team_loss="1"/>
</overall>
<starters oba="0.167" lob="10" era="1.8" k9="14.4" whip="1.0" kbb="4.0" pitch_count="101" wp="0" bk="0" ip_1="15" ip_2="5.0" bf="20" gofo="0.75" babip="0.3" bf_ip="4.0" bf_start="20.0" gbfb="1.5" oab="18" slg="0.278" obp="0.25" times_through_order="2">
<onbase s="1" d="2" t="0" hr="0" tb="5" bb="2" ibb="0" hbp="0" fc="0" roe="0" h="3" ci="0" rov="0" h9="5.4" hr9="0.0"/>
<runs total="1" unearned="0" earned="1" ir="0" ira="0" bqr="0" bqra="0"/>
<outcome klook="16" kswing="16" ktotal="32" ball="29" iball="0" dirtball="7" foul="23"/>
<outs po="3" fo="1" fidp="0" lo="0" lidp="0" go="3" gidp="0" klook="1" kswing="7" ktotal="8" sacfly="0" sachit="0"/>
<steal caught="0" stolen="1" pickoff="0"/>
<pitches count="101" btotal="36" ktotal="65" per_ip="20.2" per_bf="5.05" per_start="101.0"/>
<in_play linedrive="2" groundball="3" popup="3" flyball="2"/>
<games start="1" play="1" finish="0" svo="0" qstart="0" shutout="0" complete="0" win="0" loss="0" save="0" hold="0" blown_save="0" team_win="0" team_loss="1"/>
</starters>
</pitching>
<fielding>
<overall po="0" a="1" dp="0" tp="0" error="0" tc="1" fpct="1.0" c_wp="0" pb="0" rf="1.0" inn_1="15" inn_2="5.0">
<steal caught="0" stolen="0" pickoff="0" pct="0"/>
<errors throwing="0" fielding="0" interference="0" total="0"/>
<assists outfield="0" total="1"/>
<games start="1" play="1" finish="0" complete="0"/>
</overall>
<positions>
<position po="0" a="1" dp="0" tp="0" error="0" tc="1" fpct="1.0" c_wp="0" pb="0" rf="1.0" inn_1="15" inn_2="5.0" position="P">
<steal caught="0" stolen="0" pickoff="0" pct="0"/>
<errors throwing="0" fielding="0" interference="0" total="0"/>
<assists outfield="0" total="1"/>
<games start="1" play="1" finish="0" complete="0"/>
</position>
</positions>
</fielding>
</statistics>
</player>
{
"preferred_name": "Joe",
"first_name": "Joseph",
"last_name": "Ryan",
"jersey_number": "41",
"id": "957523c6-5d2f-43f2-804f-a8dbb73c8c16",
"full_name": "Joe Ryan",
"status": "A",
"position": "P",
"primary_position": "SP",
"statistics": {
"pitching": {
"overall": {
"oba": 0.167,
"lob": 10,
"era": 1.8,
"k9": 14.4,
"whip": 1.0,
"kbb": 4.0,
"pitch_count": 101,
"wp": 0,
"bk": 0,
"ip_1": 15,
"ip_2": 5.0,
"bf": 20,
"gofo": 0.75,
"babip": 0.3,
"bf_ip": 4.0,
"bf_start": 20.0,
"gbfb": 1.5,
"oab": 18,
"slg": 0.278,
"obp": 0.25,
"times_through_order": 2,
"onbase": {
"s": 1,
"d": 2,
"t": 0,
"hr": 0,
"tb": 5,
"bb": 2,
"ibb": 0,
"hbp": 0,
"fc": 0,
"roe": 0,
"h": 3,
"ci": 0,
"rov": 0,
"h9": 5.4,
"hr9": 0.0
},
"runs": {
"total": 1,
"unearned": 0,
"earned": 1,
"ir": 0,
"ira": 0,
"bqr": 0,
"bqra": 0
},
"outcome": {
"klook": 16,
"kswing": 16,
"ktotal": 32,
"ball": 29,
"iball": 0,
"dirtball": 7,
"foul": 23
},
"outs": {
"po": 3,
"fo": 1,
"fidp": 0,
"lo": 0,
"lidp": 0,
"go": 3,
"gidp": 0,
"klook": 1,
"kswing": 7,
"ktotal": 8,
"sacfly": 0,
"sachit": 0
},
"steal": {
"caught": 0,
"stolen": 1,
"pickoff": 0
},
"pitches": {
"count": 101,
"btotal": 36,
"ktotal": 65,
"per_ip": 20.2,
"per_bf": 5.05,
"per_start": 101.0
},
"in_play": {
"linedrive": 2,
"groundball": 3,
"popup": 3,
"flyball": 2
},
"games": {
"start": 1,
"play": 1,
"finish": 0,
"svo": 0,
"qstart": 0,
"shutout": 0,
"complete": 0,
"win": 0,
"loss": 0,
"save": 0,
"hold": 0,
"blown_save": 0,
"team_win": 0,
"team_loss": 1
}
},
"starters": {
"oba": 0.167,
"lob": 10,
"era": 1.8,
"k9": 14.4,
"whip": 1.0,
"kbb": 4.0,
"pitch_count": 101,
"wp": 0,
"bk": 0,
"ip_1": 15,
"ip_2": 5.0,
"bf": 20,
"gofo": 0.75,
"babip": 0.3,
"bf_ip": 4.0,
"bf_start": 20.0,
"gbfb": 1.5,
"oab": 18,
"slg": 0.278,
"obp": 0.25,
"times_through_order": 2,
"onbase": {
"s": 1,
"d": 2,
"t": 0,
"hr": 0,
"tb": 5,
"bb": 2,
"ibb": 0,
"hbp": 0,
"fc": 0,
"roe": 0,
"h": 3,
"ci": 0,
"rov": 0,
"h9": 5.4,
"hr9": 0.0
},
"runs": {
"total": 1,
"unearned": 0,
"earned": 1,
"ir": 0,
"ira": 0,
"bqr": 0,
"bqra": 0
},
"outcome": {
"klook": 16,
"kswing": 16,
"ktotal": 32,
"ball": 29,
"iball": 0,
"dirtball": 7,
"foul": 23
},
"outs": {
"po": 3,
"fo": 1,
"fidp": 0,
"lo": 0,
"lidp": 0,
"go": 3,
"gidp": 0,
"klook": 1,
"kswing": 7,
"ktotal": 8,
"sacfly": 0,
"sachit": 0
},
"steal": {
"caught": 0,
"stolen": 1,
"pickoff": 0
},
"pitches": {
"count": 101,
"btotal": 36,
"ktotal": 65,
"per_ip": 20.2,
"per_bf": 5.05,
"per_start": 101.0
},
"in_play": {
"linedrive": 2,
"groundball": 3,
"popup": 3,
"flyball": 2
},
"games": {
"start": 1,
"play": 1,
"finish": 0,
"svo": 0,
"qstart": 0,
"shutout": 0,
"complete": 0,
"win": 0,
"loss": 0,
"save": 0,
"hold": 0,
"blown_save": 0,
"team_win": 0,
"team_loss": 1
}
}
},
"fielding": {
"overall": {
"po": 0,
"a": 1,
"dp": 0,
"tp": 0,
"error": 0,
"tc": 1,
"fpct": 1.0,
"c_wp": 0,
"pb": 0,
"rf": 1.0,
"inn_1": 15,
"inn_2": 5.0,
"steal": {
"caught": 0,
"stolen": 0,
"pickoff": 0,
"pct": 0
},
"errors": {
"throwing": 0,
"fielding": 0,
"interference": 0,
"total": 0
},
"assists": {
"outfield": 0,
"total": 1
},
"games": {
"start": 1,
"play": 1,
"finish": 0,
"complete": 0
}
},
"positions": [
{
"po": 0,
"a": 1,
"dp": 0,
"tp": 0,
"error": 0,
"tc": 1,
"fpct": 1.0,
"c_wp": 0,
"pb": 0,
"rf": 1.0,
"inn_1": 15,
"inn_2": 5.0,
"position": "P",
"steal": {
"caught": 0,
"stolen": 0,
"pickoff": 0,
"pct": 0
},
"errors": {
"throwing": 0,
"fielding": 0,
"interference": 0,
"total": 0
},
"assists": {
"outfield": 0,
"total": 1
},
"games": {
"start": 1,
"play": 1,
"finish": 0,
"complete": 0
}
}
]
}
}
},