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

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

{
    "url": "https://api-beta.open5e.com/v2/backgrounds/trader/?format=api",
    "key": "trader",
    "benefits": [
        {
            "name": "Ability Score Increases",
            "desc": "+1 to Charisma and one other ability score.",
            "type": "ability_score"
        },
        {
            "name": "Skill Proficiencies",
            "desc": "Persuasion, and either Culture, Deception, or Insight.",
            "type": "skill_proficiency"
        },
        {
            "name": "Equipment",
            "desc": "Traveler's clothes, abacus, merchant's scale.",
            "type": "equipment"
        },
        {
            "name": "Connection and Memento",
            "desc": "Roll 1d10, choose, or make up your own.\r\n\r\n### Trader Connections\r\n1. The parent or relative who wants you to carry on the family business.\r\n2. The sibling who inherited the other half of the family business.\r\n3. The trading company to which you are indentured until you pay off a debt.\r\n4. The powerful merchant who will never forgive the business coup you pulled off.\r\n5. The noble whose horse trampled your poor family’s vegetable stall, injuring or killing a relative you\r\ndearly loved.\r\n6. The parent or elder sibling who squandered your family fortune.\r\n7. The business partner who cheated you.\r\n8. The customs agent who has sworn to catch you red-handed with illicit goods.\r\n9. The crime boss to whom you wouldn’t pay protection money.\r\n10. The smuggler who will pay well for certain commodities.\r\n\r\n### Trader Mementos\r\n1. The first gold piece you earned.\r\n2. Thousands of shares in a failed venture.\r\n3. A letter of introduction to a rich merchant in a distant city.\r\n4. A sample of an improved version of a common tool.\r\n5. Scars from a wound sustained when you tried to collect a debt from a vicious noble.\r\n6. A love letter from the heir of a rival trading family.\r\n7. A signet ring bearing your family crest, which is famous in the mercantile world.\r\n8. A contract binding you to a particular trading company for the next few years.\r\n9. A letter from a friend imploring you to invest in an opportunity that can't miss.\r\n10. A trusted family member's travel journals that mix useful geographical knowledge with tall tales.",
            "type": "connection_and_memento"
        },
        {
            "name": "Adventures And Advancement",
            "desc": "Because of your commercial contacts you may be offered money to lead or escort trade caravans. You'll receive a fee from each trader that reaches their destination safely.",
            "type": "adventures_and_advancement"
        },
        {
            "name": "Supply and Demand",
            "desc": "When you buy a trade good and sell it elsewhere to a community in need of that good, you gain a 10% bonus to its sale price for every 100 miles between the buy and sell location (maximum of 50%).",
            "type": "feature"
        },
        {
            "name": "Tool Proficiencies",
            "desc": "One vehicle.",
            "type": "tool_proficiency"
        }
    ],
    "name": "Trader",
    "desc": "[No description provided]",
    "document": "https://api-beta.open5e.com/v2/documents/a5e-ag/?format=api"
}