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

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

{
    "url": "https://api-beta.open5e.com/v2/backgrounds/cultist/?format=api",
    "key": "cultist",
    "benefits": [
        {
            "name": "Ability Score Increases",
            "desc": "+1 to Intelligence and one other ability score.",
            "type": "ability_score"
        },
        {
            "name": "Skill Proficiencies",
            "desc": "Religion, and either Arcana or Deception.",
            "type": "skill_proficiency"
        },
        {
            "name": "Languages",
            "desc": "One of your choice.",
            "type": "language"
        },
        {
            "name": "Equipment",
            "desc": "Holy symbol (amulet or reliquary), common clothes, robes, 5 torches.",
            "type": "equipment"
        },
        {
            "name": "Forbidden Lore",
            "desc": "When you fail an Arcana or Religion check, you know what being or book holds the knowledge you seek finding the book or paying the being’s price is another matter.",
            "type": "feature"
        },
        {
            "name": "Adventures and Advancement",
            "desc": "Members of your former order may be hunting you for reenlistment, punishment, or both.\r\nAdditionally, your cult still seeks to open a portal, effect an apotheosis, or otherwise cause catastrophe. Eventually you may have to face the leader of your cult and perhaps even the being you once worshiped.",
            "type": "adventures_and_advancement"
        },
        {
            "name": "Connection and Memento",
            "desc": "Roll 1d10, choose, or make up your own.\r\n\r\n### Cultist Connections\r\n1. The cult leader whom you left for dead.\r\n2. The cleric or herald who showed you the error of your ways.\r\n3. The voice which still speaks to you in dreams.\r\n4. The charismatic cultist whose honeyed words and promises first tempted you.\r\n5. The friend or loved one still in the cult.\r\n6. Your former best friend who now hunts you for your desertion of the cult.\r\n7. The relentless inquisitor who hunts you for your past heresy.\r\n8. The demon which you and your compatriots accidentally unleashed.\r\n9. The self-proclaimed deity who barely escaped from their angry disciples after their magic tricks and fakeries were revealed.\r\n10. The masked cult leader whose identity you never learned, but whose cruel voice you would recognize anywhere.\r\n\r\n### Cultist Mementos\r\n1. The sinister tattoo which occasionally speaks to you.\r\n2. The cursed holy symbol which appears in your possession each morning no matter how you try to rid yourself of it.\r\n3. The scar on your palm which aches with pain when you disobey the will of your former master.\r\n4. The curved dagger that carries a secret enchantment able only to destroy the being you once worshiped.\r\n5. The amulet which is said to grant command of a powerful construct. \r\n6. A forbidden tome which your cult would kill to retrieve. \r\n7. An incriminating letter to your cult leader from their master (a noted noble or politician).\r\n8. A compass which points to some distant location or object.\r\n9. A talisman which is said to open a gateway to the realm of a forgotten god.\r\n10. The birthmark which distinguishes you as the chosen vessel of a reborn god.",
            "type": "connection_and_memento"
        }
    ],
    "name": "Cultist",
    "desc": "[No description provided]",
    "document": "https://api-beta.open5e.com/v2/documents/a5e-ag/?format=api"
}