MLB Players of the Week

Attributes

Top-Level Fields

FieldTypeDescription
Weekinteger
Seasoninteger
Playersarray

Players Object

FieldTypeDescription
Categorystring
FirstNamestring
LastNamestring
Positionstring
Teamstring
Linkstring
Idinteger

Example Response

{
  "Week": 7,
  "Season": 2026,
  "Players": [
    {
      "Category": "Hitter of the Week",
      "FirstName": "Shohei",
      "LastName": "Ohtani",
      "Position": "DH",
      "Team": "LAD",
      "Link": "https://www.rotowire.com/baseball/player/shohei-ohtani-601",
      "Id": 601
    },
    {
      "Category": "Pitcher of the Week",
      "FirstName": "Zack",
      "LastName": "Wheeler",
      "Position": "P",
      "Team": "PHI",
      "Link": "https://www.rotowire.com/baseball/player/zack-wheeler-396",
      "Id": 396
    }
  ]
}
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