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

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

{
    "url": "https://api-beta.open5e.com/v2/classes/srd-2024_champion/?format=api",
    "key": "srd-2024_champion",
    "features": [
        {
            "key": "srd-2024_fighter_champion_additional-fighting-style",
            "name": "Additional Fighting Style",
            "desc": "You gain another Fighting Style feat of your choice.",
            "feature_type": "CLASS_LEVEL_FEATURE",
            "gained_at": [],
            "data_for_class_table": []
        },
        {
            "key": "srd-2024_fighter_champion_heroic-warrior",
            "name": "Heroic Warrior",
            "desc": "The thrill of battle drives you toward victory. During combat, you can give yourself Heroic Inspiration whenever you start your turn without it.",
            "feature_type": "CLASS_LEVEL_FEATURE",
            "gained_at": [],
            "data_for_class_table": []
        },
        {
            "key": "srd-2024_fighter_champion_improved-critical",
            "name": "Improved Critical",
            "desc": "Your attack rolls with weapons and Unarmed Strikes can score a Critical Hit on a roll of 19 or 20 on the d20.",
            "feature_type": "CLASS_LEVEL_FEATURE",
            "gained_at": [],
            "data_for_class_table": []
        },
        {
            "key": "srd-2024_fighter_champion_remarkable-athlete",
            "name": "Remarkable Athlete",
            "desc": "Thanks to your athleticism, you have Advantage on Initiative rolls and Strength (Athletics) checks.",
            "feature_type": "CLASS_LEVEL_FEATURE",
            "gained_at": [],
            "data_for_class_table": []
        },
        {
            "key": "srd-2024_fighter_champion_superior-critical",
            "name": "Superior Critical",
            "desc": "Your attack rolls with weapons and Unarmed Strikes can now score a Critical Hit on a roll of 18–20 on the d20.",
            "feature_type": "CLASS_LEVEL_FEATURE",
            "gained_at": [],
            "data_for_class_table": []
        },
        {
            "key": "srd-2024_fighter_champion_survivor",
            "name": "Survivor",
            "desc": "You attain the pinnacle of resilience in battle, giving you these benefits.\n\n**Defy Death**. You have Advantage on Death Saving Throws. Moreover, when you roll 18–20 on a Death Saving Throw, you gain the benefit of rolling a 20 on it.\n\n**Heroic Rally**. At the start of each of your turns, you regain Hit Points equal to 5 plus your Constitution modifier if you are Bloodied and have at least 1 Hit Point.",
            "feature_type": "CLASS_LEVEL_FEATURE",
            "gained_at": [],
            "data_for_class_table": []
        }
    ],
    "document": {
        "name": "System Reference Document 5.2",
        "key": "srd-2024",
        "display_name": "5e 2024 Rules",
        "publisher": {
            "name": "Wizards of the Coast",
            "key": "wizards-of-the-coast",
            "url": "https://api-beta.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
        },
        "gamesystem": {
            "name": "5th Edition 2024",
            "key": "5e-2024",
            "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2024/?format=api"
        },
        "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
    },
    "saving_throws": [],
    "subclass_of": {
        "name": "Fighter",
        "key": "srd-2024_fighter",
        "url": "https://api-beta.open5e.com/v2/classes/srd-2024_fighter/?format=api"
    },
    "name": "Champion",
    "desc": "*Pursue Physical Excellence in Combat*\n\nA Champion focuses on the development of martial prowess in a relentless pursuit of victory. Champions combine rigorous training with physical excellence to deal devastating blows, withstand peril, and garner glory. Whether in athletic contests or bloody battle, Champions strive for the crown of the victor.",
    "hit_dice": null,
    "caster_type": "NONE",
    "primary_abilities": []
}