Add "Summoner Spell Used" events to League of Legends Game Events API

Currently, the League of Legends Game Events API tracks champion abilities (Q, W, E, R) via usedAbility, but it does not appear to track Summoner Spells (D, F) like Flash, Ignite, or Teleport.

Developers building highlight recorders or analysis tools need to know when a player uses Flash, as this usually indicates a key moment in the game. Currently, we have to rely on unreliable workarounds like parsing chat or manual user input.

It would be very helpful if the usedAbility event could be extended, or a new event added, to trigger when a Summoner Spell is cast. Ideally, this event would provide the Spell ID (e.g., Flash), allowing apps to accurately track these important cooldowns.

  • Guest
  • Dec 5 2025
  • Attach files