-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
League eSports sports data #108
Comments
{
"data": {
"schedule": {
"updated": "2019-02-28T07:44:48.576Z",
"events": [
{
"startTime": "2019-02-28T08:00:00Z",
"state": "inProgress",
"blockName": "Week 6",
"league": {
"name": "LCK"
},
"match": {
"id": "101388913431558969",
"teams": [
{
"name": "SANDBOX Gaming",
"code": "SB",
"image": "https://lolstatic-a.akamaihd.net/esports-assets/production/team/team-battlecomics-150mx44g.png",
"result": {
"outcome": null,
"gameWins": 0
},
"record": {
"wins": 7,
"losses": 3
}
},
{
"name": "Afreeca Freecs",
"code": "AF",
"image": "https://lolstatic-a.akamaihd.net/esports-assets/production/team/afreeca-freecs-2a8dak1f.png",
"result": {
"outcome": null,
"gameWins": 0
},
"record": {
"wins": 3,
"losses": 7
}
}
],
"strategy": {
"type": "bestOf",
"count": 3
}
}
}
]
}
}
} |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fetch API Key from:
Prettified: http://cdn.paste.click/I936jchwVk4I1JXMhVa8HA
With the
prod
key, get live games:The text was updated successfully, but these errors were encountered: