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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob2_corrupted-pixie/?format=api",
    "key": "tob2_corrupted-pixie",
    "name": "Corrupted Pixie",
    "document": {
        "name": "Tome of Beasts 2",
        "key": "tob2",
        "display_name": "Tome of Beasts 2",
        "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-2/"
    },
    "type": {
        "name": "Fiend",
        "key": "fiend",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/fiend/?format=api"
    },
    "size": {
        "name": "Tiny",
        "key": "tiny",
        "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
    },
    "challenge_rating_decimal": "0.500",
    "challenge_rating_text": "1/2",
    "proficiency_bonus": null,
    "speed": {
        "walk": 10.0,
        "unit": "feet",
        "fly": 30.0
    },
    "speed_all": {
        "unit": "feet",
        "walk": 10.0,
        "crawl": 5.0,
        "hover": false,
        "fly": 30.0,
        "burrow": 0.0,
        "climb": 5.0,
        "swim": 5.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "chaotic evil",
    "languages": {
        "as_string": "Abyssal, Infernal, Primordial, Sylvan",
        "data": [
            {
                "name": "Abyssal",
                "key": "abyssal",
                "url": "https://api-beta.open5e.com/v2/languages/abyssal/?format=api",
                "desc": "Typical speakers are demons."
            },
            {
                "name": "Infernal",
                "key": "infernal",
                "url": "https://api-beta.open5e.com/v2/languages/infernal/?format=api",
                "desc": "Typical speakers are devils."
            },
            {
                "name": "Primordial",
                "key": "primordial",
                "url": "https://api-beta.open5e.com/v2/languages/primordial/?format=api",
                "desc": "Typical speakers are elementals."
            },
            {
                "name": "Sylvan",
                "key": "sylvan",
                "url": "https://api-beta.open5e.com/v2/languages/sylvan/?format=api",
                "desc": "Typical speakers are fey creatures."
            }
        ]
    },
    "armor_class": 15,
    "armor_detail": "",
    "hit_points": 5,
    "hit_dice": "2d4",
    "experience_points": 100,
    "ability_scores": {
        "strength": 2,
        "dexterity": 20,
        "constitution": 10,
        "intelligence": 12,
        "wisdom": 14,
        "charisma": 15
    },
    "modifiers": {
        "strength": -4,
        "dexterity": 5,
        "constitution": 0,
        "intelligence": 1,
        "wisdom": 2,
        "charisma": 2
    },
    "initiative_bonus": 5,
    "saving_throws": {},
    "saving_throws_all": {
        "strength": -4,
        "dexterity": 5,
        "constitution": 0,
        "intelligence": 1,
        "wisdom": 2,
        "charisma": 2
    },
    "skill_bonuses": {
        "perception": 4,
        "stealth": 7
    },
    "skill_bonuses_all": {
        "acrobatics": 5,
        "animal_handling": 2,
        "arcana": 1,
        "athletics": -4,
        "deception": 2,
        "history": 1,
        "insight": 2,
        "intimidation": 2,
        "investigation": 1,
        "medicine": 2,
        "nature": 1,
        "perception": 4,
        "performance": 2,
        "persuasion": 2,
        "religion": 1,
        "sleight_of_hand": 5,
        "stealth": 7,
        "survival": 2
    },
    "passive_perception": 14,
    "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": "Confusion Touch",
            "desc": "The pixie touches one creature. The target must succeed on a DC 12 Wisdom saving throw or use its reaction to make one melee attack against one of its allies within 5 feet. If it has no allies within 5 feet, the creature attacks itself.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Superior Invisibility",
            "desc": "The pixie magically turns invisible until its concentration ends (as if concentrating on a spell). Any equipment the pixie wears or carries is invisible with it.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 1,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Innate Spellcasting",
            "desc": "The pixie’s innate spellcasting ability is Charisma (spell save DC 12, +4 to hit with spell attacks). It can innately cast the following spells, requiring no material components:\nAt will: vicious mockery\n1/day each: bestow curse, charm person, confusion, detect thoughts, dispel magic, fire bolt, hideous laughter, ray of enfeeblement, suggestion"
        },
        {
            "name": "Magic Resistance",
            "desc": "The pixie has advantage on saving throws against spells and other magical effects."
        }
    ],
    "creaturesets": [],
    "environments": []
}