Dota2 – is it possible to get private match info via API into sql database?
Dota2 – is it possible to get private match info via API into sql database?
You can create a PHP page to get API results from
https://api.opendota.com/api/players/{account_id}/matches
Loop through answers (the result will be in JSON format, see http://php.net/manual/en/function.json-decode.php for help), save new maches in your db.