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

GET /v2/classes/toh_way-of-the-tipsy-monkey/?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-tipsy-monkey/?format=api",
    "key": "toh_way-of-the-tipsy-monkey",
    "features": [
        {
            "key": "toh_way-of-the-tipsy-monkey_adaptive-fighting",
            "name": "Adaptive Fighting",
            "desc": "Monks of the Way of the Tipsy Monkey keep their foes off-balance by using unexpected things as weapons. Starting when you choose this tradition at 3rd level, you are proficient with improvised weapons, and you can treat them as monk weapons. When you use a magic item as an improvised weapon, you gain a bonus to attack and damage rolls with that improvised weapon based on the magic item's rarity: +1 for uncommon, +2 for rare, or +3 for very rare. At the GM's discretion, some magic items, such as rings or other magical jewelry, might not be viable as improvised weapons.",
            "feature_type": "CLASS_FEATURE",
            "gained_at": [
                {
                    "level": 3,
                    "detail": null
                }
            ],
            "data_for_class_table": []
        },
        {
            "key": "toh_way-of-the-tipsy-monkey_fortune-favors-the-fool",
            "name": "Fortune Favors the Fool",
            "desc": "Starting at 11th level, when you miss with an attack on your turn, the next attack you make that hits a target before the end of your turn deals an extra 1d6 damage of the weapon's type. If you make that attack using an improvised weapon, it deals an extra 1d10 damage of the weapon's type instead.",
            "feature_type": "CLASS_FEATURE",
            "gained_at": [
                {
                    "level": 11,
                    "detail": null
                }
            ],
            "data_for_class_table": []
        },
        {
            "key": "toh_way-of-the-tipsy-monkey_jester-style",
            "name": "Jester Style",
            "desc": "Beginning at 6th level, when an attacker that you can see hits you with a weapon attack, you can use your reaction to halve the damage that you take.\n  When you are prone, you don't have disadvantage on attack rolls, and enemies within 5 feet of you don't have advantage on attack rolls against you. You can stand up without spending movement anytime you spend ki on your turn.\n  You have advantage on any ability check or saving throw you make to escape from a grapple. If you fail to escape a grapple, you can spend 1 ki point to succeed instead.",
            "feature_type": "CLASS_FEATURE",
            "gained_at": [
                {
                    "level": 6,
                    "detail": null
                }
            ],
            "data_for_class_table": []
        },
        {
            "key": "toh_way-of-the-tipsy-monkey_stumbling-stance",
            "name": "Stumbling Stance",
            "desc": "At 17th level, your staggering movements make you dangerous at a distance and make it difficult for foes to safely move away from you. If your speed is not 0, your reach is extended by 5 feet, and you have advantage on opportunity attacks.",
            "feature_type": "CLASS_FEATURE",
            "gained_at": [
                {
                    "level": 17,
                    "detail": null
                }
            ],
            "data_for_class_table": []
        },
        {
            "key": "toh_way-of-the-tipsy-monkey_sway-and-strike",
            "name": "Sway and Strike",
            "desc": "At 3rd level, your unpredictable movements let you take advantage of more openings. Once per round when an enemy provokes an opportunity attack from you, you can spend 1 ki point to make an opportunity attack without spending your reaction. If this attack hits, you can force the target to roll a Strength saving throw. On a failure, it falls prone.",
            "feature_type": "CLASS_FEATURE",
            "gained_at": [
                {
                    "level": 3,
                    "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 Tipsy Monkey",
    "hit_dice": null,
    "caster_type": null,
    "primary_abilities": []
}