You must have Javascript enabled to view this content.
Fetching new items...
Hi, Guest! (PSN|XBL)

MLB 21 API Documentation

Roster Update API

GET /apis/roster_update.json

  • Returns roster update data.

Parameters:

  • Name: id

    Value: integer

Examples:

Sample Request:

GET /apis/roster_update.json?id=1

Sample Response:

{
  "attribute_changes":
    [...],
  "position_changes":
    [...],
  "newly_added":
    [...]
}