Sample Riot Games API Response

 avatar
unknown
json
a year ago
505 B
21
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