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

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

{
    "url": "https://api-beta.open5e.com/v2/backgrounds/marauder/?format=api",
    "key": "marauder",
    "benefits": [
        {
            "name": "Ability Score Increases",
            "desc": "+1 to Dexterity and one other ability score.",
            "type": "ability_score"
        },
        {
            "name": "Skill Proficiencies",
            "desc": "Survival, and either Intimidation or Stealth.",
            "type": "skill_proficiency"
        },
        {
            "name": "Equipment",
            "desc": "Traveler's clothes, signal whistle, tent (one person).",
            "type": "equipment"
        },
        {
            "name": "Secret Ways",
            "desc": "When you navigate while traveling, pursuers have disadvantage on checks made to track your group.  Additionally, you can travel stealthily at a normal pace.",
            "type": "feature"
        },
        {
            "name": "Connection and Memento",
            "desc": "Roll 1d10, choose, or make up your own.\r\n\r\n### Marauder Connections\r\n1. Your nemesis: a naval captain or captain of the guard who thwarted you on several occasions.\r\n2. Your mentor: a charismatic pirate captain.\r\n3. The stylish highway robber who taught you the trade.\r\n4. The local noble who pursues you obsessively.\r\n5. The three outlaws who hold the other three pieces of your treasure map.\r\n6. The marauder chief who betrayed you and the rest of the gang in exchange for freedom.\r\n7. The child you became an outlaw to protect.\r\n8. The cleric who converted you to a life of law and faith.\r\n9. The scholarly old bandit whose inventions gave you an edge against the pursuing authorities.\r\n10. Your best friend—who is serving a life sentence for your shared crime.\r\n\r\n### Marauder Mementos\r\n1. The eerie mask by which your victims know you.\r\n2. The one item that you wish you hadn't stolen.\r\n3. A signet ring marking you as heir to a seized estate.\r\n4. A locket containing a picture of the one who betrayed you.\r\n5. A broken compass.\r\n6. A love token from the young heir to a fortune.\r\n7. Half of a torn officer's insignia.\r\n8. The hunter's horn which members of your band use to call allies.\r\n9. A wanted poster bearing your face.\r\n10. Your unfinished thesis from your previous life as an honest scholar.",
            "type": "connection_and_memento"
        },
        {
            "name": "Adventures And Advancement",
            "desc": "Allies and informants occasionally give you tips about the whereabouts of poorly-guarded loot. After a few such scores, you may gain the free service of up to 8",
            "type": "adventures_and_advancement"
        },
        {
            "name": "Tool Proficiencies",
            "desc": "One type of artisan’s tools or vehicle.",
            "type": "tool_proficiency"
        }
    ],
    "name": "Marauder",
    "desc": "[No description provided]",
    "document": "https://api-beta.open5e.com/v2/documents/a5e-ag/?format=api"
}