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

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

{
    "url": "https://api-beta.open5e.com/v2/backgrounds/haunted/?format=api",
    "key": "haunted",
    "benefits": [
        {
            "name": "Ability Score Increase",
            "desc": "+1 Wisdom and one other ability score of your choice.",
            "type": "ability_score"
        },
        {
            "name": "Skill Proficiencies",
            "desc": "Religion, and any one skill of your choice that the spirit has imparted to you.",
            "type": "skill_proficiency"
        },
        {
            "name": "Languages",
            "desc": "Two of your choice, one of which is the spirit’s native language.",
            "type": "language"
        },
        {
            "name": "Suggested Equipment",
            "desc": "2 days worth of rations, bell, 5 candles, ink, ink pen, 10 sheets of paper, 5 pieces of chalk, traveler’s clothes",
            "type": "equipment"
        },
        {
            "name": "Silent Aid",
            "desc": "Being in tune with your spirit allows them to point out something you might have missed, if only for their own purposes. You gain a +2 to your choice of your passive Perception, Investigation, or Insight score, depending on your spirit’s skills.\r\nIf you banish, free, or otherwise lose your spirit, consult with the Narrator to choose an appropriate feature from another background. Alternatively, the Narrator may rule that you’ve become a beacon for the supernatural and another spirit has taken up haunting you.",
            "type": "feature"
        },
        {
            "name": "Adventures and Advancement",
            "desc": "Whether you seek to violently banish the restless dead or help them to peacefully pass on, you will gain a reputation as a spirit-speaker. Common folk and nobility alike are likely to approach you for advice and aid with everything from hereditary curses to irritable poltergeists to speaking with a dead relative about a lost treasure.\r\nAfter you have solved several such problems, you’ve become known to those who deal in certain kinds of esoteric knowledge and gain access to their private libraries. These vast personal collections contain esoteric mysteries, such as those answerable with a DC 25 Arcana, History, or Religion check. While using such a library your host will provide you and your companions a moderate or rich lifestyle, depending on their means and how impressed they are by your exploits.",
            "type": "adventures_and_advancement"
        },
        {
            "name": "Connection and Memento",
            "desc": "Roll 1d10, choose, or make up your own.\r\n\r\n### Haunted Connections\r\n1. A descendant of your spirit who blames them for current misfortunes.\r\n2. Another haunted individual who came to you seeking help with their spirit in a time of crisis.\r\n3. The murderer who killed your spirit.\r\n4. A ghost who has consulted your spirit during a time of need.\r\n5. The bereaved spouse your spirit left behind who will do nearly anything to speak with their lost love.\r\n6. Your spirit, a childhood friend or a romantic partner before tragedy struck.\r\n7. Your spirits, a gaggle of bickering ancestors trying to use you to right a terrible wrong.\r\n8. A relative of your spirit who killed them in order to inherit a fortune.\r\n9. Your spirit, a hateful enemy of your family who is bound to you through a quirk of misfortune.\r\n10. Your spirit, who haunts their own body after you stole it and took up residence.\r\n\r\n### Haunted Memento\r\n1. A personal item (jewelry, tools, weapon, ect) once owned by your spirit. You can’t seem to get rid of it.\r\n2. A locket containing the image of the one who haunts you.\r\n3. The scent of your spirit’s favored cologne or perfume that clings to you.\r\n4. A small pouch of soil taken from your spirit’s grave.\r\n5. A letter of introduction penned by your spirit, giving you their blessing.\r\n6. Journals of your spirit’s life.\r\n7. An innocuous nonmagical item that your spirit tells you is of dire importance.\r\n8. The manacles that shackled your spirit before their death.\r\n9. A cryptic note written by your spirit who has no memory of its existence.\r\n10. The signet ring of your spirit, who you claim as your parent or ancestor.",
            "type": "connection_and_memento"
        }
    ],
    "name": "Haunted",
    "desc": "[No description provided]",
    "document": "https://api-beta.open5e.com/v2/documents/a5e-gpg/?format=api"
}