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

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

{
    "url": "https://api-beta.open5e.com/v2/classes/open5e_demise-domain/?format=api",
    "key": "open5e_demise-domain",
    "features": [
        {
            "key": "open5e_demise-domain_bonus-proficiency",
            "name": "Bonus Proficiency",
            "desc": "When you choose this domain at 1st level, you gain the martial weapon proficiency.\n\n#### Death’s Cut\n\nYour connection to death means that your necromantic powers can cut through more foes. You learn an additional cantrip of the necromancy school from any class spell list. When you cast any necromancy cantrip that targets a single creature, you can target a second creature within the spell’s range if it is within 5 feet of the first target.\n\n#### Channel Divinity: Killing Touch\n\nBeginning at 2nd level, when one of your melee attacks hit a creature, you can make use of your Channel Divinity to add necrotic damage equal to your cleric level times two, plus 5.\n\n#### Death Comes for All\n\nJust as death comes for all creatures, at 6th level your deathly powers affect even those who could normally withstand them. You ignore a creature’s necrotic resistance when you deal damage via spells or your Channel Divinity.",
            "feature_type": "CLASS_FEATURE",
            "gained_at": [
                {
                    "level": 1,
                    "detail": null
                }
            ],
            "data_for_class_table": []
        },
        {
            "key": "open5e_demise-domain_divine-strike",
            "name": "Divine Strike",
            "desc": "At 8th level, you gain the ability to infuse your weapon strikes with divine energy. Once on each of your turns when you hit a creature with a weapon attack, you can cause the attack to deal an extra 1d8 necrotic damage to the target. When you reach 14th level, the extra damage increases to 2d8.\n\n#### Improved Death’s Cut\n\nBeginning at 17th level, your Death’s Cut feature can apply to spells of the necromancy school of up to 5th-level in addition to cantrips. However, you must double the amount of material components used if the spell calls for them.",
            "feature_type": "CLASS_FEATURE",
            "gained_at": [
                {
                    "level": 8,
                    "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": "Cleric",
        "key": "srd_cleric",
        "url": "https://api-beta.open5e.com/v2/classes/srd_cleric/?format=api"
    },
    "name": "Demise Domain",
    "hit_dice": null,
    "caster_type": null,
    "primary_abilities": []
}