2.3.1

Summary: This patch includes a lot of new fields. It also includes a new call that fetch the recent updates.

Deprecations

  • Renaming kill and death fields to kills and deaths for dota2 games
  • In the next release (2.4.0), removing winner_type field for dota2 games.
  • In the next release (2.4.0), removing updated_at field.
  • In the next release (2.4.0), removing team hash from dota2 games.
  • In the next release (2.4.0), removing game_id, kda, runes_activated, support_gold_spent, wards_bought and barracks_kills fields from dota2 games.

Changes

  • Add a /changes endpoint, returning the latest updates on matches, tournaments and series.
  • Add bans to lol games.
  • Add first_blood boolean (does the team get the first blood) to lol games (/lol/games/{id}).
  • Add first_tower boolean (does the team get the first tower) to lol games (/lol/games/{id}).
  • Add hero_final_gold to lol games (/lol/games/{id}).
  • Add hero_final_dmg_dealt to lol games (/lol/games/{id}).
  • Add hero_final_dmg_dealt_to_champ to lol games (/lol/games/{id}).
  • Add hero_final_dmg_taken to lol games (/lol/games/{id}).
  • Add team nashor_kill to lol games (/lol/games/{id}).
  • Add modified_at to leagues (/leagues).
  • Add winner_type, modified_at to tournaments (/tournaments).
  • Add winner_id, winner_type, end_at, modified_at to series (/series).
  • Add draw, status, modified_at, match_type to matches (/matches).
  • Add first_blood, end_at, forfeit to dota2 games (/dota2/games/{id}).
  • Add picks and bans (picked and banned heroes ids) to dota2 games (/dota2/games/{id}).
  • Add tower_status and barracks_status (state of towers and barracks) to dota2 games (/dota2/games/{id}).
  • Add first_blood boolean (does the team get the first blood ?) to dota2 teams in a game (/dota2/games/{id}).
  • Adding expected_roster to tournaments show (/tournaments/{id}).