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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_puffinfolk/?format=api",
    "key": "tob3_puffinfolk",
    "name": "Puffinfolk",
    "document": {
        "name": "Tome of Beasts 3",
        "key": "tob3",
        "display_name": "Tome of Beasts 3",
        "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-3/"
    },
    "type": {
        "name": "Humanoid",
        "key": "humanoid",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/humanoid/?format=api"
    },
    "size": {
        "name": "Small",
        "key": "small",
        "url": "https://api-beta.open5e.com/v2/sizes/small/?format=api"
    },
    "challenge_rating_decimal": "0.500",
    "challenge_rating_text": "1/2",
    "proficiency_bonus": null,
    "speed": {
        "walk": 20.0,
        "fly": 40.0,
        "swim": 30.0
    },
    "speed_all": {
        "unit": null,
        "walk": 20.0,
        "crawl": 10.0,
        "hover": false,
        "fly": 40.0,
        "burrow": 0.0,
        "climb": 10.0,
        "swim": 30.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "neutral",
    "languages": {
        "as_string": "Aquan, Common",
        "data": [
            {
                "name": "Common",
                "key": "common",
                "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "desc": "Typical speakers are Humans."
            }
        ]
    },
    "armor_class": 15,
    "armor_detail": "leather armor",
    "hit_points": 22,
    "hit_dice": "4d6+8",
    "experience_points": 100,
    "ability_scores": {
        "strength": 12,
        "dexterity": 18,
        "constitution": 15,
        "intelligence": 12,
        "wisdom": 14,
        "charisma": 10
    },
    "modifiers": {
        "strength": 1,
        "dexterity": 4,
        "constitution": 2,
        "intelligence": 1,
        "wisdom": 2,
        "charisma": 0
    },
    "initiative_bonus": 4,
    "saving_throws": {},
    "saving_throws_all": {
        "strength": 1,
        "dexterity": 4,
        "constitution": 2,
        "intelligence": 1,
        "wisdom": 2,
        "charisma": 0
    },
    "skill_bonuses": {
        "perception": 2
    },
    "skill_bonuses_all": {
        "acrobatics": 4,
        "animal_handling": 2,
        "arcana": 1,
        "athletics": 1,
        "deception": 0,
        "history": 1,
        "insight": 2,
        "intimidation": 0,
        "investigation": 1,
        "medicine": 2,
        "nature": 1,
        "perception": 2,
        "performance": 0,
        "persuasion": 0,
        "religion": 1,
        "sleight_of_hand": 4,
        "stealth": 4,
        "survival": 2
    },
    "passive_perception": 12,
    "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": 60.0,
    "blindsight_range": null,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [
        {
            "name": "Quick and Nimble",
            "desc": "When a creature the puffinfolk can see targets it with melee or ranged weapon attack puffinfolk darts out of the way and attacker has disadvantage on the attack.",
            "attacks": [],
            "action_type": "REACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Blessings of the Sea Gods",
            "desc": "Has advantage on saves while flying over or swimming in ocean waters."
        },
        {
            "name": "Hardy Ocean Explorers",
            "desc": "Considered a Med creature when determining its carrying capacity. Holds its breath 30 min."
        },
        {
            "name": "Oceanic Recall",
            "desc": "Can perfectly recall any path it has traveled above or within an ocean."
        }
    ],
    "creaturesets": [],
    "environments": []
}