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

GET /v2/classes/?format=api&ordering=-features&page=4
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 151,
    "next": null,
    "previous": "https://api.open5e.com/v2/classes/?format=api&ordering=-features&page=3",
    "results": [
        {
            "url": "https://api.open5e.com/v2/classes/toh_radiant-pikeman/?format=api",
            "key": "toh_radiant-pikeman",
            "features": [
                {
                    "key": "toh_radiant-pikeman_foe-of-darkness",
                    "name": "Foe of Darkness",
                    "desc": "Beginning at 10th level, your faith and training make you a daunting foe of dark creatures. Once per turn, you can have advantage on an attack roll or ability check made against a fiend, undead, or creature of shadow.",
                    "feature_type": "CLASS_LEVEL_FEATURE",
                    "gained_at": [
                        {
                            "level": 10,
                            "detail": null
                        }
                    ],
                    "data_for_class_table": []
                },
                {
                    "key": "toh_radiant-pikeman_formation-tactics",
                    "name": "Formation Tactics",
                    "desc": "At 7th level, you bolster your allies when fighting shoulder to shoulder. While you have an ally within 5 feet of you who isn't incapacitated, you can use a bonus action to take the Help action to assist that ally's attack roll or their next Strength (Athletics) or Dexterity (Acrobatics) check.",
                    "feature_type": "CLASS_LEVEL_FEATURE",
                    "gained_at": [
                        {
                            "level": 7,
                            "detail": null
                        }
                    ],
                    "data_for_class_table": []
                },
                {
                    "key": "toh_radiant-pikeman_give-ground",
                    "name": "Give Ground",
                    "desc": "Starting at 15th level, once per turn when you are hit by a melee attack, you can choose to move 5 feet away from the attacker without provoking opportunity attacks. If you do, the attacker takes 1d6 radiant damage. To use this feature, you must be wielding a glaive, halberd, lance, pike, or spear.",
                    "feature_type": "CLASS_LEVEL_FEATURE",
                    "gained_at": [
                        {
                            "level": 15,
                            "detail": null
                        }
                    ],
                    "data_for_class_table": []
                },
                {
                    "key": "toh_radiant-pikeman_harassing-strike",
                    "name": "Harassing Strike",
                    "desc": "Beginning when you choose this archetype at 3rd level, when a creature you can see enters your reach, you can use your reaction to Shove the creature. To use this feature, you must be wielding a glaive, halberd, lance, pike, or spear.",
                    "feature_type": "CLASS_LEVEL_FEATURE",
                    "gained_at": [
                        {
                            "level": 3,
                            "detail": null
                        }
                    ],
                    "data_for_class_table": []
                },
                {
                    "key": "toh_radiant-pikeman_radiant-fighting",
                    "name": "Radiant Fighting",
                    "desc": "Starting at 3rd level, when you deal damage with a glaive, halberd, lance, pike, or spear, you can choose for the damage to be radiant instead of its normal damage type.",
                    "feature_type": "CLASS_LEVEL_FEATURE",
                    "gained_at": [
                        {
                            "level": 3,
                            "detail": null
                        }
                    ],
                    "data_for_class_table": []
                },
                {
                    "key": "toh_radiant-pikeman_the-suns-protection",
                    "name": "The Sun's Protection",
                    "desc": "At 18th level, you have advantage on saving throws against spells. If you fail a saving throw against being charmed or frightened, you can choose to succeed instead. You can use this feature a number of times equal to half your proficiency bonus. You regain all expended uses when you finish a long rest.",
                    "feature_type": "CLASS_LEVEL_FEATURE",
                    "gained_at": [
                        {
                            "level": 18,
                            "detail": null
                        }
                    ],
                    "data_for_class_table": []
                }
            ],
            "document": {
                "name": "Tome of Heroes",
                "key": "toh",
                "type": "SOURCE",
                "display_name": "Tome of Heroes",
                "publisher": {
                    "name": "Kobold Press",
                    "key": "kobold-press",
                    "url": "https://api.open5e.com/v2/publishers/kobold-press/?format=api"
                },
                "gamesystem": {
                    "name": "5th Edition 2014",
                    "key": "5e-2014",
                    "url": "https://api.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.open5e.com/v2/classes/srd_fighter/?format=api"
            },
            "name": "Radiant Pikeman",
            "desc": "You were a member of an order of knights dedicated to a deity of sun and light. You know that next to your deity's favor, a soldier's greatest strength is their comrades. You wield a spear, glaive, halberd, or other polearm as a piercing ray of sunlight against your enemies.",
            "hit_dice": null,
            "caster_type": null,
            "primary_abilities": []
        }
    ]
}