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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/bfrd_shark-reef/?format=api",
    "key": "bfrd_shark-reef",
    "name": "Shark, Reef",
    "document": {
        "name": "Black Flag SRD",
        "key": "bfrd",
        "display_name": "Black Flag SRD",
        "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/black-flag-reference-document/"
    },
    "type": {
        "name": "Beast",
        "key": "beast",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api"
    },
    "size": {
        "name": "Medium",
        "key": "medium",
        "url": "https://api-beta.open5e.com/v2/sizes/medium/?format=api"
    },
    "challenge_rating_decimal": "0.500",
    "challenge_rating_text": "1/2",
    "proficiency_bonus": null,
    "speed": {
        "walk": 0.0,
        "unit": "feet",
        "swim": 40.0
    },
    "speed_all": {
        "unit": "feet",
        "walk": 0.0,
        "crawl": 0.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 0.0,
        "climb": 0.0,
        "swim": 40.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "chaotic evil",
    "languages": {
        "as_string": "-",
        "data": []
    },
    "armor_class": 12,
    "armor_detail": "natural armor",
    "hit_points": 27,
    "hit_dice": null,
    "experience_points": 100,
    "ability_scores": {
        "strength": 14,
        "dexterity": 12,
        "constitution": 12,
        "intelligence": 1,
        "wisdom": 10,
        "charisma": 4
    },
    "modifiers": {
        "strength": 2,
        "dexterity": 1,
        "constitution": 1,
        "intelligence": -5,
        "wisdom": 0,
        "charisma": -3
    },
    "initiative_bonus": 1,
    "saving_throws": {
        "strength": 2,
        "dexterity": 1,
        "constitution": 1,
        "intelligence": -5,
        "wisdom": 0,
        "charisma": -3
    },
    "saving_throws_all": {
        "strength": 2,
        "dexterity": 1,
        "constitution": 1,
        "intelligence": -5,
        "wisdom": 0,
        "charisma": -3
    },
    "skill_bonuses": {},
    "skill_bonuses_all": {
        "acrobatics": 1,
        "animal_handling": 0,
        "arcana": -5,
        "athletics": 2,
        "deception": -3,
        "history": -5,
        "insight": 0,
        "intimidation": -3,
        "investigation": -5,
        "medicine": 0,
        "nature": -5,
        "perception": 0,
        "performance": -3,
        "persuasion": -3,
        "religion": -5,
        "sleight_of_hand": 1,
        "stealth": 1,
        "survival": 0
    },
    "passive_perception": 10,
    "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": null,
    "blindsight_range": null,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [
        {
            "name": "Bite",
            "desc": "_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one creature. _Hit:_ 6 (1d8+2) piercing damage.",
            "attacks": [
                {
                    "name": "Bite attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 4,
                    "reach": 5.0,
                    "range": null,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 1,
                    "damage_die_type": "D8",
                    "damage_bonus": 2,
                    "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": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Stealthy Hunter",
            "desc": "The shark takes the Hide action.",
            "attacks": [],
            "action_type": "BONUS_ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Blood Sense",
            "desc": "The shark can pinpoint, by scent, the location of creatures that don't have all of their HP within 60 feet of it and can sense the general direction of such creatures within 1 mile of it."
        },
        {
            "name": "Electrical Sensitivity",
            "desc": "Whenever the shark takes lightning damage, it must succeed on a DC 11 CON save or be incapacitated until the end of its next turn."
        },
        {
            "name": "Pack Tactics",
            "desc": "The shark has advantage on attack rolls against a creature if at least one of the shark's allies is within 5 feet of the creature and the ally isn't incapacitated."
        },
        {
            "name": "Water Breathing",
            "desc": "The shark can breathe only underwater."
        }
    ],
    "creaturesets": [],
    "environments": []
}