get
https://api.rotowire.com/Baseball/MLB/BattingOrders.php
Returns MLB batting orders for all teams. Data reflects the most recently confirmed batting order for each club.
Attributes
Fields
| Field | Type | Description |
|---|---|---|
Id | integer | |
Code | string | |
Name | string | |
Nickname | string | |
Lineups | array |
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"
}
}
]
}
]
}
]
}
]