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

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

{
    "url": "https://api-beta.open5e.com/v2/classes/open5e_circle-of-the-many/?format=api",
    "key": "open5e_circle-of-the-many",
    "features": [],
    "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": "Druid",
        "key": "srd_druid",
        "url": "https://api-beta.open5e.com/v2/classes/srd_druid/?format=api"
    },
    "name": "Circle of the Many",
    "hit_dice": null,
    "caster_type": null,
    "primary_abilities": []
}