Description Usage Arguments Value Examples
Builds a URL for retrieving match details
1  | match_details_url(api_key = api_key, match_id, https = TRUE)
 | 
api_key | 
 A String of your steam developer key, see: https://steamcommunity.com/dev/apikey  | 
match_id | 
 The id of the match that you wish to get more information about.  | 
https | 
 Logical, if True: https, False: http  | 
The url for querying the dota 2 api.
1  | match_details_url(api_key = "<your_api_key>", match_id = 123114122)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.