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

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

{
    "url": "https://api-beta.open5e.com/v2/languages/dwarvish/?format=api",
    "key": "dwarvish",
    "document": {
        "name": "5e Core Concepts",
        "key": "core",
        "display_name": "5e Core",
        "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://dnd.wizards.com/resources/systems-reference-document"
    },
    "name": "Dwarvish",
    "desc": "Typical speakers are dwarves.",
    "is_exotic": false,
    "is_secret": false,
    "script_language": "https://api-beta.open5e.com/v2/languages/dwarvish/?format=api"
}