Last active
May 11, 2023 14:04
-
-
Save Moxnatiy/977892db0c73c5e850a68bb2d0bd4f8e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"games": [ | |
{ | |
"name": "Bascketball", | |
"sfIcon": "baseball", | |
"matches": [ | |
{ | |
"id": 0, | |
"date": 1683737427, | |
"team1Score": 112, | |
"team2Score": 85, | |
"matchDescription": "Final", | |
"timeDescription": "2 OT", | |
"team1": { | |
"id": 0, | |
"name": "New York Knicks", | |
"logoURL": "https://upload.wikimedia.org/wikipedia/ru/thumb/8/80/NewYorkKnicks.png/500px-NewYorkKnicks.png" | |
}, | |
"team2": { | |
"id": 1, | |
"name": "Milwaukee Bucks", | |
"logoURL": "https://upload.wikimedia.org/wikipedia/ru/9/9a/Milwaukee_Bucks_logo15.png" | |
} | |
}, | |
{ | |
"id": 1, | |
"date": 1683716583, | |
"team1Score": 102, | |
"team2Score": 98, | |
"matchDescription": "Final", | |
"timeDescription": "Full Time", | |
"team1": { | |
"id": 0, | |
"name": "New York Knicks", | |
"logoURL": "https://upload.wikimedia.org/wikipedia/ru/thumb/8/80/NewYorkKnicks.png/500px-NewYorkKnicks.png" | |
}, | |
"team2": { | |
"id": 1, | |
"name": "Milwaukee Bucks", | |
"logoURL": "https://upload.wikimedia.org/wikipedia/ru/9/9a/Milwaukee_Bucks_logo15.png" | |
} | |
} | |
] | |
}, | |
{ | |
"name": "Soccer", | |
"sfIcon": "soccerball", | |
"matches": [ | |
{ | |
"id": 2, | |
"date": 1683737427, | |
"team1Score": 6, | |
"team2Score": 1, | |
"matchDescription": "Final", | |
"timeDescription": "Full Time", | |
"team1": { | |
"id": 2, | |
"name": "Portugal", | |
"logoURL": "https://pic.sport.ua/images/teams/logo_179.png" | |
}, | |
"team2": { | |
"id": 3, | |
"name": "Switzerland", | |
"logoURL": "https://pic.sport.ua/images/teams/logo_177.png" | |
} | |
}, | |
{ | |
"id": 3, | |
"date": 1683630183, | |
"team1Score": 1, | |
"team2Score": 2, | |
"matchDescription": "Final", | |
"timeDescription": "Full Time", | |
"team1": { | |
"id": 4, | |
"name": "England", | |
"logoURL": "https://pic.sport.ua/images/teams/logo_197.png" | |
}, | |
"team2": { | |
"id": 5, | |
"name": "France", | |
"logoURL": "https://pic.sport.ua/images/teams/logo_180.png" | |
} | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment