Release Log
Coverage MatrixDocumentationChange LogLog InContact Us
Release Log

MLB API - Playoff Seed Number

We have added playoff seed numbers for teams in relevant Schedule and Series endpoints. You may now easily track a team's seed during a game or series.


☑️ Sample Request:

Series Schedule - https://api.sportradar.com/mlb/trial/v8/en/series/2024/PST/schedule.json?api_key=[API_KEY]


🔢 Version


🔁 Endpoints Affected

Daily Schedule, League Schedule, Series Schedule, Series Statistics, Series Summary


⚙️ Return Samples

{
  "id": "0b022fc1-8155-4f63-b608-513059e4c200",
  "status": "closed",
  "coverage": "full",
  "game_number": 1,
  "day_night": "D",
  "scheduled": "2024-10-09T19:08:00+00:00",
  "home_team": "575c19b7-4052-41c2-9f0a-1c5813d02f99",
  "away_team": "80715d0d-0d2a-450f-a970-1b9a3b18c7e7",
  "ps_round": "ALDS",
  "ps_game": "3",
  "attendance": 44885,
  "duration": "2:43",
  "double_header": false,
  "entry_mode": "STOMP",
  "reference": "775328",
  "venue": {
    "name": "Comerica Park",
    "market": "Detroit",
    "capacity": 41083,
    "surface": "grass",
    "address": "2100 Woodward Avenue",
    "city": "Detroit",
    "state": "MI",
    "zip": "48226",
    "country": "USA",
    "id": "ef9a5eef-06c6-4963-ac70-7fd02c8c8d42",
    "field_orientation": "SE",
    "stadium_type": "outdoor",
    "time_zone": "US/Eastern",
    "location": {
      "lat": "42.3391886",
      "lng": "-83.04947829999999"
    }
  },
  "broadcasts": [
    {
      "network": "TBS",
      "type": "TV",
      "locale": "National",
      "channel": "247"
    },
    {
      "network": "Max",
      "type": "Internet",
      "locale": "National"
    },
    {
      "network": "truTV",
      "type": "TV",
      "locale": "National",
      "channel": "246"
    }
  ],
  "home": {
    "name": "Tigers",
    "market": "Detroit",
    "abbr": "DET",
    "id": "575c19b7-4052-41c2-9f0a-1c5813d02f99",
    "seed": 6
  },
  "away": {
    "name": "Guardians",
    "market": "Cleveland",
    "abbr": "CLE",
    "id": "80715d0d-0d2a-450f-a970-1b9a3b18c7e7",
    "seed": 2
  }
},
<series title="World Series - NYY vs LAD" start_date="2024-10-25" id="2a147b27-e530-4f65-8277-162f221a7724" round="WS" best_of="7" status="closed" parent_id="b6196892-571c-44a6-a5cd-5ff6aaadf973">
  <participant name="Dodgers" record="4">
    <team name="Dodgers" market="Los Angeles" abbr="LAD" id="ef64da7f-cfaf-4300-87b0-9313386b977c" seed="1"/>
  </participant>
  <participant name="Yankees" record="1">
    <team name="Yankees" market="New York" abbr="NYY" id="a09ec676-f887-43dc-bbb3-cf4bbaee9a18" seed="1"/>
  </participant>