Skip to content

Instantly share code, notes, and snippets.

@AkihikoITOH
Created March 7, 2014 13:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AkihikoITOH/9411816 to your computer and use it in GitHub Desktop.
Save AkihikoITOH/9411816 to your computer and use it in GitHub Desktop.
{
"games": [
{
"year":年
"month": 月,
"day": 日,
"number": 同日の試合を区別するための番号,
"game_id": "mlbyyyymmddnn",
"home_team": {
"final_score": ホームチームの最終スコア,
"name": ホームチーム名
},
"stadium": 開催地,
"visitor_team": {
"final_score": ビジターチームの最終スコア,
"name": ビジターチーム名
}
}
],
"season_id": "mlb2013"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment