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

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

{
    "url": "https://api-beta.open5e.com/v2/classes/toh_way-of-the-humble-elephant/?format=api",
    "key": "toh_way-of-the-humble-elephant",
    "features": [
        {
            "key": "toh_way-of-the-humble-elephant_decisive-in-wrath",
            "name": "Decisive in Wrath",
            "desc": "At 11th level, when you spend 1 ki point as part of your Slow to Anger feature, all of your melee weapon attacks that hit before the end of your next turn deal extra damage equal to one roll of your Martial Arts die + your Wisdom modifier.",
            "feature_type": "CLASS_FEATURE",
            "gained_at": [
                {
                    "level": 11,
                    "detail": null
                }
            ],
            "data_for_class_table": []
        },
        {
            "key": "toh_way-of-the-humble-elephant_slow-to-anger",
            "name": "Slow to Anger",
            "desc": "Starting when you choose this tradition at 3rd level, when you use Patient Defense and an attack hits you, you can use your reaction to halve the damage that you take. When you use Patient Defense and a melee attack made by a creature within your reach misses you, you can use your reaction to force the target to make a Strength saving throw. On a failure, the target is knocked prone.\n  When you use either of these reactions, you can spend 1 ki point. If you do, your first melee weapon attack that hits before the end of your next turn deals extra damage equal to one roll of your Martial Arts die + your Wisdom modifier.",
            "feature_type": "CLASS_FEATURE",
            "gained_at": [
                {
                    "level": 3,
                    "detail": null
                }
            ],
            "data_for_class_table": []
        },
        {
            "key": "toh_way-of-the-humble-elephant_thick-hide",
            "name": "Thick Hide",
            "desc": "At 17th level, you can spend 5 ki points as a bonus action to gain resistance to bludgeoning, piercing, and slashing damage for 10 minutes.",
            "feature_type": "CLASS_FEATURE",
            "gained_at": [
                {
                    "level": 17,
                    "detail": null
                }
            ],
            "data_for_class_table": []
        },
        {
            "key": "toh_way-of-the-humble-elephant_unyielding-step",
            "name": "Unyielding Step",
            "desc": "Starting at 6th level, you can spend 1 ki point on your turn to ignore difficult terrain for 1 minute or until you are incapacitated. For the duration, your speed can't be reduced below 15 feet. If you use this feature while grappled, the creature can use its reaction to move with you whenever you move; otherwise, the grapple ends. If you use this feature while restrained but not grappled, such as by a spider's web, you break free from the restraining material unless it is capable of moving with you.",
            "feature_type": "CLASS_FEATURE",
            "gained_at": [
                {
                    "level": 6,
                    "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": "Monk",
        "key": "srd_monk",
        "url": "https://api-beta.open5e.com/v2/classes/srd_monk/?format=api"
    },
    "name": "Way of the Humble Elephant",
    "hit_dice": null,
    "caster_type": null,
    "primary_abilities": []
}