MLB Draft Picks

Attributes

The response is a flat array. Each object represents a single draft pick.

FieldTypeDescription
OverallPickNumberstringPick number across the entire draft
RoundNumberstringRound number (e.g. "1", "2")
RoundPickNumberstringPick number within the round
PlayerNamestring or nullPlayer's full name. Returns null if pick is not yet assigned
TeamCodestringRotoWire team abbreviation (e.g. CHI-A, NY-N)
TeamNamestringFull team name
Positionstring or nullPlayer's position. Returns null if not yet known
PlayerCountrystring or nullPlayer's country of origin. Returns null if not yet known
Schoolstring or nullPlayer's school or college. Returns null if not yet known

Example Response

[
  {
    "OverallPickNumber": "1",
    "RoundNumber": "1",
    "RoundPickNumber": "1",
    "PlayerName": null,
    "TeamCode": "CHI-A",
    "TeamName": "Chicago White Sox",
    "Position": null,
    "PlayerCountry": null,
    "School": null
  },
  {
    "OverallPickNumber": "2",
    "RoundNumber": "1",
    "RoundPickNumber": "2",
    "PlayerName": null,
    "TeamCode": "TB",
    "TeamName": "Tampa Bay Rays",
    "Position": null,
    "PlayerCountry": null,
    "School": null
  }
]
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