action dnd5eapi_get_api_languages_index { label: "Get a language by index." description: "# Language\n\nYour race indicates the languages your character can speak by default, and your background might give you access to one or more additional languages of your choice. [[SRD p59](https://media.wizards.com/2016/downloads/DND/SRD-OGL_V5.1.pdf#page=59)]\n" provider: dnd5eapi method: GET path: "/api/languages/{index}" encoding: json output: { description: "`Language`\n" type: "object" } }