MLB Batting Orders

Returns MLB batting orders for all teams. Data reflects the most recently confirmed batting order for each club.

Attributes

Fields

FieldTypeDescription
Idinteger
Codestring
Namestring
Nicknamestring
Lineupsarray

Example Response

[
  {
    "Id": 2,
    "Code": "ATL",
    "Name": "Atlanta Braves",
    "Nickname": "Braves",
    "Lineups": [
      {
        "GameType": "NORMAL",
        "BattingOrders": [
          {
            "OpposingPitcherHandedness": "L",
            "BattingSpots": [
              {
                "Position": 1,
                "Player": {
                  "Id": 12713,
                  "FirstName": "Ender",
                  "LastName": "Inciarte",
                  "Position": "OF",
                  "Link": "https://www.rotowire.com/baseball/player.htm?id=12713"
                }
              }
            ]
          }
        ]
      }
    ]
  }
]
Query Params
string
enum
required
Defaults to json

Response format. Always json.

Allowed:
Response

Language
Credentials
Query
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json