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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/bfrd_owl-giant/?format=api",
    "key": "bfrd_owl-giant",
    "name": "Owl, Giant",
    "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": "Large",
        "key": "large",
        "url": "https://api-beta.open5e.com/v2/sizes/large/?format=api"
    },
    "challenge_rating_decimal": "0.250",
    "challenge_rating_text": "1/4",
    "proficiency_bonus": null,
    "speed": {
        "walk": 5.0,
        "unit": "feet",
        "fly": 60.0
    },
    "speed_all": {
        "unit": "feet",
        "walk": 5.0,
        "crawl": 2.5,
        "hover": false,
        "fly": 60.0,
        "burrow": 0.0,
        "climb": 2.5,
        "swim": 2.5
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "chaotic evil",
    "languages": {
        "as_string": "Giant Owl,understands Common,Elvish,and Sylvan but can't speak them",
        "data": [
            {
                "name": "Elvish",
                "key": "elvish",
                "url": "https://api-beta.open5e.com/v2/languages/elvish/?format=api",
                "desc": "Typical speakers are elves."
            }
        ]
    },
    "armor_class": 12,
    "armor_detail": "",
    "hit_points": 15,
    "hit_dice": null,
    "experience_points": 50,
    "ability_scores": {
        "strength": 12,
        "dexterity": 14,
        "constitution": 12,
        "intelligence": 8,
        "wisdom": 12,
        "charisma": 10
    },
    "modifiers": {
        "strength": 1,
        "dexterity": 2,
        "constitution": 1,
        "intelligence": -1,
        "wisdom": 1,
        "charisma": 0
    },
    "initiative_bonus": 2,
    "saving_throws": {
        "strength": 1,
        "dexterity": 2,
        "constitution": 1,
        "intelligence": -1,
        "wisdom": 1,
        "charisma": 0
    },
    "saving_throws_all": {
        "strength": 1,
        "dexterity": 2,
        "constitution": 1,
        "intelligence": -1,
        "wisdom": 1,
        "charisma": 0
    },
    "skill_bonuses": {},
    "skill_bonuses_all": {
        "acrobatics": 2,
        "animal_handling": 1,
        "arcana": -1,
        "athletics": 1,
        "deception": 0,
        "history": -1,
        "insight": 1,
        "intimidation": 0,
        "investigation": -1,
        "medicine": 1,
        "nature": -1,
        "perception": 1,
        "performance": 0,
        "persuasion": 0,
        "religion": -1,
        "sleight_of_hand": 2,
        "stealth": 2,
        "survival": 1
    },
    "passive_perception": 11,
    "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": 120.0,
    "blindsight_range": null,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [
        {
            "name": "Puffed Up Display",
            "desc": "When a creature the owl is aware of and that is within 30 feet of it attacks it, the owl can suddenly turn its piercing gaze on the creature, puff up its feathers, and release a quick hiss, startling the creature. The attacker has disadvantage on the attack roll.",
            "attacks": [],
            "action_type": "REACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Talons",
            "desc": "_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 6 (1d8+2) slashing damage.",
            "attacks": [
                {
                    "name": "Talons 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": "Slashing",
                        "key": "slashing",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/slashing/?format=api"
                    },
                    "distance_unit": "feet"
                }
            ],
            "action_type": "ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Flyby",
            "desc": "The owl doesn't provoke opportunity attacks when it flies out of an enemy's reach."
        },
        {
            "name": "Heightened Hearing and Sight",
            "desc": "The owl's Perception is 20 when perceiving by hearing or sight."
        },
        {
            "name": "Quiet Wings",
            "desc": "The owl's Stealth is 19 while flying."
        }
    ],
    "creaturesets": [],
    "environments": []
}