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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_rochade/?format=api",
    "key": "tob3_rochade",
    "name": "Rochade",
    "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": "Fey",
        "key": "fey",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/fey/?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": 30.0,
        "climb": 20.0
    },
    "speed_all": {
        "unit": null,
        "walk": 30.0,
        "crawl": 15.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 0.0,
        "climb": 20.0,
        "swim": 15.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "neutral",
    "languages": {
        "as_string": "Undercommon",
        "data": [
            {
                "name": "Undercommon",
                "key": "undercommon",
                "url": "https://api-beta.open5e.com/v2/languages/undercommon/?format=api",
                "desc": "Typical speakers are underworld traders."
            }
        ]
    },
    "armor_class": 14,
    "armor_detail": "",
    "hit_points": 27,
    "hit_dice": "6d6+6",
    "experience_points": 100,
    "ability_scores": {
        "strength": 10,
        "dexterity": 18,
        "constitution": 12,
        "intelligence": 6,
        "wisdom": 10,
        "charisma": 8
    },
    "modifiers": {
        "strength": 0,
        "dexterity": 4,
        "constitution": 1,
        "intelligence": -2,
        "wisdom": 0,
        "charisma": -1
    },
    "initiative_bonus": 4,
    "saving_throws": {},
    "saving_throws_all": {
        "strength": 0,
        "dexterity": 4,
        "constitution": 1,
        "intelligence": -2,
        "wisdom": 0,
        "charisma": -1
    },
    "skill_bonuses": {
        "perception": 0
    },
    "skill_bonuses_all": {
        "acrobatics": 4,
        "animal_handling": 0,
        "arcana": -2,
        "athletics": 0,
        "deception": -1,
        "history": -2,
        "insight": 0,
        "intimidation": -1,
        "investigation": -2,
        "medicine": 0,
        "nature": -2,
        "perception": 0,
        "performance": -1,
        "persuasion": -1,
        "religion": -2,
        "sleight_of_hand": 4,
        "stealth": 4,
        "survival": 0
    },
    "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": 120.0,
    "blindsight_range": null,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [
        {
            "name": "Relay",
            "desc": "Teleports one object it is holding that weighs up to 10 pounds into empty hand of one friendly creature it can see within 30' of it. If target isn't a rochade it must make DC 14 Dex save to catch the object otherwise object falls to the ground in a space within 5 ft. of target.",
            "attacks": [],
            "action_type": "BONUS_ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Short Step",
            "desc": "Teleports to unoccupied space it can see within 15 ft..",
            "attacks": [],
            "action_type": "BONUS_ACTION",
            "order_in_statblock": 1,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Switch",
            "desc": "When a creature rochade can see targets it with attack rochade can switch places with any creature it can see within 15 ft. of it. An unwilling creature must make DC 14 Dex save to avoid the switch. If the switch is successful switched creature becomes attack's target instead.",
            "attacks": [],
            "action_type": "REACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Elusive",
            "desc": "Advantage on saves and ability checks to avoid or escape effect that would reduce its speed. Also nonmagical difficult terrain composed of natural rocks or cavernous terrain doesn’t cost it extra movement."
        },
        {
            "name": "Sunlight Sensitivity",
            "desc": "In sunlight disadvantage on attacks and Wis (Perception) checks that use sight."
        }
    ],
    "creaturesets": [],
    "environments": []
}