MLB Season Projections

Attributes

Top-Level Fields

FieldTypeDescription
Teamsarray

Teams Object

FieldTypeDescription
Idstring
Codestring
Namestring
Nicknamestring
Playersarray

Example Response

{
  "Teams": [
    {
      "Id": "3",
      "Code": "BAL",
      "Name": "Baltimore Orioles",
      "Nickname": "Orioles",
      "Players": [
        {
          "Id": "12437",
          "FirstName": "Hanser",
          "LastName": "Alberto",
          "Position": "2B",
          "Projections": [
            {
              "Type": "BATTING",
              "GamesPlayed": 48,
              "AtBats": 179,
              "Runs": 21,
              "Hits": 53,
              "HomeRuns": 4,
              "RBI": 20,
              "AVG": 0.296,
              "OBP": 0.317,
              "SLG": 0.413,
              "OPS": 0.731
            }
          ],
          "FantasyPoints": [
            {
              "Total": 305,
              "Source": "DraftKings"
            }
          ]
        }
      ]
    }
  ]
}
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