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

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

{
    "url": "https://api-beta.open5e.com/v2/backgrounds/a5e-acolyte/?format=api",
    "key": "a5e-acolyte",
    "benefits": [
        {
            "name": "Skill Proficiencies",
            "desc": "Religion, and either Insight or Persuasion.",
            "type": "skill_proficiency"
        },
        {
            "name": "Languages",
            "desc": "One of your choice.",
            "type": "language"
        },
        {
            "name": "Equipment",
            "desc": "Holy symbol (amulet or reliquary), common clothes, robe, and a prayer book, prayer wheel, or prayer beads.",
            "type": "equipment"
        },
        {
            "name": "Ability Score Increases",
            "desc": "+1 to Wisdom and one other ability score.",
            "type": "ability_score"
        },
        {
            "name": "Adventures and Advancement",
            "desc": "In small settlements without other resources, your authority may extend to such matters as settling disputes and punishing criminals. You might also be expected to deal with local outbreaks of supernatural dangers such as fiendish possessions, cults, and the unquiet dead. \r\nIf you solve several problems brought to you by members of your faith, you may be promoted (or reinstated) within the hierarchy of your order. You gain the free service of up to 4 acolytes, and direct access to your order’s leaders.",
            "type": "adventures_and_advancement"
        },
        {
            "name": "Connection and Memento",
            "desc": "Roll 1d10, choose, or make up your own.\r\n\r\n### Acolyte Connections\r\n\r\n1. A beloved high priest or priestess awaiting your return to the temple once you resolve your crisis of faith.\r\n2. A former priest—exposed by you as a heretic—who swore revenge before fleeing.\r\n3. The wandering herald who rescued you as an orphan and sponsored your entry into your temple.\r\n4. The inquisitor who rooted out your heresy (or framed you) and had you banished from your temple.\r\n5. The fugitive charlatan or cult leader whom you once revered as a holy person.\r\n6. Your scandalous friend, a fellow acolyte who fled the temple in search of worldly pleasures.\r\n7. The high priest who discredited your temple and punished the others of your order.\r\n8. The wandering adventurer whose tales of glory enticed you from your temple.\r\n9. The leader of your order, a former adventurer who sends you on quests to battle your god’s enemies.\r\n10. The former leader of your order who inexplicably retired to a life of isolation and penance.\r\n\r\n### Acolyte Memento\r\n\r\n1. The timeworn holy symbol bequeathed to you by your beloved mentor on their deathbed.\r\n2. A precious holy relic secretly passed on to you in a moment of great danger.\r\n3. A prayer book which contains strange and sinister deviations from the accepted liturgy.\r\n4.  A half-complete book of prophecies which seems to hint at danger for your faith—if only the other half could be found!\r\n5.  A gift from a mentor: a book of complex theology which you don’t yet understand.\r\n6.  Your only possession when you entered the temple as a child: a signet ring bearing a coat of arms.\r\n7.  A strange candle which never burns down.\r\n8.  The true name of a devil that you glimpsed while tidying up papers for a sinister visitor.\r\n9.  A weapon (which seems to exhibit no magical properties) given to you with great solemnity by your mentor.\r\n10. A much-thumbed and heavily underlined prayer book given to you by the fellow acolyte you admire most.",
            "type": "connection_and_memento"
        }
    ],
    "name": "Acolyte",
    "desc": "[No description provided]",
    "document": "https://api-beta.open5e.com/v2/documents/a5e-ag/?format=api"
}