Skip to content

Instantly share code, notes, and snippets.

@EthanGould
Last active May 26, 2023 14:10
Show Gist options
  • Save EthanGould/98474c692ce53dc8cf18dacdea4a4294 to your computer and use it in GitHub Desktop.
Save EthanGould/98474c692ce53dc8cf18dacdea4a4294 to your computer and use it in GitHub Desktop.
All Games JSON
{
"sports": {
"nhl": {
"status": "In-Progress",
"homeScore": "12",
"segment_number": "5",
"status_id": "4",
"seconds": "10",
"awayScore": "3",
"homeTeam": "was",
"active_state": "false",
"period": "2",
"awayTeam_name": "Bruins",
"awayTeam": "bos",
"gc": "2012012423",
"sTime": "7:00 p.m.",
"awayPos": false,
"homePos": false,
"minutes": "0",
"homeTeam_name": "Capitals"
},
"nfl": {
"status": "In-Progress",
"homeScore": "23",
"yards_from_goal": "80",
"status_id": "4",
"seconds": "0",
"awayScore": "20",
"homeTeam": "ne",
"active_state": "false",
"team_possession_id": "",
"awayTeam_name": "Ravens",
"awayTeam": "bal",
"segment_number": "4",
"gc": "20120122017",
"sTime": "3:00 p.m.",
"awayPos": false,
"homePos": false,
"quarter": "5",
"minutes": "0",
"homeTeam_name": "Patriots",
"down": "1",
"distance": "10"
},
"nba": {
"status": "Final",
"homeScore": "107",
"segment_number": "4",
"status_id": "4",
"seconds": "00",
"awayScore": "56",
"homeTeam": "bos",
"active_state": "false",
"lastPlay": "End of the Game",
"awayTeam_name": "Hawks",
"awayTeam": "atl",
"gc": "2012012302",
"sTime": "7:30 p.m.",
"awayPos": false,
"homePos": false,
"quarter": "2",
"minutes": "0",
"homeTeam_name": "Celtics"
},
"mlb":{
"homeTeam":"bos",
"awayTeam":"sea",
"homeTeam_name":"Red Sox",
"awayTeam_name":"Mariners",
"homeScore":"0",
"awayScore":"0",
"awayPos":"false",
"homePos":"false",
"firstb":"0",
"secondb":"0",
"thirdb":"0",
"gc":"310824105",
"sTime":"12:05 a.m.",
"status":"In-Progress",
"status_id":"2",
"reason":"",
"inning":"Top of 12",
"balls":"0",
"strikes":"0",
"outs":"0",
"segment_number":"0",
"segment_division":"",
"active_state":"true",
"active_state_id":"1"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment