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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/a5e-mm_pseudodragon/?format=api",
    "key": "a5e-mm_pseudodragon",
    "name": "Pseudodragon",
    "document": {
        "name": "Monstrous Menagerie",
        "key": "a5e-mm",
        "display_name": "Monstrous Menagerie",
        "publisher": {
            "name": "EN Publishing",
            "key": "en-publishing",
            "url": "https://api-beta.open5e.com/v2/publishers/en-publishing/?format=api"
        },
        "gamesystem": {
            "name": "Advanced 5th Edition",
            "key": "a5e",
            "url": "https://api-beta.open5e.com/v2/gamesystems/a5e/?format=api"
        },
        "permalink": "https://enpublishingrpg.com/collections/level-up-advanced-5th-edition-a5e/products/level-up-monstrous-menagerie-a5e"
    },
    "type": {
        "name": "Dragon",
        "key": "dragon",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/dragon/?format=api"
    },
    "size": {
        "name": "Tiny",
        "key": "tiny",
        "url": "https://api-beta.open5e.com/v2/sizes/tiny/?format=api"
    },
    "challenge_rating_decimal": "0.250",
    "challenge_rating_text": "1/4",
    "proficiency_bonus": null,
    "speed": {
        "walk": 15.0,
        "unit": "feet",
        "fly": 60.0
    },
    "speed_all": {
        "unit": "feet",
        "walk": 15.0,
        "crawl": 7.5,
        "hover": false,
        "fly": 60.0,
        "burrow": 0.0,
        "climb": 7.5,
        "swim": 7.5
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "chaotic evil",
    "languages": {
        "as_string": "understands Common and Draconic but can't speak",
        "data": []
    },
    "armor_class": 13,
    "armor_detail": "",
    "hit_points": 7,
    "hit_dice": "2d4+2",
    "experience_points": 50,
    "ability_scores": {
        "strength": 6,
        "dexterity": 14,
        "constitution": 12,
        "intelligence": 10,
        "wisdom": 12,
        "charisma": 10
    },
    "modifiers": {
        "strength": -2,
        "dexterity": 2,
        "constitution": 1,
        "intelligence": 0,
        "wisdom": 1,
        "charisma": 0
    },
    "initiative_bonus": 2,
    "saving_throws": {},
    "saving_throws_all": {
        "strength": -2,
        "dexterity": 2,
        "constitution": 1,
        "intelligence": 0,
        "wisdom": 1,
        "charisma": 0
    },
    "skill_bonuses": {
        "perception": 3,
        "stealth": 4
    },
    "skill_bonuses_all": {
        "acrobatics": 2,
        "animal_handling": 1,
        "arcana": 0,
        "athletics": -2,
        "deception": 0,
        "history": 0,
        "insight": 1,
        "intimidation": 0,
        "investigation": 0,
        "medicine": 1,
        "nature": 0,
        "perception": 3,
        "performance": 0,
        "persuasion": 0,
        "religion": 0,
        "sleight_of_hand": 2,
        "stealth": 4,
        "survival": 1
    },
    "passive_perception": 16,
    "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": 10.0,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [
        {
            "name": "Sting",
            "desc": "Melee Weapon Attack: +4 to hit, reach 5 ft., one creature. Hit: 4 (1d4 + 2) piercing damage  and the target must succeed on a DC 11 Constitution saving throw or become poisoned. At the end of its next turn  it repeats the saving throw. On a success  the effect ends. On a failure  it falls unconscious for 1 hour. If it takes damage  or a creature uses an action to shake it awake  it wakes up  and the effect ends.",
            "attacks": [
                {
                    "name": "Sting 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": "D4",
                    "damage_bonus": 2,
                    "damage_type": null,
                    "extra_damage_die_count": null,
                    "extra_damage_die_type": null,
                    "extra_damage_bonus": null,
                    "extra_damage_type": {
                        "name": "Piercing",
                        "key": "piercing",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
                    },
                    "distance_unit": "feet"
                }
            ],
            "action_type": "ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Telepathic Static",
            "desc": "The pseudodragon targets one creature it can see within 10 feet  forcing it to make a DC 11 Charisma saving throw. On a failure  its stunned until the end of its next turn as it suffers a barrage of telepathic imagery.",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 1,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": {
                "type": "PER_DAY",
                "param": 3
            }
        }
    ],
    "traits": [
        {
            "name": "Limited Telepathy",
            "desc": "The pseudodragon can magically communicate simple ideas, emotions, and images telepathically to any creature within 10 feet of it."
        },
        {
            "name": "Magic Resistance",
            "desc": "The pseudodragon has advantage on saving throws against spells and other magical effects."
        }
    ],
    "creaturesets": [],
    "environments": []
}