2.3.2
over 6 years ago by Milinda na Champassak
Summary: This patch includes some updates and fixes on Dota2 live API along with improved view of data changes through the /changes
and /additions
calls.
Deprecations
- removing
winner_type
field for dota2 games. - removing
updated_at
field. - removing
team
hash from dota2 games. - removing
game_id
,kda
,runes_activated
,support_gold_spent
,wards_bought
andbarracks_kills
fields from dota2 games.
Changes
- Adding players and teams (roster updates) to the
/changes
endpoint. - Adding a
/additions
endpoint for leagues, series, tournaments and matches creations. - Adding a preventive rate limit of 4000 requests per hour for all API calls.
- Adding
heroes
to dota2 basic live. - Adding game's rounds to overwatch live.
- Fixing the tower count on the start of a game on dota2 basic live.