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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_dragon-sand-wyrmling/?format=api",
    "key": "tob3_dragon-sand-wyrmling",
    "name": "Dragon, Sand Wyrmling",
    "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": "Dragon",
        "key": "dragon",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/dragon/?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,
        "fly": 60.0,
        "burrow": 20.0
    },
    "speed_all": {
        "unit": null,
        "walk": 30.0,
        "crawl": 15.0,
        "hover": false,
        "fly": 60.0,
        "burrow": 20.0,
        "climb": 15.0,
        "swim": 15.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "neutral evil",
    "languages": {
        "as_string": "Draconic",
        "data": [
            {
                "name": "Draconic",
                "key": "draconic",
                "url": "https://api-beta.open5e.com/v2/languages/draconic/?format=api",
                "desc": "Typical speakers include dragons and dragonborn."
            }
        ]
    },
    "armor_class": 18,
    "armor_detail": "natural armor",
    "hit_points": 52,
    "hit_dice": "7d8+21",
    "experience_points": 700,
    "ability_scores": {
        "strength": 17,
        "dexterity": 12,
        "constitution": 17,
        "intelligence": 11,
        "wisdom": 14,
        "charisma": 12
    },
    "modifiers": {
        "strength": 3,
        "dexterity": 1,
        "constitution": 3,
        "intelligence": 0,
        "wisdom": 2,
        "charisma": 1
    },
    "initiative_bonus": 1,
    "saving_throws": {
        "dexterity": 3,
        "constitution": 5,
        "wisdom": 4,
        "charisma": 3
    },
    "saving_throws_all": {
        "strength": 3,
        "dexterity": 3,
        "constitution": 5,
        "intelligence": 0,
        "wisdom": 4,
        "charisma": 3
    },
    "skill_bonuses": {
        "perception": 2
    },
    "skill_bonuses_all": {
        "acrobatics": 1,
        "animal_handling": 2,
        "arcana": 0,
        "athletics": 3,
        "deception": 1,
        "history": 0,
        "insight": 2,
        "intimidation": 1,
        "investigation": 0,
        "medicine": 2,
        "nature": 0,
        "perception": 2,
        "performance": 1,
        "persuasion": 1,
        "religion": 0,
        "sleight_of_hand": 1,
        "stealth": 1,
        "survival": 2
    },
    "passive_perception": 16,
    "resistances_and_immunities": {
        "damage_immunities_display": "fire",
        "damage_immunities": [
            {
                "name": "Fire",
                "key": "fire",
                "url": "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
            }
        ],
        "damage_resistances_display": "piercing",
        "damage_resistances": [
            {
                "name": "Piercing",
                "key": "piercing",
                "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?format=api"
            }
        ],
        "damage_vulnerabilities_display": "",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "blinded",
        "condition_immunities": [
            {
                "name": "Blinded",
                "key": "blinded",
                "url": "https://api-beta.open5e.com/v2/conditions/blinded/?format=api"
            }
        ]
    },
    "normal_sight_range": 10560.0,
    "darkvision_range": 60.0,
    "blindsight_range": 10.0,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [],
    "traits": [
        {
            "name": "Sand Camouflage",
            "desc": "The sand dragon has advantage on Dex (Stealth) checks made to hide in sandy terrain."
        },
        {
            "name": "Sandy Nature",
            "desc": "Is infused with elemental power and it requires only half the air food and drink that a typical dragon if its size needs."
        },
        {
            "name": "Stinging Sand",
            "desc": "The first time it hits a target with melee weapon attack target: DC 13 Con save or have disadvantage on attack rolls and ability checks until end of its next turn."
        }
    ],
    "creaturesets": [],
    "environments": []
}