MLB Projected Lineups

Returns projected MLB starting lineups before official confirmation. Includes Expected and Confirmed lineup status as data becomes available.

Query Parameters

ParameterTypeRequiredDescription
datestringNoDate to retrieve lineups for. Format YYYY-MM-DD. Defaults to current date.

Attributes

Top-Level Fields

FieldTypeDescription
Datestring
Gamesarray

Games Object

FieldTypeDescription
DateTimestring
Teamsarray

Example Response

{
  "Date": "2017-08-23",
  "Games": [
    {
      "DateTime": "2017-08-23T19:10:00-04:00",
      "Teams": [
        {
          "Id": 10,
          "Code": "DET",
          "IsHome": 1,
          "Players": [
            {
              "Id": 8389,
              "FirstName": "Ian",
              "LastName": "Kinsler",
              "Position": "2B",
              "BattingSpot": 1,
              "Link": "https://www.rotowire.com/baseball/player.htm?id=8389"
            }
          ]
        }
      ]
    }
  ]
}
Query Params
date

Date to retrieve lineups for. Format YYYY-MM-DD. Defaults to current date.

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