Skip to content

Instantly share code, notes, and snippets.

@Able1991
Last active June 22, 2021 15:55
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 Able1991/0d0ff2c5bf793ed7e8d9c4f1014251ff to your computer and use it in GitHub Desktop.
Save Able1991/0d0ff2c5bf793ed7e8d9c4f1014251ff to your computer and use it in GitHub Desktop.
feed.json
{
"id": 18,
"name": "New Yorkers vs Berliners",
"status": "Finished",
"date": "2017-06-02",
"time": "21:45",
"scoreHome": 3,
"scoreAway": 4,
"teamAway": {
"id": 15,
"name": "Berliners"
},
"teamHome": {
"id": 14,
"name": "New Yorkers"
},
"squadsHome": [
{
"id": "5",
"team_id": "14",
"match_id": "18",
"squad_type": "Starting",
"player_title": "Peter Johnson",
"player_id": "6"
},
{
"id": "6",
"team_id": "14",
"match_id": "18",
"squad_type": "Starting",
"player_title": "John Dow",
"player_id": "7"
}
],
"squadsAway": [
{
"id": "7",
"team_id": "15",
"match_id": "18",
"squad_type": "Starting",
"player_title": "Ron Lacky",
"player_id": "8"
},
{
"id": "8",
"team_id": "15",
"match_id": "18",
"squad_type": "Starting",
"player_title": "Van Rader",
"player_id": "9"
}
],
"events": [
{
"id": "19",
"match_id": "18",
"type": "GOAL",
"minutes": "15",
"player_title": "Ron Lacky",
"player_id": "8"
},
{
"id": "20",
"match_id": "18",
"type": "FOUL",
"minutes": "15",
"player_title": "Van Rader",
"player_id": "9"
},
{
"id": "21",
"match_id": "18",
"type": "GOAL",
"minutes": "22",
"player_title": "Peter Johnson",
"player_id": "6"
},
{
"id": "22",
"match_id": "18",
"type": "GOAL",
"minutes": "53",
"player_title": "John Dow",
"player_id": "7"
},
{
"id": "23",
"match_id": "18",
"type": "GOAL",
"minutes": "75",
"player_title": "Van Rader",
"player_id": "9"
},
{
"id": "24",
"match_id": "18",
"type": "GOAL",
"minutes": "90",
"player_title": "John Dow",
"player_id": "7"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment