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

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

{
    "url": "https://api-beta.open5e.com/v2/backgrounds/recovered-cultist/?format=api",
    "key": "recovered-cultist",
    "benefits": [
        {
            "name": "Skill Proficiencies",
            "desc": "Religion and Deception.",
            "type": "skill_proficiency"
        },
        {
            "name": "Languages",
            "desc": "One of your choice.",
            "type": "language"
        },
        {
            "name": "Equipment",
            "desc": "Vestments and a holy symbol of your previous cult, a set of common clothes, a belt pouch containing 15 gp.",
            "type": "equipment"
        },
        {
            "name": "Wicked Awareness",
            "desc": "Your time worshipping in secrecy and shadow at the altar of malevolent forces has left you with insight and keen awareness to those who still operate in such ways. You can often spot hidden signs, messages, and signals left in populated places. If actively seeking signs of a cult or dark following, you have an easier time locating and decoding the signs or social interactions that signify cult activity, gaining advantage on any ability checks to discover such details.",
            "type": "feature"
        },
        {
            "name": "Suggested Characteristics",
            "desc": "Use the tables for the Acolyte background in the Player’s Handbook as the basis for your traits and motivations, modifying the entries when appropriate to match your ties to your intent on fleeing your past and rectifying your future. Your bond is likely associated with those who gave you the insight and strength to flee your old ways. Your ideal probably involves your wishing to take down and destroy those who promote the dark ways you escaped, and perhaps finding new faith in a forgiving god.",
            "type": "suggested_characteristics"
        }
    ],
    "name": "Recovered Cultist",
    "desc": "Dark deities whisper and promise great power to those who listen. Their cults are scattered and separated, with little to no unity between the greater evils. Hidden hierarchies of power-hungry mortals corrupt and seduce, promising a sliver of the same power they had been promised when the time comes to reap their harvest.\r\nYou once belonged to such a cult. Perhaps it was brief, embracing the rebellious spirit of youth and curious where this path may take you. You also may have felt alone and lost, this community offering a welcome you had been subconsciously seeking. It’s possible you were raised from the beginning to pray to the gods of shadow and death. Then one day the veil was lifted and the cruel truth shook your faith, sending you running from the false promises and seeking redemption.\r\nYou have been freed from the bindings of these dangerous philosophies, but few secret societies find comfort until those who abandon their way are rotting beneath the soil.",
    "document": "https://api-beta.open5e.com/v2/documents/taldorei/?format=api"
}