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

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

{
    "url": "https://api-beta.open5e.com/v2/backgrounds/dungeon-robber/?format=api",
    "key": "dungeon-robber",
    "benefits": [
        {
            "name": "Ability Score Increase",
            "desc": "+1 to Intelligence and one other ability score.",
            "type": "ability_score"
        },
        {
            "name": "Skill Proficiencies",
            "desc": "History, and either Investigation or Religion.",
            "type": "skill_proficiency"
        },
        {
            "name": "Tool Proficiencies",
            "desc": "Cartographers’ tools.",
            "type": "tool_proficiency"
        },
        {
            "name": "Languages",
            "desc": "Any six (three of them no longer spoken).",
            "type": "language"
        },
        {
            "name": "Suggested Equipment",
            "desc": "Cartographers’ tools, miner’s pick, traveler’s clothes, shovel.",
            "type": "equipment"
        },
        {
            "name": "Unreliable Intelligence",
            "desc": "You know conspiracy theorists, armchair historians, disgraced academics, and other people with useful, if unreliable, knowledge. While in a city, once per day you can find an NPC who can make an Intelligence check with a +10 bonus to recall a fact. When you do so, the Narrator secretly rolls a d6. On a 1, your contact’s information is dangerously inaccurate.",
            "type": "feature"
        },
        {
            "name": "Adventures and Advancement",
            "desc": "As you build your reputation, shady people approach you with requests to “discover” items of uncertain ownership. After enough successes, a legitimate organization, such as a wizard’s college or esteemed museum, takes an interest in you. They offer you a position, which comes with funding granting a Wealthy lifestyle, access to free spellcasting services, and legal representation when you inevitably run afoul of the law.",
            "type": "adventures_and_advancement"
        },
        {
            "name": "Connection and Memento",
            "desc": "Roll d10, choose, or make up your own.\r\n\r\n### Dungeon Robber Connections\r\n1. A rival who always tries to steal what you rightfully find.\r\n2. A rival who seeks powerful artifacts for evil ends.\r\n3. A fence who can find a buyer for anything.\r\n4. An underworld figure to whom you owe a staggering debt.\r\n5. A master forger who can replicate plausible records of ownership, permissions to restricted areas, and so on.\r\n6. An artist who can make perfect copies of artwork and paintings.\r\n7. A collector who sends you after valuable curios.\r\n8. Authorities who would like to question you about a relic’s mysterious disappearance.\r\n9. An admiring urchin who can get you anywhere in their city.\r\n10. A rambling sage whose bizarre, shocking theories you half believe.\r\n\r\n### Dungeon Robber Mementos\r\n1. A mysterious idol whose origin you seek.\r\n2. A cultural item from equipment.\r\n3. A treasure map with no obvious connection to any known land mass.\r\n4. An ancient piece of machinery that is undoubtedly very powerful, although all it currently does is light up.\r\n5. A rare book that grants an expertise die on checks related to a specific civilization.\r\n6. A gold coin bearing the face of a king who never existed.\r\n7. Identification papers from the institution that has kicked you out.\r\n8. A tablet carved with indecipherable glyphs.\r\n9. A giant-sized key to an unknown door.\r\n10. One piece of a seven-part artifact.",
            "type": "connection_and_memento"
        }
    ],
    "name": "Dungeon Robber",
    "desc": "[No description provided]",
    "document": "https://api-beta.open5e.com/v2/documents/a5e-ddg/?format=api"
}