list: API endpoint for returning a list of classes.
retrieve: API endpoint for returning a particular class.

GET /v2/classes/toh_dawn-blade/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "https://api-beta.open5e.com/v2/classes/toh_dawn-blade/?format=api",
    "key": "toh_dawn-blade",
    "features": [
        {
            "key": "toh_dawn-blade_bolstering-light",
            "name": "Bolstering Light",
            "desc": "Starting at 9th level, when you reduce a creature to 0 hit points with radiant damage, choose one of the following: \n* Gain temporary hit points equal to twice your rogue level for 1 hour. \n* End one condition affecting you. The condition can be blinded, deafened, or poisoned. \n* End one curse affecting you. \n* End one disease affecting you.",
            "feature_type": "CLASS_FEATURE",
            "gained_at": [
                {
                    "level": 9,
                    "detail": null
                }
            ],
            "data_for_class_table": []
        },
        {
            "key": "toh_dawn-blade_dawn-flare",
            "name": "Dawn Flare",
            "desc": "At 17th level, when you use your Dawn Strike feature to deal radiant damage to a creature that can't see you, the creature must make a Constitution saving throw (DC equal to 8 + your proficiency bonus + your Wisdom modifier). On a failed save, the creature takes 10d6 radiant damage and can't regain hit points until the start of your next turn. Once a creature takes damage from this feature, it is immune to your Dawn Flare for 24 hours.",
            "feature_type": "CLASS_FEATURE",
            "gained_at": [
                {
                    "level": 17,
                    "detail": null
                }
            ],
            "data_for_class_table": []
        },
        {
            "key": "toh_dawn-blade_dawn-strike",
            "name": "Dawn Strike",
            "desc": "Starting at 3rd level, when you deal damage with your Sneak Attack feature, you can magically change the extra damage dealt to radiant damage. When you hit an undead or a creature of shadow with such a Sneak Attack, you deal an extra 1d6 radiant damage.",
            "feature_type": "CLASS_FEATURE",
            "gained_at": [
                {
                    "level": 3,
                    "detail": null
                }
            ],
            "data_for_class_table": []
        },
        {
            "key": "toh_dawn-blade_eyes-of-the-dawn",
            "name": "Eyes of the Dawn",
            "desc": "At 3rd level, you gain darkvision out to a range of 60 feet. If you already have darkvision, the range increases by 30 feet.",
            "feature_type": "CLASS_FEATURE",
            "gained_at": [
                {
                    "level": 3,
                    "detail": null
                }
            ],
            "data_for_class_table": []
        },
        {
            "key": "toh_dawn-blade_radiant-beam",
            "name": "Radiant Beam",
            "desc": "Beginning at 3rd level, when you deal radiant damage to a creature with a melee weapon attack, you can use a bonus action to throw a portion of that radiant energy at a different creature you can see within 30 feet of you. Make a ranged weapon attack against the second creature. You are proficient with this beam, and you don't have disadvantage on the ranged attack roll from being within 5 feet of the first creature (though you can still have disadvantage from other sources). On a hit, the beam deals 1d6 radiant damage.\n  When you reach 10th level in this class, the beam's damage increases to 2d6.",
            "feature_type": "CLASS_FEATURE",
            "gained_at": [
                {
                    "level": 3,
                    "detail": null
                }
            ],
            "data_for_class_table": []
        },
        {
            "key": "toh_dawn-blade_sudden-illumination",
            "name": "Sudden Illumination",
            "desc": "At 13th level, when you hit a creature with your Radiant Beam, it must succeed on a Constitution saving throw (DC equal to 8 + your proficiency bonus + your Wisdom modifier) or be blinded until the end of its next turn.",
            "feature_type": "CLASS_FEATURE",
            "gained_at": [
                {
                    "level": 13,
                    "detail": null
                }
            ],
            "data_for_class_table": []
        }
    ],
    "document": {
        "name": "Tome of Heroes",
        "key": "toh",
        "display_name": "Tome of Heroes",
        "publisher": {
            "name": "Kobold Press",
            "key": "kobold-press",
            "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
        },
        "gamesystem": {
            "name": "5th Edition 2014",
            "key": "5e-2014",
            "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
        },
        "permalink": "https://koboldpress.com/kpstore/product/tome-of-heroes-for-5th-edition/"
    },
    "saving_throws": [],
    "subclass_of": {
        "name": "Rogue",
        "key": "srd_rogue",
        "url": "https://api-beta.open5e.com/v2/classes/srd_rogue/?format=api"
    },
    "name": "Dawn Blade",
    "hit_dice": null,
    "caster_type": null,
    "primary_abilities": []
}