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

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

{
    "url": "https://api-beta.open5e.com/v2/backgrounds/diplomat/?format=api",
    "key": "diplomat",
    "benefits": [
        {
            "name": "Skill Proficiencies",
            "desc": "Insight, Persuasion",
            "type": "skill_proficiency"
        },
        {
            "name": "Languages",
            "desc": "Two of your choice",
            "type": "language"
        },
        {
            "name": "Tool Proficiencies",
            "desc": "No additional tool proficiencies",
            "type": "tool_proficiency"
        },
        {
            "name": "Equipment",
            "desc": "A set of fine clothes, a letter of passage from a local minor authority or traveling papers that signify you as a traveling diplomat, and a belt pouch containing 20 gp",
            "type": "equipment"
        },
        {
            "name": "A Friend in Every Port",
            "desc": "Your reputation as a peacemaker precedes you, or people recognize your easy demeanor, typically allowing you to attain food and lodging at a discount. In addition, people are predisposed to warn you about dangers in a location, alert you when a threat approaches you, or seek out your help for resolving conflicts between locals.",
            "type": "feature"
        },
        {
            "name": "Suggested Characteristics",
            "desc": "Diplomats always have kind words and encourage their companions to think positively when encountering upsetting situations or people. Diplomats have their limits, however, and are quick to discover when someone is negotiating in bad faith.\r\n\r\n| d8 | Personality Trait |\r\n|---|---|\r\n| 1 | I like to travel, meet new people, and learn about different customs. |\r\n| 2 | I intercede in minor squabbles to find common ground on all sides.|\r\n| 3 | I never disparage others, even when they might deserve such treatment.|\r\n| 4 | I always try to make a new friend wherever I travel, and when I return to those areas, I seek out my friends. |\r\n| 5 | I have learned how to damn with faint praise, but I only use it when someone has irked me. |\r\n| 6 | I am not opposed to throwing a bit of coin around to ensure a good first impression. |\r\n| 7 | Even when words fail at the outset, I still try to calm tempers. |\r\n| 8 | I treat everyone as an equal, and I encourage others to do likewise. |\r\n\r\n| d6 | Ideal |\r\n|---|---|\r\n| 1 | **Harmony.** I want everyone to get along. (Good) |\r\n| 2 | **Contractual.** When I resolve a conflict, I ensure all parties formally acknowledge the resolution. (Lawful) |\r\n| 3 | **Selfishness.** I use my way with words to benefit myself the most. (Evil) 4 Freedom. Tyranny is a roadblock to compromise. (Chaotic) |\r\n| 4 | **Freedom.** Tyranny is a roadblock to compromise. (Chaotic) |\r\n| 5 | **Avoidance.** A kind word is preferable to the drawing of a sword. (Any) |\r\n| 6 | **Unity.** It is possible to achieve a world without borders and without conflict. (Any) |\r\n\r\n| d6 | Bond |\r\n|---|------|\r\n| 1 | I want to engineer a treaty with far-reaching effects in the world. |\r\n| 2 | I am carrying out someone else's agenda and making favorable arrangements for my benefactor. |\r\n| 3 | A deal I brokered went sour, and I am trying to make amends for my mistake. |\r\n| 4 | My nation treats everyone equitably, and I'd like to bring that enlightenment to other nations. |\r\n| 5 | A traveling orator taught me the power of words, and I want to emulate that person. |\r\n| 6 | I fear a worldwide conflict is imminent, and I want to do all I can to stop it. |\r\n\r\n| d6 | Flaw |\r\n|---|---|\r\n| 1 | I always start by appealing to a better nature from those I face, regardless of their apparent hostility. |\r\n| 2 | I assume the best in everyone, even if I have been betrayed by that trust in the past. |\r\n| 3 | I will stand in the way of an ally to ensure conflicts don't start. |\r\n| 4 | I believe I can always talk my way out of a problem. |\r\n| 5 | I chastise those who are rude or use vulgar language. |\r\n| 6 | When I feel I am on the verge of a successful negotiation, I often push my luck to obtain further concessions. |",
            "type": "suggested_characteristics"
        }
    ],
    "name": "Diplomat",
    "desc": "You have always found harmonious solutions to conflict. You might have started mediating family conflicts as a child. When you were old enough to recognize aggression, you sought to defuse it. You often resolved disputes among neighbors, arriving at a fair middle ground satisfactory to all parties.",
    "document": "https://api-beta.open5e.com/v2/documents/toh/?format=api"
}