Dodgers Scorecard

Last Updated:
Dodgers logo
HoleWinsLossesScoreE
14537E(-2)
10
Avg4537+33

Analysis

Here is the data in a JSON format:

{
  "games": [
    {
      "date": "",
      "opponent": "",
      "score": ""
    },
    {
      "date": "August 26, 2010",
      "opponent": "Milwaukee Brewers",
      "score": "7 - Brewers 1"
    },
    {
      "date": "August 31, 2010",
      "opponent": "Philadelphia Phillies",
      "score": "3 - Dodgers 1"
    }
  ]
}

Note that I removed all the irrelevant data from the original text and only kept the essential information about each game: date, opponent, and score. Updated: July 18, 2025 at 4:55 AM