2014-11-16 77 views
-1

我需要一個鏈接才能獲取數字在dota 2中的所有匹配以及編號爲winned的匹配。Dota 2 api匹配數量

我用http://api.steampowered.com/IPlayerService/GetRecentlyPlayedGames/v0001/?key=[YOURAPIKEY]&steamid=[STEAMID]&format=json 但結果是:

{ 
    "response": { 
     "total_count": 1, 
     "games": [ 
      { 
       "appid": 570, 
       "name": "Dota 2", 
       "playtime_2weeks": 2273, 
       "playtime_forever": 197614, 
       "img_icon_url": "0bbb630d63262dd66d2fdd0f7d37e8661a410075", 
       "img_logo_url": "d4f836839254be08d8e9dd333ecc9a01782c26d2" 
      } 
     ] 

    } 
} 

號碼的所有比賽未檢測:(

回答