Fixtures API
Fixtures API provides access to the post-match information of any supported fixture or match.
This API supports one endpoint currently. It sends a JSON formatted response in our Universal Data Format.
It takes a Fixture URN and two optional parameters - match number and quality. It'll return a response with post-match data from available sources: official and/or unofficial. If given a match number, it'll only return the data from the given match.
You may use quality parameter to get unofficial post-match information in some cases (depending on coverage)
HTTP GET api.hudstats.com/fixtures?urn=<fixture-urn>[&match-number=<int>&quality=<official|unofficial>]
curl -X GET -H "Content-Type: application/json" -H
"Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJ1c2VyIjoidXNlciIsImV4cCI6MTYwMjE2MzY4M30.ydn5qW6_PxPeTtWdXmCDGEpYqksvlD7e5m1wLK7WbL4"
https://api.hudstats.com/fixtures?urn=esports:match:6a9b23c9-59e4-4e1c-aed3-9fbf1e7c799d&match-number=1&quality=official
{
"dataQuality":"official",
"matches":{
"1":{
"teams":{
"home":{
"id":"live:lol:riot:team:98767991921462763",
"name":"Dire Wolves",
"lineup":[
"live:lol:riot:player:7f3759e4-8431-3d49-a627-dd65577891fa",
"live:lol:riot:player:0d422093-bd45-3fbc-b35b-b171040aa229",
"live:lol:riot:player:70eaa28d-50c0-3556-8baf-a90984ea3793",
"live:lol:riot:player:1e48762f-fe1f-3a80-bfdd-9b15857348a7",
"live:lol:riot:player:8d910366-be39-35b6-85cc-3166f4f1f9af"
],
"logo":"https://hudstats-logos.s3.amazonaws.com/esports/logos/4e187a5f53b58cba71abc72acd7b274dee6837233e04ae35ea42f415cc2aed2d/logo-medium.png",
"fulltimeStatistics":{
"totalMapsPlayed":34,
"lolAverageDeaths":12.941176470588236,
"lolKdaRatio":4.56612351361443,
"lolTotalHeraldKills":32,
"lolKillDeathRatio":1.4495520872228287,
"lolAverageTowerKills":5.352941176470588,
"lolFirstDragon":9,
"lolTotalKills":467,
"lolFirstHerald":18,
"lolAssistsKillRatio":2.0176438724293426,
"matchesWon":15,
"totalMatchesPlayed":24,
"lolFirstTower":15,
"lolAverageGold":52291.23529411765,
"lolFirstBaron":14,
"matchesLost":9,
"lolAverageDragonKills":2.1176470588235294,
"lolAverageBaronKills":0.6176470588235294,
"lolFirstBlood":12,
"lolTotalGoldFarmed":1777902,
"teamForm":[
false,
true,
false,
false,
true
],
"h2h":[
false,
true,
true,
false,
false
],
"matchWinRatio":0.625,
"lolTotalTowerKills":182,
"lolTotalDeaths":440,
"lolTotalAssists":1011,
"lolAverageHeraldKills":0.9411764705882353,
"lolAverageKills":13.735294117647058,
"lolTotalDragonKills":72,
"lolTotalBaronKills":21
}
},
"away":{
"id":"live:lol:riot:team:99566406338282437",
"name":"ORDER",
"lineup":[
"live:lol:riot:player:48d56083-a17d-3f26-ae37-cb14763e22b9",
"live:lol:riot:player:2bebaebf-fb70-3d70-a028-7045168aa952",
"live:lol:riot:player:c5c4275d-a878-362a-afe6-e6a660a33fad",
"live:lol:riot:player:558e7a54-740e-3676-af45-7f57f3efc2f0",
"live:lol:riot:player:7b966cd4-bc10-30a7-8282-7968225b0ce8"
],
"logo":"https://hudstats-logos.s3.amazonaws.com/esports/logos/8bf52b770b9a692b1d2a0396c3cf0744d07f6f0c0694d8c31f76c88e28bb115d/logo-medium.png",
"fulltimeStatistics":{
"totalMapsPlayed":35,
"lolAverageDeaths":12.428571428571429,
"lolKdaRatio":6.528148106166294,
"lolTotalHeraldKills":32,
"lolKillDeathRatio":1.9992141723632812,
"lolAverageTowerKills":5.6571428571428575,
"lolFirstDragon":19,
"lolTotalKills":446,
"lolFirstHerald":12,
"lolAssistsKillRatio":2.152613612583705,
"matchesWon":14,
"totalMatchesPlayed":25,
"lolFirstTower":15,
"lolAverageGold":52629.142857142855,
"lolFirstBaron":16,
"matchesLost":11,
"lolAverageDragonKills":2.2285714285714286,
"lolAverageBaronKills":0.5428571428571428,
"lolFirstBlood":19,
"lolTotalGoldFarmed":1842020,
"teamForm":[
true,
false,
false,
true,
true
],
"h2h":[
true,
false,
false,
true,
true
],
"matchWinRatio":0.56,
"lolTotalTowerKills":198,
"lolTotalDeaths":435,
"lolTotalAssists":1026,
"lolAverageHeraldKills":0.9142857142857143,
"lolAverageKills":12.742857142857142,
"lolTotalDragonKills":78,
"lolTotalBaronKills":19
}
},
"players":{
"live:lol:riot:player:1e48762fFe1f3a80Bfdd9b15857348a7":{
"id":"live:lol:riot:player:1e48762f-fe1f-3a80-bfdd-9b15857348a7",
"name":"DW Frosts",
"team":"home"
},
"live:lol:riot:player:7f3759e484313d49A627Dd65577891fa":{
"id":"live:lol:riot:player:7f3759e4-8431-3d49-a627-dd65577891fa",
"name":"DW zorenous",
"team":"home"
},
"live:lol:riot:player:8d910366Be3935b685cc3166f4f1f9af":{
"id":"live:lol:riot:player:8d910366-be39-35b6-85cc-3166f4f1f9af",
"name":"DW Bulldawg",
"team":"home"
},
"live:lol:riot:player:7b966cd4Bc1030a782827968225b0ce8":{
"id":"live:lol:riot:player:7b966cd4-bc10-30a7-8282-7968225b0ce8",
"name":"ORD Corporal",
"team":"away"
},
"live:lol:riot:player:558e7a54740e3676Af457f57f3efc2f0":{
"id":"live:lol:riot:player:558e7a54-740e-3676-af45-7f57f3efc2f0",
"name":"ORD Puma",
"team":"away"
},
"live:lol:riot:player:48d56083A17d3f26Ae37Cb14763e22b9":{
"id":"live:lol:riot:player:48d56083-a17d-3f26-ae37-cb14763e22b9",
"name":"ORD BioPanther",
"team":"away"
},
"live:lol:riot:player:2bebaebfFb703d70A0287045168aa952":{
"id":"live:lol:riot:player:2bebaebf-fb70-3d70-a028-7045168aa952",
"name":"ORD Kevy",
"team":"away"
},
"live:lol:riot:player:70eaa28d50c035568bafA90984ea3793":{
"id":"live:lol:riot:player:70eaa28d-50c0-3556-8baf-a90984ea3793",
"name":"DW Kyose",
"team":"home"
},
"live:lol:riot:player:0d422093Bd453fbcB35bB171040aa229":{
"id":"live:lol:riot:player:0d422093-bd45-3fbc-b35b-b171040aa229",
"name":"DW Goodo",
"team":"home"
},
"live:lol:riot:player:c5c4275dA878362aAfe6E6a660a33fad":{
"id":"live:lol:riot:player:c5c4275d-a878-362a-afe6-e6a660a33fad",
"name":"ORD Kisee",
"team":"away"
}
}
},
"score":{
"home":{
"matchScore":6,
"fixtureScore":0,
"side":"red"
},
"winner":"away",
"tournament":"LCO",
"currentMatchNumber":1,
"matchEnded":true,
"maxMatches":1,
"away":{
"matchScore":16,
"fixtureScore":1,
"side":"blue"
},
"fixtureEnded":true,
"organizer":"riot"
},
"inGame":{
"time":1680862,
"players":[
{
"id":"live:lol:riot:player:48d56083-a17d-3f26-ae37-cb14763e22b9",
"team":null,
"position":{
"x":13479,
"y":13653
},
"sportSpecific":{
"championId":14,
"assists":10,
"name":"ORD BioPanther",
"deaths":0,
"alive":true,
"minionsKilled":203.0,
"respawnTimer":0.0,
"totalGold":10066,
"level":15,
"health":2143,
"side":"blue",
"championsKilled":1,
"championName":"Sion",
"stats":{
"fixturesPlayed":27,
"name":"ORD BioPanther",
"averageFixtureStats":{
"kills":2.2963,
"minionsKilled":265.66667,
"assists":7.14815,
"deaths":2.51852,
"gold":13257.44444,
"goldPerMinute":424.09491,
"kdaRatio":6.17654,
"killParticipation":0.377
},
"averageMatchStats":{
"kills":2.0,
"minionsKilled":231.3871,
"assists":6.22581,
"deaths":2.19355,
"gold":11546.80645,
"goldPerMinute":369.37299,
"kdaRatio":5.37957,
"killParticipation":0.32836
},
"playerUrn":"live:lol:riot:player:9a1c1ab4-19c6-341e-9cc0-a201a418cded",
"matchesPlayed":31
},
"maxHealth":3492,
"participantId":1
}
},
{
"id":"live:lol:riot:player:2bebaebf-fb70-3d70-a028-7045168aa952",
"team":null,
"position":{
"x":13245,
"y":13624
},
"sportSpecific":{
"championId":59,
"assists":12,
"name":"ORD Kevy",
"deaths":2,
"alive":true,
"minionsKilled":34.0,
"respawnTimer":0.0,
"totalGold":10701,
"level":13,
"health":1480,
"side":"blue",
"championsKilled":4,
"championName":"Jarvan IV",
"stats":{
"fixturesPlayed":24,
"name":"ORD Kevy",
"averageFixtureStats":{
"kills":4.70833,
"minionsKilled":40.29167,
"assists":7.83333,
"deaths":3.875,
"gold":14302.58333,
"goldPerMinute":452.70988,
"kdaRatio":6.80139,
"killParticipation":0.46832
},
"averageMatchStats":{
"kills":3.76667,
"minionsKilled":32.23333,
"assists":6.26667,
"deaths":3.1,
"gold":11442.06667,
"goldPerMinute":362.16791,
"kdaRatio":5.44111,
"killParticipation":0.37465
},
"playerUrn":"live:lol:riot:player:2bebaebf-fb70-3d70-a028-7045168aa952",
"matchesPlayed":30
},
"maxHealth":2505,
"participantId":2
}
},
{
"id":"live:lol:riot:player:c5c4275d-a878-362a-afe6-e6a660a33fad",
"team":null,
"position":{
"x":13836,
"y":13219
},
"sportSpecific":{
"championId":13,
"assists":13,
"name":"ORD Kisee",
"deaths":0,
"alive":true,
"minionsKilled":247.0,
"respawnTimer":0.0,
"totalGold":13901,
"level":17,
"health":2382,
"side":"blue",
"championsKilled":3,
"championName":"Ryze",
"stats":{
"fixturesPlayed":22,
"name":"ORD Kisee",
"averageFixtureStats":{
"kills":4.68182,
"minionsKilled":253.81818,
"assists":5.18182,
"deaths":3.77273,
"gold":13228.68182,
"goldPerMinute":438.04324,
"kdaRatio":4.31093,
"killParticipation":0.34333
},
"averageMatchStats":{
"kills":4.29167,
"minionsKilled":232.66667,
"assists":4.75,
"deaths":3.45833,
"gold":12126.29167,
"goldPerMinute":401.53964,
"kdaRatio":3.95169,
"killParticipation":0.31471
},
"playerUrn":"live:lol:riot:player:91feece1-9727-3899-94b2-865f22e2b302",
"matchesPlayed":24
},
"maxHealth":3038,
"participantId":3
}
},
{
"id":"live:lol:riot:player:558e7a54-740e-3676-af45-7f57f3efc2f0",
"team":null,
"position":{
"x":12914,
"y":13437
},
"sportSpecific":{
"championId":523,
"assists":3,
"name":"ORD Puma",
"deaths":1,
"alive":true,
"minionsKilled":256.0,
"respawnTimer":0.0,
"totalGold":13857,
"level":15,
"health":1697,
"side":"blue",
"championsKilled":8,
"championName":"Aphelios",
"stats":{
"fixturesPlayed":24,
"name":"ORD Puma",
"averageFixtureStats":{
"kills":5.25,
"minionsKilled":345.75,
"assists":6.58333,
"deaths":2.45833,
"gold":16983.70833,
"goldPerMinute":535.96878,
"kdaRatio":7.66667,
"killParticipation":0.43209
},
"averageMatchStats":{
"kills":4.2,
"minionsKilled":276.6,
"assists":5.26667,
"deaths":1.96667,
"gold":13586.96667,
"goldPerMinute":428.77503,
"kdaRatio":6.13333,
"killParticipation":0.34567
},
"playerUrn":"live:lol:riot:player:558e7a54-740e-3676-af45-7f57f3efc2f0",
"matchesPlayed":30
},
"maxHealth":1697,
"participantId":4
}
},
{
"id":"live:lol:riot:player:7b966cd4-bc10-30a7-8282-7968225b0ce8",
"team":null,
"position":{
"x":13951,
"y":13582
},
"sportSpecific":{
"championId":412,
"assists":13,
"name":"ORD Corporal",
"deaths":4,
"alive":false,
"minionsKilled":25.0,
"respawnTimer":32.74771499633789,
"totalGold":6728,
"level":11,
"health":0,
"side":"blue",
"championsKilled":0,
"championName":"Thresh",
"stats":{
"fixturesPlayed":5,
"name":"ORD Corporal",
"averageFixtureStats":{
"kills":0.6,
"minionsKilled":35.2,
"assists":6.8,
"deaths":3.0,
"gold":6477.0,
"goldPerMinute":235.21736,
"kdaRatio":3.64667,
"killParticipation":0.38428
},
"averageMatchStats":{
"kills":0.6,
"minionsKilled":35.2,
"assists":6.8,
"deaths":3.0,
"gold":6477.0,
"goldPerMinute":235.21736,
"kdaRatio":3.64667,
"killParticipation":0.38428
},
"playerUrn":"live:lol:riot:player:7b966cd4-bc10-30a7-8282-7968225b0ce8",
"matchesPlayed":5
},
"maxHealth":1957,
"participantId":5
}
},
{
"id":"live:lol:riot:player:7f3759e4-8431-3d49-a627-dd65577891fa",
"team":null,
"position":{
"x":9275,
"y":5796
},
"sportSpecific":{
"championId":67,
"assists":0,
"name":"DW zorenous",
"deaths":2,
"alive":false,
"minionsKilled":223.0,
"respawnTimer":2.428813934326172,
"totalGold":10101,
"level":14,
"health":0,
"side":"red",
"championsKilled":3,
"championName":"Vayne",
"stats":{
"fixturesPlayed":5,
"name":"DW zorenous",
"averageFixtureStats":{
"kills":1.6,
"minionsKilled":151.6,
"assists":4.8,
"deaths":2.0,
"gold":8224.0,
"goldPerMinute":285.879,
"kdaRatio":5.68,
"killParticipation":0.21112
},
"averageMatchStats":{
"kills":1.6,
"minionsKilled":151.6,
"assists":4.8,
"deaths":2.0,
"gold":8224.0,
"goldPerMinute":285.879,
"kdaRatio":5.68,
"killParticipation":0.21112
},
"playerUrn":"live:lol:riot:player:7f3759e4-8431-3d49-a627-dd65577891fa",
"matchesPlayed":5
},
"maxHealth":1886,
"participantId":6
}
},
{
"id":"live:lol:riot:player:0d422093-bd45-3fbc-b35b-b171040aa229",
"team":null,
"position":{
"x":14311,
"y":14508
},
"sportSpecific":{
"championId":887,
"assists":0,
"name":"DW Goodo",
"deaths":4,
"alive":true,
"minionsKilled":34.0,
"respawnTimer":0.0,
"totalGold":8948,
"level":13,
"health":1930,
"side":"red",
"championsKilled":2,
"championName":"Gwen",
"stats":{
"fixturesPlayed":22,
"name":"DW Goodo",
"averageFixtureStats":{
"kills":3.04545,
"minionsKilled":27.18182,
"assists":5.27273,
"deaths":2.77273,
"gold":9482.54545,
"goldPerMinute":311.58217,
"kdaRatio":4.70022,
"killParticipation":0.27038
},
"averageMatchStats":{
"kills":3.04545,
"minionsKilled":27.18182,
"assists":5.27273,
"deaths":2.77273,
"gold":9482.54545,
"goldPerMinute":311.58217,
"kdaRatio":4.70022,
"killParticipation":0.27038
},
"playerUrn":"live:lol:riot:player:d8432ad3-f8d8-3a80-b558-c82171c30da5",
"matchesPlayed":22
},
"maxHealth":1930,
"participantId":7
}
},
{
"id":"live:lol:riot:player:70eaa28d-50c0-3556-8baf-a90984ea3793",
"team":null,
"position":{
"x":14340,
"y":14391
},
"sportSpecific":{
"championId":16,
"assists":4,
"name":"DW Kyose",
"deaths":3,
"alive":true,
"minionsKilled":158.0,
"respawnTimer":0.0,
"totalGold":7571,
"level":13,
"health":1745,
"side":"red",
"championsKilled":0,
"championName":"Soraka",
"stats":{
"fixturesPlayed":21,
"name":"DW Kyose",
"averageFixtureStats":{
"kills":3.61905,
"minionsKilled":188.61905,
"assists":6.09524,
"deaths":2.71429,
"gold":11013.14286,
"goldPerMinute":351.56316,
"kdaRatio":5.51429,
"killParticipation":0.29355
},
"averageMatchStats":{
"kills":3.61905,
"minionsKilled":188.61905,
"assists":6.09524,
"deaths":2.71429,
"gold":11013.14286,
"goldPerMinute":351.56316,
"kdaRatio":5.51429,
"killParticipation":0.29355
},
"playerUrn":"live:lol:riot:player:99798464-b5f7-37ef-ae12-f5a77645f70d",
"matchesPlayed":21
},
"maxHealth":1745,
"participantId":8
}
},
{
"id":"live:lol:riot:player:1e48762f-fe1f-3a80-bfdd-9b15857348a7",
"team":null,
"position":{
"x":14202,
"y":13828
},
"sportSpecific":{
"championId":222,
"assists":5,
"name":"DW Frosts",
"deaths":4,
"alive":false,
"minionsKilled":192.0,
"respawnTimer":33.894962310791016,
"totalGold":8776,
"level":12,
"health":0,
"side":"red",
"championsKilled":0,
"championName":"Jinx",
"stats":{
"fixturesPlayed":22,
"name":"DW Frosts",
"averageFixtureStats":{
"kills":3.72727,
"minionsKilled":232.86364,
"assists":4.54545,
"deaths":2.72727,
"gold":12123.95455,
"goldPerMinute":400.73406,
"kdaRatio":4.07765,
"killParticipation":0.26743
},
"averageMatchStats":{
"kills":3.72727,
"minionsKilled":232.86364,
"assists":4.54545,
"deaths":2.72727,
"gold":12123.95455,
"goldPerMinute":400.73406,
"kdaRatio":4.07765,
"killParticipation":0.26743
},
"playerUrn":"live:lol:riot:player:13dfe74f-61a3-35ae-a42b-98edc063f687",
"matchesPlayed":22
},
"maxHealth":1456,
"participantId":9
}
},
{
"id":"live:lol:riot:player:8d910366-be39-35b6-85cc-3166f4f1f9af",
"team":null,
"position":{
"x":14328,
"y":14392
},
"sportSpecific":{
"championId":497,
"assists":4,
"name":"DW Bulldawg",
"deaths":3,
"alive":false,
"minionsKilled":25.0,
"respawnTimer":30.38681411743164,
"totalGold":6097,
"level":11,
"health":0,
"side":"red",
"championsKilled":1,
"championName":"Rakan",
"stats":{
"fixturesPlayed":5,
"name":"DW Bulldawg",
"averageFixtureStats":{
"kills":1.0,
"minionsKilled":19.0,
"assists":9.0,
"deaths":2.2,
"gold":5904.4,
"goldPerMinute":205.60762,
"kdaRatio":4.82,
"killParticipation":0.32432
},
"averageMatchStats":{
"kills":1.0,
"minionsKilled":19.0,
"assists":9.0,
"deaths":2.2,
"gold":5904.4,
"goldPerMinute":205.60762,
"kdaRatio":4.82,
"killParticipation":0.32432
},
"playerUrn":"live:lol:riot:player:8d910366-be39-35b6-85cc-3166f4f1f9af",
"matchesPlayed":5
},
"maxHealth":1735,
"participantId":10
}
}
],
"stats":{
"home":{
"teamId":200,
"logo":"https://hudstats-logos.s3.amazonaws.com/esports/logos/4e187a5f53b58cba71abc72acd7b274dee6837233e04ae35ea42f415cc2aed2d/logo-medium.png",
"riftHeraldKills":1,
"championsKills":6,
"totalGold":41493,
"baronKills":0,
"towerKills":1,
"expectedLineup":[
{
"name":"DW Kyose",
"urn":"live:lol:riot:player:70eaa28d-50c0-3556-8baf-a90984ea3793"
},
{
"name":"DW Frosts",
"urn":"live:lol:riot:player:1e48762f-fe1f-3a80-bfdd-9b15857348a7"
},
{
"name":"DW Goodo",
"urn":"live:lol:riot:player:0d422093-bd45-3fbc-b35b-b171040aa229"
},
{
"name":"DW Bulldawg",
"urn":"live:lol:riot:player:8d910366-be39-35b6-85cc-3166f4f1f9af"
},
{
"name":"DW zorenous",
"urn":"live:lol:riot:player:7f3759e4-8431-3d49-a627-dd65577891fa"
}
],
"elderDragonKills":0,
"dragonKills":1,
"stats":{
"totalMapsPlayed":32,
"lolAverageDeaths":13.09375,
"lolKdaRatio":4.795646667480469,
"lolTotalHeraldKills":30,
"lolKillDeathRatio":1.5221803188323975,
"lolAverageTowerKills":5.65625,
"lolFirstDragon":9,
"lolTotalKills":460,
"lolFirstHerald":16,
"lolAssistsKillRatio":2.013538360595703,
"matchesWon":15,
"totalMatchesPlayed":23,
"lolFirstTower":15,
"lolAverageGold":53634.53125,
"lolFirstBaron":14,
"matchesLost":8,
"lolAverageDragonKills":2.21875,
"lolAverageBaronKills":0.65625,
"lolFirstBlood":12,
"lolTotalGoldFarmed":1716305,
"teamForm":[
true,
false,
false,
true,
false
],
"h2h":[
true,
true,
false,
false
],
"matchWinRatio":0.6521739130434783,
"lolTotalTowerKills":181,
"lolTotalDeaths":419,
"lolTotalAssists":996,
"lolAverageHeraldKills":0.9375,
"lolAverageKills":14.375,
"lolTotalDragonKills":71,
"lolTotalBaronKills":21
}
},
"away":{
"teamId":100,
"logo":"https://hudstats-logos.s3.amazonaws.com/esports/logos/8bf52b770b9a692b1d2a0396c3cf0744d07f6f0c0694d8c31f76c88e28bb115d/logo-medium.png",
"riftHeraldKills":1,
"championsKills":16,
"totalGold":55253,
"baronKills":1,
"towerKills":8,
"expectedLineup":[
{
"name":"ORD Kevy",
"urn":"live:lol:riot:player:2bebaebf-fb70-3d70-a028-7045168aa952"
},
{
"name":"ORD Corporal",
"urn":"live:lol:riot:player:7b966cd4-bc10-30a7-8282-7968225b0ce8"
},
{
"name":"ORD Puma",
"urn":"live:lol:riot:player:558e7a54-740e-3676-af45-7f57f3efc2f0"
},
{
"name":"ORD BioPanther",
"urn":"live:lol:riot:player:48d56083-a17d-3f26-ae37-cb14763e22b9"
},
{
"name":"ORD Kisee",
"urn":"live:lol:riot:player:c5c4275d-a878-362a-afe6-e6a660a33fad"
}
],
"elderDragonKills":0,
"dragonKills":4,
"stats":{
"totalMapsPlayed":33,
"lolAverageDeaths":12.93939393939394,
"lolKdaRatio":6.118598706794508,
"lolTotalHeraldKills":31,
"lolKillDeathRatio":1.8995994799064868,
"lolAverageTowerKills":5.757575757575758,
"lolFirstDragon":17,
"lolTotalKills":425,
"lolFirstHerald":12,
"lolAssistsKillRatio":2.1137568155924478,
"matchesWon":13,
"totalMatchesPlayed":24,
"lolFirstTower":14,
"lolAverageGold":53410.72727272727,
"lolFirstBaron":15,
"matchesLost":11,
"lolAverageDragonKills":2.1818181818181817,
"lolAverageBaronKills":0.5454545454545454,
"lolFirstBlood":17,
"lolTotalGoldFarmed":1762554,
"teamForm":[
false,
false,
true,
true,
false
],
"h2h":[
false,
false,
true,
true
],
"matchWinRatio":0.5416666666666666,
"lolTotalTowerKills":190,
"lolTotalDeaths":427,
"lolTotalAssists":963,
"lolAverageHeraldKills":0.9393939393939394,
"lolAverageKills":12.878787878787879,
"lolTotalDragonKills":72,
"lolTotalBaronKills":18
}
}
},
"paused":false,
"sportSpecific":{
"pickAndBan":false,
"structures":[
{
"turretTier":null,
"alive":true,
"buildingType":"inhibitor",
"lane":"mid",
"team":"home",
"id":22,
"side":"red",
"position":[
11598,
11667
]
},
{
"turretTier":"outer",
"alive":false,
"buildingType":"turret",
"lane":"top",
"killedAt":1061446,
"team":"home",
"id":11,
"side":"red",
"position":[
4318,
13875
]
},
{
"turretTier":null,
"alive":true,
"buildingType":"inhibitor",
"lane":"top",
"team":"home",
"id":21,
"side":"red",
"position":[
11261,
13676
]
},
{
"turretTier":"nexus",
"alive":false,
"buildingType":"turret",
"lane":"mid",
"killedAt":1663995,
"team":"home",
"id":24,
"side":"red",
"position":[
13052,
12612
]
},
{
"turretTier":"base",
"alive":true,
"buildingType":"turret",
"lane":"bot",
"team":"home",
"id":27,
"side":"red",
"position":[
13624,
10572
]
},
{
"turretTier":"outer",
"alive":false,
"buildingType":"turret",
"lane":"bot",
"killedAt":843653,
"team":"home",
"id":28,
"side":"red",
"position":[
13866,
4505
]
},
{
"turretTier":"inner",
"alive":false,
"buildingType":"turret",
"lane":"bot",
"killedAt":1351831,
"team":"home",
"id":25,
"side":"red",
"position":[
13327,
8226
]
},
{
"turretTier":null,
"alive":true,
"buildingType":"inhibitor",
"lane":"bot",
"team":"home",
"id":26,
"side":"red",
"position":[
13604,
11316
]
},
{
"turretTier":"inner",
"alive":false,
"buildingType":"turret",
"lane":"top",
"killedAt":1092267,
"team":"home",
"id":15,
"side":"red",
"position":[
7943,
13411
]
},
{
"turretTier":"outer",
"alive":false,
"buildingType":"turret",
"lane":"mid",
"killedAt":947719,
"team":"home",
"id":16,
"side":"red",
"position":[
8955,
8510
]
},
{
"turretTier":"base",
"alive":false,
"buildingType":"turret",
"lane":"top",
"killedAt":1450121,
"team":"home",
"id":18,
"side":"red",
"position":[
10481,
13650
]
},
{
"turretTier":"nexus",
"alive":false,
"buildingType":"turret",
"lane":"mid",
"killedAt":1655655,
"team":"home",
"id":23,
"side":"red",
"position":[
12611,
13084
]
},
{
"alive":false,
"killedAt":1646137,
"team":"home"
},
{
"turretTier":"inner",
"alive":true,
"buildingType":"turret",
"lane":"mid",
"team":"home",
"id":17,
"side":"red",
"position":[
9767,
10113
]
},
{
"turretTier":"base",
"alive":true,
"buildingType":"turret",
"lane":"mid",
"team":"home",
"id":20,
"side":"red",
"position":[
11134,
11207
]
},
{
"turretTier":"inner",
"alive":true,
"buildingType":"turret",
"lane":"bot",
"team":"away",
"id":14,
"side":"blue",
"position":[
6919,
1483
]
},
{
"turretTier":"base",
"alive":true,
"buildingType":"turret",
"lane":"bot",
"team":"away",
"id":10,
"side":"blue",
"position":[
4281,
1253
]
},
{
"turretTier":"nexus",
"alive":true,
"buildingType":"turret",
"lane":"mid",
"team":"away",
"id":5,
"side":"blue",
"position":[
1748,
2270
]
},
{
"turretTier":"outer",
"alive":false,
"buildingType":"turret",
"lane":"bot",
"killedAt":1098510,
"team":"away",
"id":19,
"side":"blue",
"position":[
10504,
1029
]
},
{
"turretTier":null,
"alive":true,
"buildingType":"inhibitor",
"lane":"top",
"team":"away",
"id":3,
"side":"blue",
"position":[
1171,
3571
]
},
{
"turretTier":"outer",
"alive":true,
"buildingType":"turret",
"lane":"top",
"team":"away",
"id":1,
"side":"blue",
"position":[
981,
10441
]
},
{
"turretTier":"inner",
"alive":true,
"buildingType":"turret",
"lane":"top",
"team":"away",
"id":4,
"side":"blue",
"position":[
1512,
6699
]
},
{
"turretTier":"inner",
"alive":true,
"buildingType":"turret",
"lane":"mid",
"team":"away",
"id":12,
"side":"blue",
"position":[
5048,
4812
]
},
{
"turretTier":"nexus",
"alive":true,
"buildingType":"turret",
"lane":"mid",
"team":"away",
"id":6,
"side":"blue",
"position":[
2177,
1807
]
},
{
"turretTier":null,
"alive":true,
"buildingType":"inhibitor",
"lane":"mid",
"team":"away",
"id":7,
"side":"blue",
"position":[
3203,
3208
]
},
{
"turretTier":"outer",
"alive":true,
"buildingType":"turret",
"lane":"mid",
"team":"away",
"id":13,
"side":"blue",
"position":[
5846,
6396
]
},
{
"turretTier":null,
"alive":true,
"buildingType":"inhibitor",
"lane":"bot",
"team":"away",
"id":8,
"side":"blue",
"position":[
3452,
1236
]
},
{
"turretTier":"base",
"alive":true,
"buildingType":"turret",
"lane":"top",
"team":"away",
"id":2,
"side":"blue",
"position":[
1169,
4287
]
},
{
"turretTier":"base",
"alive":true,
"buildingType":"turret",
"lane":"mid",
"team":"away",
"id":9,
"side":"blue",
"position":[
3651,
3696
]
}
],
"monsters":[
{
"alive":false,
"spawnTime":1783187,
"monsterType":"baron",
"status":"announced"
},
{
"alive":false,
"spawnTime":1990000,
"monsterType":"dragon",
"dragonType":"elder",
"status":"announced"
}
]
}
}
}
}
}