list: API endpoint for returning a list of creatures.
retrieve: API endpoint for returning a particular creature.

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob2_mountain-nymph/?format=api",
    "key": "tob2_mountain-nymph",
    "name": "Mountain Nymph",
    "document": {
        "name": "Tome of Beasts 2",
        "key": "tob2",
        "display_name": "Tome of Beasts 2",
        "publisher": {
            "name": "Kobold Press",
            "key": "kobold-press",
            "url": "https://api-beta.open5e.com/v2/publishers/kobold-press/?format=api"
        },
        "gamesystem": {
            "name": "5th Edition 2014",
            "key": "5e-2014",
            "url": "https://api-beta.open5e.com/v2/gamesystems/5e-2014/?format=api"
        },
        "permalink": "https://koboldpress.com/tome-of-beasts-2/"
    },
    "type": {
        "name": "Fey",
        "key": "fey",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/fey/?format=api"
    },
    "size": {
        "name": "Medium",
        "key": "medium",
        "url": "https://api-beta.open5e.com/v2/sizes/medium/?format=api"
    },
    "challenge_rating_decimal": "6.000",
    "challenge_rating_text": "6",
    "proficiency_bonus": null,
    "speed": {
        "walk": 30.0,
        "unit": "feet",
        "climb": 30.0
    },
    "speed_all": {
        "unit": "feet",
        "walk": 30.0,
        "crawl": 15.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 0.0,
        "climb": 30.0,
        "swim": 15.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "chaotic neutral",
    "languages": {
        "as_string": "Common, Elvish, Sylvan",
        "data": [
            {
                "name": "Common",
                "key": "common",
                "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "desc": "Typical speakers are Humans."
            },
            {
                "name": "Elvish",
                "key": "elvish",
                "url": "https://api-beta.open5e.com/v2/languages/elvish/?format=api",
                "desc": "Typical speakers are elves."
            },
            {
                "name": "Sylvan",
                "key": "sylvan",
                "url": "https://api-beta.open5e.com/v2/languages/sylvan/?format=api",
                "desc": "Typical speakers are fey creatures."
            }
        ]
    },
    "armor_class": 15,
    "armor_detail": "leather armor",
    "hit_points": 112,
    "hit_dice": "15d8+45",
    "experience_points": 2300,
    "ability_scores": {
        "strength": 12,
        "dexterity": 18,
        "constitution": 16,
        "intelligence": 10,
        "wisdom": 18,
        "charisma": 14
    },
    "modifiers": {
        "strength": 1,
        "dexterity": 4,
        "constitution": 3,
        "intelligence": 0,
        "wisdom": 4,
        "charisma": 2
    },
    "initiative_bonus": 4,
    "saving_throws": {
        "dexterity": 7,
        "wisdom": 7
    },
    "saving_throws_all": {
        "strength": 1,
        "dexterity": 7,
        "constitution": 3,
        "intelligence": 0,
        "wisdom": 7,
        "charisma": 2
    },
    "skill_bonuses": {
        "perception": 7,
        "stealth": 7,
        "survival": 7
    },
    "skill_bonuses_all": {
        "acrobatics": 4,
        "animal_handling": 4,
        "arcana": 0,
        "athletics": 1,
        "deception": 2,
        "history": 0,
        "insight": 4,
        "intimidation": 2,
        "investigation": 0,
        "medicine": 4,
        "nature": 0,
        "perception": 7,
        "performance": 2,
        "persuasion": 2,
        "religion": 0,
        "sleight_of_hand": 4,
        "stealth": 7,
        "survival": 7
    },
    "passive_perception": 17,
    "resistances_and_immunities": {
        "damage_immunities_display": "",
        "damage_immunities": [],
        "damage_resistances_display": "",
        "damage_resistances": [],
        "damage_vulnerabilities_display": "",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "",
        "condition_immunities": []
    },
    "normal_sight_range": 10560.0,
    "darkvision_range": 90.0,
    "blindsight_range": null,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [
        {
            "name": "Longbow",
            "desc": "Ranged Weapon Attack: +7 to hit, range 150/600 ft., one target. Hit: 8 (1d8 + 4) piercing damage.",
            "attacks": [
                {
                    "name": "Longbow attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 7,
                    "reach": null,
                    "range": 150.0,
                    "long_range": 600.0,
                    "target_creature_only": false,
                    "damage_die_count": 1,
                    "damage_die_type": "D8",
                    "damage_bonus": 4,
                    "damage_type": null,
                    "extra_damage_die_count": null,
                    "extra_damage_die_type": null,
                    "extra_damage_bonus": null,
                    "extra_damage_type": {
                        "name": "Piercing",
                        "key": "piercing",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                    },
                    "distance_unit": "feet"
                }
            ],
            "action_type": "ACTION",
            "order_in_statblock": 1,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Multiattack",
            "desc": "The mountain nymph makes three longbow attacks.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Hunter’s Foresight",
            "desc": "The mountain nymph can see the immediate future of a creature affected by her hunter’s mark spell. While hunter’s mark is active on a creature, the mountain nymph has advantage on attack rolls against the creature and on saving throws against the creature’s spells and special abilities."
        },
        {
            "name": "Innate Spellcasting",
            "desc": "The mountain nymph’s innate spellcasting ability is Wisdom (spell save DC 15). It can innately cast the following spells, requiring no material components:\nAt will: hunter’s mark\n3/day each: misty step, spike growth\n1/day: pass without trace"
        },
        {
            "name": "Mountain Walk",
            "desc": "The mountain nymph can move across and climb rocky surfaces without needing to make an ability check. Additionally, difficult terrain composed of rocks or rocky debris doesn’t cost her extra movement."
        },
        {
            "name": "Point Blank Hunter",
            "desc": "When the mountain nymph makes a ranged attack with a bow, she doesn’t have disadvantage on the attack roll from being within 5 feet of a hostile creature, though she may still have disadvantage from other sources."
        }
    ],
    "creaturesets": [],
    "environments": []
}