action dnd5eapi_get_api_backgrounds_index { label: "Get a background by index." description: "# Background\n\nEvery story has a beginning. Your character's background reveals where you came from, how you became an adventurer, and your place in the world. Choosing a background provides you with important story cues about your character's identity. [[SRD p60](https://media.wizards.com/2016/downloads/DND/SRD-OGL_V5.1.pdf#page=60)]\n\n_Note:_ acolyte is the only background included in the SRD.\n" provider: dnd5eapi method: GET path: "/api/backgrounds/{index}" encoding: json output: { description: "`Background`\n" type: "object" } }