Global Baseball API - Standings Enhancements
March 3rd, 2026
We’ve added six (6) new standings data points to our Global Baseball API.
- Home Win/Loss Record (
win_home,loss_home) - Away Win/Loss Record (
win_away,loss_away) - Last 10 games played Win/Loss record (
win_last_ten,loss_last_ten)
These are notably available for MLB, the KBO, and NPB.
⭐ Benefit
With this update, you can capture and provide more robust standings breakdowns for the major Korean and Japanese baseball leagues.
Display each team's home/away records as well as their record over the last 10 games played.
☑️ Sample Requests:
- Season Standings -
https://api.sportradar.com/baseball/trial/v2/en/seasons/sr:season:125735/standings.json
🔢 Versions
🔁 Endpoints Affected
⚙️ Return Samples
<season_standing tie_break_rule="The MLB overall table is sorted by percentage" type="total" round="1">
<groups>
<group id="sr:league:88673" name="MLB" live="false">
<stage order="1" type="league" phase="regular season" start_date="2025-03-18" end_date="2025-09-28" year="2025"/>
<standings>
<standing rank="1" played="162" win="97" loss="65" draw="0" runs_for="806" runs_against="634" runs_diff="172" current_outcome="Playoffs" games_behind="0" winning_percentage="0.599" win_home="52" loss_home="29" win_away="45" loss_away="36" win_last_ten="4" loss_last_ten="6">
<competitor id="sr:competitor:3630" name="Milwaukee Brewers" country="USA" country_code="USA" abbreviation="MIL" gender="male"/>
</standing>
<standing rank="2" played="162" win="96" loss="66" draw="0" runs_for="778" runs_against="648" runs_diff="130" current_outcome="Playoffs" games_behind="1" winning_percentage="0.593" win_home="55" loss_home="26" win_away="41" loss_away="40" win_last_ten="5" loss_last_ten="5">
<competitor id="sr:competitor:3635" name="Philadelphia Phillies" country="USA" country_code="USA" abbreviation="PHI" gender="male"/>
</standing>
<standing rank="3" played="162" win="94" loss="68" draw="0" runs_for="849" runs_against="685" runs_diff="164" current_outcome="Playoffs" games_behind="3" winning_percentage="0.58" win_home="50" loss_home="31" win_away="44" loss_away="37" win_last_ten="9" loss_last_ten="1">
<competitor id="sr:competitor:3654" name="New York Yankees" country="USA" country_code="USA" abbreviation="NYY" gender="male"/>
</standing>
<standing rank="4" played="162" win="94" loss="68" draw="0" runs_for="798" runs_against="721" runs_diff="77" current_outcome="Playoffs" games_behind="3" winning_percentage="0.58" win_home="54" loss_home="27" win_away="40" loss_away="41" win_last_ten="5" loss_last_ten="5">
<competitor id="sr:competitor:3642" name="Toronto Blue Jays" country="USA" country_code="USA" abbreviation="TOR" gender="male"/>
</standing>
<standing rank="5" played="162" win="93" loss="69" draw="0" runs_for="825" runs_against="683" runs_diff="142" current_outcome="Playoffs" games_behind="4" winning_percentage="0.574" win_home="52" loss_home="29" win_away="41" loss_away="40" win_last_ten="8" loss_last_ten="2">
<competitor id="sr:competitor:3638" name="Los Angeles Dodgers" country="USA" country_code="USA" abbreviation="LAD" gender="male"/>
</standing>{
"generated_at": "2026-03-03T18:19:35+00:00",
"standings":
[
{
"tie_break_rule": "The MLB overall table is sorted by percentage",
"type": "total",
"groups":
[
{
"stage":
{
"order": 1,
"type": "league",
"phase": "regular season",
"start_date": "2025-03-18",
"end_date": "2025-09-28",
"year": "2025"
},
"id": "sr:league:88673",
"name": "MLB",
"live": false,
"standings":
[
{
"rank": 1,
"played": 162,
"win": 97,
"loss": 65,
"draw": 0,
"runs_for": 806,
"runs_against": 634,
"runs_diff": 172,
"competitor":
{
"id": "sr:competitor:3630",
"name": "Milwaukee Brewers",
"country": "USA",
"country_code": "USA",
"abbreviation": "MIL",
"gender": "male"
},
"current_outcome": "Playoffs",
"games_behind": 0,
"winning_percentage": 0.599,
"win_home": 52,
"loss_home": 29,
"win_away": 45,
"loss_away": 36,
"win_last_ten": 4,
"loss_last_ten": 6
},
{
"rank": 2,
"played": 162,
"win": 96,
"loss": 66,
"draw": 0,
"runs_for": 778,
"runs_against": 648,
"runs_diff": 130,
"competitor":
{
"id": "sr:competitor:3635",
"name": "Philadelphia Phillies",
"country": "USA",
"country_code": "USA",
"abbreviation": "PHI",
"gender": "male"
},
"current_outcome": "Playoffs",
"games_behind": 1,
"winning_percentage": 0.593,
"win_home": 55,
"loss_home": 26,
"win_away": 41,
"loss_away": 40,
"win_last_ten": 5,
"loss_last_ten": 5
},
{
"rank": 3,
"played": 162,
"win": 94,
"loss": 68,
"draw": 0,
"runs_for": 849,
"runs_against": 685,
"runs_diff": 164,
"competitor":
{
"id": "sr:competitor:3654",
"name": "New York Yankees",
"country": "USA",
"country_code": "USA",
"abbreviation": "NYY",
"gender": "male"
},
"current_outcome": "Playoffs",
"games_behind": 3,
"winning_percentage": 0.58,
"win_home": 50,
"loss_home": 31,
"win_away": 44,
"loss_away": 37,
"win_last_ten": 9,
"loss_last_ten": 1
},
{
"rank": 4,
"played": 162,
"win": 94,
"loss": 68,
"draw": 0,
"runs_for": 798,
"runs_against": 721,
"runs_diff": 77,
"competitor":
{
"id": "sr:competitor:3642",
"name": "Toronto Blue Jays",
"country": "USA",
"country_code": "USA",
"abbreviation": "TOR",
"gender": "male"
},
"current_outcome": "Playoffs",
"games_behind": 3,
"winning_percentage": 0.58,
"win_home": 54,
"loss_home": 27,
"win_away": 40,
"loss_away": 41,
"win_last_ten": 5,
"loss_last_ten": 5
},
{
"rank": 5,
"played": 162,
"win": 93,
"loss": 69,
"draw": 0,
"runs_for": 825,
"runs_against": 683,
"runs_diff": 142,
"competitor":
{
"id": "sr:competitor:3638",
"name": "Los Angeles Dodgers",
"country": "USA",
"country_code": "USA",
"abbreviation": "LAD",
"gender": "male"
},
"current_outcome": "Playoffs",
"games_behind": 4,
"winning_percentage": 0.574,
"win_home": 52,
"loss_home": 29,
"win_away": 41,
"loss_away": 40,
"win_last_ten": 8,
"loss_last_ten": 2
},