Skip to content

Instantly share code, notes, and snippets.

@AkihikoITOH
Created March 7, 2014 13:53
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/9411884 to your computer and use it in GitHub Desktop.
Save AkihikoITOH/9411884 to your computer and use it in GitHub Desktop.
{
"game_id": "yyyymmddnn",
"records": {
"game_id": "mlbyyyymmddnn",
"records": [
{
"record_id": iippbb(ii:回,pp(表:01, 裏(02)), bb(打順)),
"situation": {
"inning": 回,
"top_buttom": 裏表,
"bat": 打順,
"attacking_team": 攻撃側チーム名,
"defending_team": 守備側チーム名,
"current_score": スコア,
"ball_count": ボールカウント,
"strike_count": ストライクカウント,
"out_count": アウトカウント,
"1st_runner": 一塁ランナー名,
"2nd_runner": 二塁ランナー名,
"3rd_runner": 三塁ランナー名
},
"attacking_members": {
"players": [
{
"order": 打順,
"position": 守備位置,
"name": 選手名
}
]
},
"defending_members": {
"players": [
{
"order": 打順,
"position": 守備位置,
"name": 選手名
}
]
},
"pitcher": {
"name": 投手名,
"ERA": 防御率,
"balls_pitched": 投球数,
"K": 奪三振数,
"hits_allowed": 被安打数,
"runs_allowed": 被出塁数
},
"batter": {
"name": 打者名
},
"result": {
"bat_result": {
"bat_result": "見逃し三振"
},
"pitch_result": {
"balls": [
{
"course": 投球コース,
"judgement": 結果
}
]
}
}
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment