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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_rakshasa-myrmidon/?format=api",
    "key": "tob3_rakshasa-myrmidon",
    "name": "Rakshasa, Myrmidon",
    "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": "Fiend",
        "key": "fiend",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/fiend/?format=api"
    },
    "size": {
        "name": "Medium",
        "key": "medium",
        "url": "https://api-beta.open5e.com/v2/sizes/medium/?format=api"
    },
    "challenge_rating_decimal": "3.000",
    "challenge_rating_text": "3",
    "proficiency_bonus": null,
    "speed": {
        "walk": 30.0
    },
    "speed_all": {
        "unit": null,
        "walk": 30.0,
        "crawl": 15.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 0.0,
        "climb": 15.0,
        "swim": 15.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "lawful evil",
    "languages": {
        "as_string": "Common, Infernal",
        "data": [
            {
                "name": "Common",
                "key": "common",
                "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "desc": "Typical speakers are Humans."
            },
            {
                "name": "Infernal",
                "key": "infernal",
                "url": "https://api-beta.open5e.com/v2/languages/infernal/?format=api",
                "desc": "Typical speakers are devils."
            }
        ]
    },
    "armor_class": 18,
    "armor_detail": "scale mail, shield",
    "hit_points": 51,
    "hit_dice": "6d8+24",
    "experience_points": 700,
    "ability_scores": {
        "strength": 18,
        "dexterity": 14,
        "constitution": 18,
        "intelligence": 12,
        "wisdom": 12,
        "charisma": 14
    },
    "modifiers": {
        "strength": 4,
        "dexterity": 2,
        "constitution": 4,
        "intelligence": 1,
        "wisdom": 1,
        "charisma": 2
    },
    "initiative_bonus": 2,
    "saving_throws": {},
    "saving_throws_all": {
        "strength": 4,
        "dexterity": 2,
        "constitution": 4,
        "intelligence": 1,
        "wisdom": 1,
        "charisma": 2
    },
    "skill_bonuses": {
        "perception": 1
    },
    "skill_bonuses_all": {
        "acrobatics": 2,
        "animal_handling": 1,
        "arcana": 1,
        "athletics": 4,
        "deception": 2,
        "history": 1,
        "insight": 1,
        "intimidation": 2,
        "investigation": 1,
        "medicine": 1,
        "nature": 1,
        "perception": 1,
        "performance": 2,
        "persuasion": 2,
        "religion": 1,
        "sleight_of_hand": 2,
        "stealth": 2,
        "survival": 1
    },
    "passive_perception": 13,
    "resistances_and_immunities": {
        "damage_immunities_display": "",
        "damage_immunities": [],
        "damage_resistances_display": "",
        "damage_resistances": [],
        "damage_vulnerabilities_display": "piercing from magic weapons wielded by good creatures",
        "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": "Allied Parry",
            "desc": "When a creature myrmidon can see attacks creature within 5 ft. of it myrmidon can impose disadvantage on attack roll. To do so myrmidon must be wielding a shield.",
            "attacks": [],
            "action_type": "REACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Arcane Weapons",
            "desc": "Its weapon attacks are magical. When it hits with any weapon weapon deals extra 2d4 force (included below)."
        },
        {
            "name": "Dedicated Warrior",
            "desc": "The myrmidon has advantage on saves vs. being charmed and frightened."
        },
        {
            "name": "Limited Magic Immunity",
            "desc": "Can’t be affected or detected by spells of 1st level or lower unless it wishes to be. Has advantage on saves vs. all other spells and magical effects."
        },
        {
            "name": "Tiger Tag Team",
            "desc": "Advantage on attack rolls vs. a creature if 1+ friendly rakshasa is within 5 ft. of creature and that rakshasa isn’t incapacitated."
        }
    ],
    "creaturesets": [],
    "environments": []
}