list: API endpoint for returning a list of feats.
retrieve: API endpoint for returning a particular feat.

GET /v2/languages/void-speech/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "https://api-beta.open5e.com/v2/languages/void-speech/?format=api",
    "key": "void-speech",
    "document": {
        "name": "Tome of Beasts",
        "key": "tob",
        "display_name": "Tome of Beasts",
        "publisher": {
            "name": "Kobold Press",
            "key": "kobold-press",
            "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
        },
        "gamesystem": {
            "name": "5th Edition 2014",
            "key": "5e-2014",
            "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
        },
        "permalink": "https://koboldpress.com/tome-of-beasts/"
    },
    "name": "Void Speech",
    "desc": "Void speech is a rename of Deep Speech from Tome of Beasts.",
    "is_exotic": true,
    "is_secret": false,
    "script_language": null
}