Dodgers Scorecard

Last Updated:
Dodgers logo
HoleWinsLossesScore+2
14140+4(+1)
104734+2(-3)
Avg4437+33

Analysis

Here is the output of the code:

{
    "dates": [
        {
            "date": "2010-03-27",
            "home_team": "Arizona Diamondbacks",
            "away_team": "San Diego Padres",
            "score": {
                "away_team": 3,
                "home_team": 1
            },
            "outcome": "win"
        },
        {
            "date": "2010-03-28",
            "home_team": "Arizona Diamondbacks",
            "away_team": "San Francisco Giants",
            "score": {
                "away_team": 2,
                "home_team": 1
            },
            "outcome": "win"
        },
        ...
    ]
}

This is a Python dictionary representing the dates of MLB games played by the Arizona Diamondbacks, including their home team scores and outcomes. Updated: July 18, 2025 at 4:00 AM