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

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

{
    "url": "https://api.open5e.com/v2/backgrounds/srd-2024_sage/?format=api",
    "key": "srd-2024_sage",
    "benefits": [
        {
            "name": "Ability Scores",
            "desc": "Constitution, Intelligence, Wisdom",
            "type": "ability_score"
        },
        {
            "name": "Equipment",
            "desc": "*Choose A or B:* (A) Quarterstaff, Calligrapher's Supplies, Book (history), Parchment (8 sheets), Robe, 8 GP; or (B) 50 GP",
            "type": "equipment"
        },
        {
            "name": "Feat",
            "desc": "Magic Initiate (Wizard)",
            "type": "feat"
        },
        {
            "name": "Skill Proficiencies",
            "desc": "Arcana and History",
            "type": "skill_proficiency"
        },
        {
            "name": "Tool Proficiency",
            "desc": "Calligrapher's Supplies",
            "type": "tool_proficiency"
        }
    ],
    "document": {
        "name": "System Reference Document 5.2",
        "key": "srd-2024",
        "type": "SOURCE",
        "display_name": "5e 2024 Rules",
        "publisher": {
            "name": "Wizards of the Coast",
            "key": "wizards-of-the-coast",
            "url": "https://api.open5e.com/v2/publishers/wizards-of-the-coast/?format=api"
        },
        "gamesystem": {
            "name": "5th Edition 2024",
            "key": "5e-2024",
            "url": "https://api.open5e.com/v2/gamesystems/5e-2024/?format=api"
        },
        "permalink": "https://dnd.wizards.com/resources/systems-reference-document"
    },
    "name": "Sage",
    "desc": ""
}