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

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

{
    "url": "https://api-beta.open5e.com/v2/classes/toh_college-of-shadows/?format=api",
    "key": "toh_college-of-shadows",
    "features": [
        {
            "key": "toh_college-of-shadows_bonus-proficiencies",
            "name": "Bonus Proficiencies",
            "desc": "When you join the College of Shadows at 3rd level, you gain proficiency in Stealth and in two other skills of your choice.",
            "feature_type": "PROFICIENCIES",
            "gained_at": [
                {
                    "level": 3,
                    "detail": null
                }
            ],
            "data_for_class_table": []
        },
        {
            "key": "toh_college-of-shadows_cunning-insight",
            "name": "Cunning Insight",
            "desc": "Starting at 6th level, you know exactly where to hit your enemies. You can use an action to focus on a creature you can see within 60 feet of you. The target must make a Wisdom saving throw against your spell save DC. You can use this feature as a bonus action if you expend a Bardic Inspiration die. If you do, roll the die and subtract the number rolled from the target's saving throw roll. If the target fails the saving throw, choose one of the following: \n* You have advantage on your next attack roll against the target. \n* You know the target's damage vulnerabilities. \n* You know the target's damage resistances and damage immunities. \n* You know the target's condition immunities. \n* You see through any illusions obscuring or affecting the target for 1 minute.",
            "feature_type": "CLASS_FEATURE",
            "gained_at": [
                {
                    "level": 6,
                    "detail": null
                }
            ],
            "data_for_class_table": []
        },
        {
            "key": "toh_college-of-shadows_mantle-of-shadows",
            "name": "Mantle of Shadows",
            "desc": "Starting at 3rd level, while you are in dim light or darkness, you can use an action to twist the shadows around you for 1 minute or until your concentration ends. For the duration, you have advantage on Dexterity (Stealth) checks, and you can take the Dash action as a bonus action on each of your turns.",
            "feature_type": "CLASS_FEATURE",
            "gained_at": [
                {
                    "level": 3,
                    "detail": null
                }
            ],
            "data_for_class_table": []
        },
        {
            "key": "toh_college-of-shadows_shadowed-performance",
            "name": "Shadowed Performance",
            "desc": "Starting at 14th level, you are a master at weaving stories and influencing the minds of your audience. If you perform for at least 1 minute, you can attempt to make or break a creature's reputation by relaying a tale to an audience through song, poetry, play, or other medium. At the end of the performance, choose a number of humanoids who witnessed the entire performance, up to a number equal to 1 plus your Charisma modifier. Each target must make a Wisdom saving throw against your spell save DC. On a failed save, a target suffers one of the following (your choice): \n* For 24 hours, the target believes the tale you told is true and will tell others the tale as if it were truth. \n* For 1 hour, the target believes *someone* nearby knows their darkest secret, and they have disadvantage on Charisma, Wisdom, and Intelligence ability checks and saving throws as they are distracted and overcome with paranoia. \n* The target becomes convinced that you (or one of your allies if you choose to sing the praises of another) are a fearsome opponent. For 1 minute, the target is frightened of you (or your ally), and you (or your ally) have advantage on attack rolls against the target. A *remove curse* or *greater restoration* spell ends this effect early. You can't use this feature again until you finish a short or long rest.",
            "feature_type": "CLASS_FEATURE",
            "gained_at": [
                {
                    "level": 14,
                    "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": "Bard",
        "key": "srd_bard",
        "url": "https://api-beta.open5e.com/v2/classes/srd_bard/?format=api"
    },
    "name": "College of Shadows",
    "hit_dice": null,
    "caster_type": null,
    "primary_abilities": []
}