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

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

{
    "url": "https://api-beta.open5e.com/v2/classes/toh_legionary/?format=api",
    "key": "toh_legionary",
    "features": [
        {
            "key": "toh_legionary_cooperative-strike",
            "name": "Cooperative Strike",
            "desc": "Starting at 18th level, when you use the Attack action and attack with a weapon while at least one friendly creature is within 5 feet of you, you can use a bonus action to make one additional attack with that weapon.",
            "feature_type": "CLASS_FEATURE",
            "gained_at": [
                {
                    "level": 18,
                    "detail": null
                }
            ],
            "data_for_class_table": []
        },
        {
            "key": "toh_legionary_coordinated-fighting",
            "name": "Coordinated Fighting",
            "desc": "Starting at 3rd level, you learn techniques and strategies for close-quarter combat. On your first attack each round, you gain a +1 bonus to the attack and damage rolls if at least one friendly creature is within 5 feet of you.",
            "feature_type": "CLASS_FEATURE",
            "gained_at": [
                {
                    "level": 3,
                    "detail": null
                }
            ],
            "data_for_class_table": []
        },
        {
            "key": "toh_legionary_massed-fighting",
            "name": "Massed Fighting",
            "desc": "Starting at 7th level, you learn better techniques and strategies for fighting closely alongside your allies. On your first attack each round, you gain a +1 bonus to the attack and damage rolls for each friendly creature within 5 feet of you, up to a maximum bonus equal to your proficiency bonus.\n  In addition, when you use your Action Surge feature, each friendly creature within 15 feet of you (except you) gains a +2 bonus to AC and to Dexterity saving throws for 1 minute.",
            "feature_type": "CLASS_FEATURE",
            "gained_at": [
                {
                    "level": 7,
                    "detail": null
                }
            ],
            "data_for_class_table": []
        },
        {
            "key": "toh_legionary_move-as-one",
            "name": "Move As One",
            "desc": "At 3rd level, at any point while moving on your turn, you can command a number of willing, friendly creatures within 5 feet of you up to your proficiency bonus to move with you. Each creature that chooses to move with you can use a reaction to move up to its speed alongside you, remaining within 5 feet of you while moving. This movement doesn't provoke opportunity attacks. You can use this feature a number of times equal to your proficiency bonus. You regain all expended uses of it when you finish a long rest.",
            "feature_type": "CLASS_FEATURE",
            "gained_at": [
                {
                    "level": 3,
                    "detail": null
                }
            ],
            "data_for_class_table": []
        },
        {
            "key": "toh_legionary_tactical-positioning",
            "name": "Tactical Positioning",
            "desc": "At 15th level, moving through a hostile creature's space is not difficult terrain for you, and you can move through a hostile creature's space even if it is only one size larger or smaller than you. As normal, you can't end your move in a hostile creature's space.",
            "feature_type": "CLASS_FEATURE",
            "gained_at": [
                {
                    "level": 15,
                    "detail": null
                }
            ],
            "data_for_class_table": []
        },
        {
            "key": "toh_legionary_vigilance",
            "name": "Vigilance",
            "desc": "At 10th level, when a friendly creature you can see is reduced to 0 hit points, you can use your reaction to move up to your speed toward it. This movement doesn't provoke opportunity attacks.",
            "feature_type": "CLASS_FEATURE",
            "gained_at": [
                {
                    "level": 10,
                    "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": "Fighter",
        "key": "srd_fighter",
        "url": "https://api-beta.open5e.com/v2/classes/srd_fighter/?format=api"
    },
    "name": "Legionary",
    "hit_dice": null,
    "caster_type": null,
    "primary_abilities": []
}