Game Data

List spells for a class

Returns spells granted by the given class with translated names, icons, and damage info — including spells unlocked by level, the passive-slot spell, and the auto-attack spell. The class query parameter is required. Each spell carries a class_id pointing to the class that grants it (derived from spell_unlocks, passive, and auto_attack).

get/spells

Query parameters

localestring

Locale for translations

classstring required

Class ID (e.g. mage, archer)

searchstring

Search by name (case-insensitive)

Response

Spell list

Changes