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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_gigantura/?format=api",
    "key": "tob3_gigantura",
    "name": "Gigantura",
    "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": "Monstrosity",
        "key": "monstrosity",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/monstrosity/?format=api"
    },
    "size": {
        "name": "Gargantuan",
        "key": "gargantuan",
        "url": "https://api-beta.open5e.com/v2/sizes/gargantuan/?format=api"
    },
    "challenge_rating_decimal": "13.000",
    "challenge_rating_text": "13",
    "proficiency_bonus": null,
    "speed": {
        "walk": 0.0,
        "swim": 60.0
    },
    "speed_all": {
        "unit": null,
        "walk": 0.0,
        "crawl": 0.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 0.0,
        "climb": 0.0,
        "swim": 60.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "unaligned",
    "languages": {
        "as_string": "understands Aquan and Deep Speech, but can't speak",
        "data": []
    },
    "armor_class": 16,
    "armor_detail": "natural armor",
    "hit_points": 248,
    "hit_dice": "16d20+80",
    "experience_points": 10000,
    "ability_scores": {
        "strength": 22,
        "dexterity": 16,
        "constitution": 20,
        "intelligence": 6,
        "wisdom": 16,
        "charisma": 4
    },
    "modifiers": {
        "strength": 6,
        "dexterity": 3,
        "constitution": 5,
        "intelligence": -2,
        "wisdom": 3,
        "charisma": -3
    },
    "initiative_bonus": 3,
    "saving_throws": {
        "constitution": 1,
        "wisdom": 8,
        "charisma": 2
    },
    "saving_throws_all": {
        "strength": 6,
        "dexterity": 3,
        "constitution": 1,
        "intelligence": -2,
        "wisdom": 8,
        "charisma": 2
    },
    "skill_bonuses": {
        "perception": 3
    },
    "skill_bonuses_all": {
        "acrobatics": 3,
        "animal_handling": 3,
        "arcana": -2,
        "athletics": 6,
        "deception": -3,
        "history": -2,
        "insight": 3,
        "intimidation": -3,
        "investigation": -2,
        "medicine": 3,
        "nature": -2,
        "perception": 3,
        "performance": -3,
        "persuasion": -3,
        "religion": -2,
        "sleight_of_hand": 3,
        "stealth": 3,
        "survival": 3
    },
    "passive_perception": 18,
    "resistances_and_immunities": {
        "damage_immunities_display": "",
        "damage_immunities": [],
        "damage_resistances_display": "cold",
        "damage_resistances": [
            {
                "name": "Cold",
                "key": "cold",
                "url": "https://api-beta.open5e.com/v2/damagetypes/cold/?format=api"
            }
        ],
        "damage_vulnerabilities_display": "",
        "damage_vulnerabilities": [],
        "condition_immunities_display": "stunned",
        "condition_immunities": [
            {
                "name": "Stunned",
                "key": "stunned",
                "url": "https://api-beta.open5e.com/v2/conditions/stunned/?format=api"
            }
        ]
    },
    "normal_sight_range": 10560.0,
    "darkvision_range": 120.0,
    "blindsight_range": null,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [],
    "traits": [
        {
            "name": "Telescoping Eyes",
            "desc": "Advantage on Wis (Perception) checks that rely on sight and magical darkness doesn’t impede its darkvision. Also disadvantage on ability checks and saves vs. being blinded."
        },
        {
            "name": "Water Breathing",
            "desc": "Can breathe only underwater."
        }
    ],
    "creaturesets": [],
    "environments": []
}