Athletics Scorecard

Last Updated:
Athletics logo
HoleWinsLossesScore-12
13942+6(E)
106318-12(-2)
Avg5130+26

Analysis

I can help you with that.

Here is the data in a JSON format:

{
    "games": [
        {
            "date": "September 1, 2010",
            "homeTeam": "New York Yankees",
            "awayTeam": "Oakland Athletics"
        },
        {
            "date": "September 2, 2010",
            "homeTeam": "New York Yankees",
            "awayTeam": "Oakland Athletics"
        },
        ...
    ]
}

However, if you want to process the data in a specific format like CSV or TSV, I can help with that too.

Here is the data in a CSV format:

date,homeTeam,awayTeam
September 1, 2010,Oakland Athletics,New York Yankees
September 2, 2010,Oakland Athletics,New York Yankees
...

Let me know which one you need! Updated: July 18, 2025 at 5:30 AM