Sample Riot Games API Response
unknown
json
10 months ago
505 B
19
Indexable
{
"metadata": {
"matchId": "EUW1_6789012345",
"participants": ["player1", "player2", "player3"]
},
"info": {
"gameDuration": 1835,
"teams": [
{"teamId": 100, "win": true, "objectives": {"baron": {"kills": 2}}}
],
"participants": [
{
"summonerName": "TestPlayer",
"championName": "Ahri",
"kills": 7,
"deaths": 3,
"assists": 9,
"totalGold": 14500,
"wardsPlaced": 12
}
]
}
}
Editor is loading...
Leave a Comment