get_match_details(match_id, dota_id = 570, language = "en", key = NULL)
key_actions
. The key argument in individual functions should only be used in case the
user needs to work with multiple keys.The content element is a list that contains information about the players participating in a match and also information about the match. The first element of the content list contains information about the players. The following details are included:
The rest of the elements of the content list contain information about the match. The following details are included:
## Not run:
# get_match_details(match_id = 2686721815)
# get_match_details(match_id = 2686721815, language = 'en', key = NULL)
# get_match_details(match_id = 2686721815, language = 'en', key = 'xxxxxxxxxxx')
# ## End(Not run)
Run the code above in your browser using DataLab