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

MLB 24 API Documentation

Game History API

GET /apis/game_history.json?username=USERNAME&platform=PLATFORM&mode=MODE

  • Returns game history for specific user.
Parameters:
  • Page - integer greater than 0
  • Username
  • Platform - psn | xbl | mlbts | nsw
  • Mode - all | arena (Diamond Dynasty) | exhibition

Examples:

Sample Request:

GET /apis/game_history.json?page=1&username=mlb_jsuth3&platform=psn&mode=arena

Sample Response:


      {
        "page": 1,
        "per_page": 25,
        "total_pages": 1,
        "game_history": [
          {
            "id": "11171",
            "game_mode": "ARENA",
            "home_full_name": "Curve",
            "away_full_name": "All-Stars",
            "home_display_result": "L",
            "away_display_result": "W",
            "home_runs": "0",
            "away_runs": "0",
            "home_hits": "0",
            "away_hits": "0",
            "home_errors": "0",
            "away_errors": "0",
            "display_pitcher_info": "W: Andrew Heaney (2-0, 9.95), L: Babe Ruth (2-1, 3.29)",
            "home_name": "jsuthmlb2 ^b53^",
            "away_name": "mlb_jsuth3 ^b53^",
            "display_date": "03/21/2024 00:47:23"
          }
        ]
      }