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

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

{
    "url": "https://api-beta.open5e.com/v2/backgrounds/guard/?format=api",
    "key": "guard",
    "benefits": [
        {
            "name": "Ability Score Increases",
            "desc": "+1 to Strength and one other ability score.",
            "type": "ability_score"
        },
        {
            "name": "Skill Proficiencies",
            "desc": "Intimidation, and either Athletics or Investigation.",
            "type": "skill_proficiency"
        },
        {
            "name": "Languages",
            "desc": "One of your choice.",
            "type": "language"
        },
        {
            "name": "Equipment",
            "desc": "Common clothes, halberd, uniform.",
            "type": "equipment"
        },
        {
            "name": "Natural Authority",
            "desc": "Commoners and civilians sometimes assume you are part of a local constabulary force and defer to you.",
            "type": "feature"
        },
        {
            "name": "Adventures and Advancement",
            "desc": "When you visit the city or countryside you once patrolled you’re sure to get embroiled in the same politics  that drove you out. Should you stick around righting wrongs, you might accidentally find yourself in a  position of responsibility.",
            "type": "adventures_and_advancement"
        },
        {
            "name": "Connection and Memento",
            "desc": "Roll 1d10, choose, or make up your own.\r\n\r\n### Guard Connections\r\n1. The corrupt guard captain who framed you.\r\n2. The by-the-book guard captain who found you in violation of a regulation.\r\n3. The mighty guard captain who taught you all you know. \r\n4. The informant who tipped you off about criminal activity.\r\n5. The noble or merchant you protected.\r\n6. The comrade or superior officer you admired.\r\n7. The villain who kidnapped the person you were charged to protect.\r\n8. Your betrayer, the one person you didn’t think to mistrust.\r\n9. The noble or merchant who had everyone in their pocket.\r\n10. The diviner wizard who could usually provide you with the missing piece of a puzzle.\r\n\r\n### Guard Mementos\r\n1. Your badge of office, a symbol of an ideal few could live up to.\r\n2. Your badge of office, a symbol of a corrupt system you could no longer stomach.\r\n3. The arrow-damaged prayer book or playing card deck that saved your life.\r\n4. The whiskey flask that stood you in good stead on many cold patrols. \r\n5. Notes about a series of disappearances you would have liked to put a stop to. \r\n6. A broken sword, torn insignia, or other symbol of your disgrace and banishment.\r\n7. A tattoo or insignia marking you as part of an organization of which you are the last member.\r\n8. The fellow guard’s last words which you will never forget. \r\n9. A letter you were asked to deliver. \r\n10. A bloodstained duty roster.",
            "type": "connection_and_memento"
        }
    ],
    "name": "Guard",
    "desc": "[No description provided]",
    "document": "https://api-beta.open5e.com/v2/documents/a5e-ag/?format=api"
}