Match
match(matchId)
Retrieve a match details by providing the match ID (required).
lol.match('2334443527').then((result) => {
console.log(result);
});
The returned object is pretty long but you can go here, to the official API reference to see what the object looks like.