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

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

{
    "url": "https://api.open5e.com/v2/languages/druidic/?format=api",
    "key": "druidic",
    "document": "https://api.open5e.com/v2/documents/srd/?format=api",
    "name": "Druidic",
    "desc": "The secret language of druids. Those who know it can speak the language and use it to leave hidden messages. Those who know this language automatically spot such a message. Others spot the message’s presence with a successful DC 15 Wisdom (Perception) check but can’t decipher it without magic.",
    "is_exotic": false,
    "is_secret": true,
    "script_language": null
}