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

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

{
    "url": "https://api-beta.open5e.com/v2/backgrounds/folk-hero/?format=api",
    "key": "folk-hero",
    "benefits": [
        {
            "name": "Ability Score Increases",
            "desc": "+1 to Constitution and one other ability score.",
            "type": "ability_score"
        },
        {
            "name": "Skill Proficiencies",
            "desc": "Survival, and either Animal Handling or Nature.",
            "type": "skill_proficiency"
        },
        {
            "name": "Equipment",
            "desc": "Any artisan's tools except alchemist's supplies, common clothes.",
            "type": "equipment"
        },
        {
            "name": "Local Fame",
            "desc": "Unless you conceal your identity, you're universally recognized and admired near the site of your exploits. You and your companions are treated to a moderate lifestyle in any settlement within 100 miles of your Prestige Center.",
            "type": "feature"
        },
        {
            "name": "Connection and Memento",
            "desc": "Roll 1d10, choose, or make up your own.\r\n\r\n### Folk Hero Connections\r\n\r\n1. The bard whose song made you legendary and who wants a sequel.\r\n2. Your friend, a traveling merchant whose caravan spreads your fame.\r\n3. A deadly enemy: the heir of the oppressive noble you killed.\r\n4. A deadly enemy: the mother of the monster you killed.\r\n5. A deadly enemy: the leader of the bandits you defeated.\r\n6. A deadly enemy: the tyrant you robbed.\r\n7. A kid who wants to follow your footsteps into danger.\r\n8. The jealous rival who wants to best your monster-slaying prowess, daring deeds, prize pie recipe, or whatever else made your famous.\r\n9. A secret admirer: the heir or heiress of the oppressive noble you defeated.\r\n10. The retired adventurer who trained you and is now in a bit of trouble.\r\n\r\n### Folk Hero Mementos\r\n\r\n1. The mask you used to conceal your identity while fighting oppression (you are only recognized as a folk hero while wearing the mask).\r\n2. A necklace bearing a horn, tooth, or claw from the monster you defeated.\r\n3. A ring given to you by the dead relative whose death you avenged.\r\n4. The weapon you wrestled from the leader of the raid on your village.\r\n5. The trophy, wrestling belt, silver pie plate, or other prize marking you as the county champion.\r\n6. The famous scar you earned in your struggle against your foe.\r\n7. The signature weapon which provides you with your nickname.\r\n8. The injury or physical difference by which your admirers and foes recognize you.\r\n9. The signal whistle or instrument which you used to summon allies and spook enemies.\r\n10. Copies of the ballads and poems written in your honor.",
            "type": "connection_and_memento"
        },
        {
            "name": "Adventures And Advancement",
            "desc": "Common folk come to you with all sorts of problems. If you fought an oppressive regime, they bring you tales of injustice. If you fought a monster, they seek you out with monster problems. If you solve many such predicaments, you become universally famous, gaining the benefits of your Local Fame feature in every settled land.",
            "type": "adventures_and_advancement"
        },
        {
            "name": "Tool Proficiencies",
            "desc": "One type of artisan’s tools, one vehicle.",
            "type": "tool_proficiency"
        }
    ],
    "name": "Folk Hero",
    "desc": "[No description provided]",
    "document": "https://api-beta.open5e.com/v2/documents/a5e-ag/?format=api"
}