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

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

{
    "url": "https://api-beta.open5e.com/v2/classes/open5e_college-of-skalds/?format=api",
    "key": "open5e_college-of-skalds",
    "features": [
        {
            "key": "open5e_college-of-skalds_battle-fury",
            "name": "Battle Fury",
            "desc": "At 6th level, you can unleash even more fury in combat. When you use the attack action, you can make two attacks instead of one.",
            "feature_type": "CLASS_LEVEL_FEATURE",
            "gained_at": [
                {
                    "level": 6,
                    "detail": null
                }
            ],
            "data_for_class_table": []
        },
        {
            "key": "open5e_college-of-skalds_combat-aptitude",
            "name": "Combat Aptitude",
            "desc": "When you choose the College of Skalds at 3rd level, you become proficient in all martial weapons, as well as in the use of medium armor and shields.",
            "feature_type": "CLASS_LEVEL_FEATURE",
            "gained_at": [
                {
                    "level": 3,
                    "detail": null
                }
            ],
            "data_for_class_table": []
        },
        {
            "key": "open5e_college-of-skalds_saga-of-deeds",
            "name": "Saga of Deeds",
            "desc": "Starting at 3rd level, you can use your stories of the great battles of legend to inspire your allies in combat. The dice gained from your Bardic Inspiration feature can be used in the following ways:\n\n* After rolling damage for a successful weapon attack, a creature can choose to roll a Bardic Inspiration die and add the result to the damage dealt.\n* When a creature is the target of an attack roll, before knowing whether the rolled number is a hit or a miss, it may roll a Bardic Inspiration die as a reaction, adding the result to its armor class for this specific attack only.",
            "feature_type": "CLASS_LEVEL_FEATURE",
            "gained_at": [
                {
                    "level": 3,
                    "detail": null
                }
            ],
            "data_for_class_table": []
        },
        {
            "key": "open5e_college-of-skalds_song-and-strike",
            "name": "Song and Strike",
            "desc": "Starting at 14th level, you can wade into combat even as you wield your bardic magic. Any time you cast a bard spell as an action, you can use your bonus action to make a single weapon attack.",
            "feature_type": "CLASS_LEVEL_FEATURE",
            "gained_at": [
                {
                    "level": 14,
                    "detail": null
                }
            ],
            "data_for_class_table": []
        }
    ],
    "document": {
        "name": "Open5e Originals",
        "key": "open5e",
        "display_name": "Open5e Originals",
        "publisher": {
            "name": "Open5e",
            "key": "open5e",
            "url": "https://api-beta.open5e.com/v2/publishers/open5e/?format=api"
        },
        "gamesystem": {
            "name": "5th Edition 2014",
            "key": "5e-2014",
            "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
        },
        "permalink": "https://open5e.com/"
    },
    "saving_throws": [],
    "subclass_of": {
        "name": "Bard",
        "key": "srd_bard",
        "url": "https://api-beta.open5e.com/v2/classes/srd_bard/?format=api"
    },
    "name": "College of Skalds",
    "desc": "*Compare to the core book's College of Valor*\n\nSkalds are poets of battle, recounting the deeds of heroes and the bloody battles that shook nations. But you do more than just tell stories; a skald draws on the tales of past greatness in his own quest for glory on the battlefield. While learning the sagas of bygone years, you have also taken up a practical study of combat, allowing you to use more weapons and with greater effectiveness than most bards. When you sing the song of battle to bolster your allies, you are right alongside them, going toe to toe with formidable foes to become worthy of the poems from the skalds who will recount your tale.",
    "hit_dice": null,
    "caster_type": null,
    "primary_abilities": []
}