list: API endpoint for returning a list of backgrounds. retrieve: API endpoint for returning a particular background.

GET /v2/backgrounds/escapee-from-below/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "https://api-beta.open5e.com/v2/backgrounds/escapee-from-below/?format=api",
    "key": "escapee-from-below",
    "benefits": [
        {
            "name": "Ability Score Increase",
            "desc": "+1 to Constitution and one other ability score.",
            "type": "ability_score"
        },
        {
            "name": "Skill Proficiencies",
            "desc": "Stealth, and either Perception or Survival.",
            "type": "skill_proficiency"
        },
        {
            "name": "Tool Proficiencies",
            "desc": "Thieves’ tools.",
            "type": "tool_proficiency"
        },
        {
            "name": "Suggested Equipment",
            "desc": "Common clothes, thieves’ tools.",
            "type": "equipment"
        },
        {
            "name": "Alien Culture",
            "desc": "Your prolonged captivity has granted you insight into the culture that kept you. You understand their customs, traditions, religion, political ties, and to some extent how they think. You are regarded as an expert in this culture and can usually recall some useful detail when you and your companions face a challenge involving this culture.",
            "type": "feature"
        },
        {
            "name": "Adventures and Advancement",
            "desc": "You find yourself drawn to the lands you once escaped. When you return there, you may have an opportunity to right wrongs or take revenge for past injuries. When you do, other escapees may look to you for leadership.",
            "type": "adventures_and_advancement"
        },
        {
            "name": "Connection and Memento",
            "desc": "Roll d10, choose, or make up your own.\r\n\r\n### Escapee from Below Connections\r\n1. The friend and fellow escapee from whom you were separated.\r\n2. The family members who remain in captivity.\r\n3. The cruel overseer who tortured you.\r\n4. Members of an Underland resistance movement.\r\n5. An evil commando squad that hunts escapees.\r\n6. The kindly merchant who took you in when you first reached the surface.\r\n7. A fellow prisoner, still in captivity, who claimed to be an heir to royalty.\r\n8. The prominent merchant or politician you saw making deals with evil creatures in the Underland.\r\n9. A mighty Underland creature with ambitions to conquer the surface world.\r\n10. A ship captain who sails the Midnight Sea.\r\n\r\n### Escapee from Below Mementos\r\n1. A partial map of your escape route.\r\n2. Broken shackles or chains.\r\n3. A precious heirloom, still hidden somewhere in Underland.\r\n4. A delicious recipe (which no one would eat if they knew the ingredients).\r\n5. A compass that points back where you came.\r\n6. Twelve days worth of rations (dried mushrooms).\r\n7. A tattoo that conceals the hidden routes and passwords you used to gain your freedom.\r\n8. A trophy taken from the guard you overcame.\r\n9. A strange board game or toy designed for hands with too many fingers.\r\n10. A telepathic rat or other unusual pet.",
            "type": "connection_and_memento"
        }
    ],
    "name": "Escapee from Below",
    "desc": "[No description provided]",
    "document": "https://api-beta.open5e.com/v2/documents/a5e-ddg/?format=api"
}