What the response contains
Try fireball, mage-hand, and cure-wounds and use the returned fields to identify the right record.
Fields worth checking
- index + name
- level + school
- casting_time + range
- components + material
Type a real query, scan the cards and confirm the key details before opening the full source.
Try fireball, mage-hand, and cure-wounds and use the returned fields to identify the right record.
Fields worth checking
A fireball lookup returns index, name, level, and school. index is the identifier used by the route; name is the displayed label. level gives spell level and school identifies its school. To understand when and where it can be used, read casting_time, range, components, material, duration, concentration, and ritual together.
For fireball, casting_time is 1 action, range is 150 feet, and duration is Instantaneous. concentration and ritual appear as boolean values, and both are false for this spell. That does not mean every spell of the same school or level shares its timing, range, or requirement: each entry has its own combination.
desc carries the effect text in blocks; higher_level can explain a change when a higher-level slot is used. For fireball, damage gives the fire type and values by slot level, dc points to DEX with half on success, and area_of_effect describes a 20-foot sphere. These objects may not exist for spells without damage, a saving throw, or an area.