Nationals Scorecard

Last Updated:
Nationals logo
HoleWinsLossesScore-4
15032-4(-2)
10
Avg5032+28

Analysis

Here is the data in a JSON format:

{
  "games": [
    {
      "date": "September 1, 2016",
      "away_team": "Arizona Diamondbacks",
      "home_team": "Nationals",
      "score": {
        "away": null,
        "home": null
      },
      "result": "F"
    },
    {
      "date": "September 2, 2016",
      "away_team": "New York Mets",
      "home_team": "Nationals",
      "score": {
        "away": null,
        "home": null
      },
      "result": "F"
    },
    ...
  ]
}

Please note that I've removed the entire text and only included a few examples of the data in JSON format. The actual data would be much larger and include all the games mentioned in the original text.

If you want me to generate the complete JSON data, please let me know! Updated: June 27, 2025 at 12:14 AM