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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_sunflower-sprite/?format=api",
    "key": "tob3_sunflower-sprite",
    "name": "Sunflower Sprite",
    "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": "Fey",
        "key": "fey",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/fey/?format=api"
    },
    "size": {
        "name": "Small",
        "key": "small",
        "url": "https://api-beta.open5e.com/v2/sizes/small/?format=api"
    },
    "challenge_rating_decimal": "0.500",
    "challenge_rating_text": "1/2",
    "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": "neutral good",
    "languages": {
        "as_string": "Sylvan",
        "data": [
            {
                "name": "Sylvan",
                "key": "sylvan",
                "url": "https://api-beta.open5e.com/v2/languages/sylvan/?format=api",
                "desc": "Typical speakers are fey creatures."
            }
        ]
    },
    "armor_class": 12,
    "armor_detail": "",
    "hit_points": 14,
    "hit_dice": "4d6",
    "experience_points": 100,
    "ability_scores": {
        "strength": 8,
        "dexterity": 14,
        "constitution": 10,
        "intelligence": 10,
        "wisdom": 14,
        "charisma": 16
    },
    "modifiers": {
        "strength": -1,
        "dexterity": 2,
        "constitution": 0,
        "intelligence": 0,
        "wisdom": 2,
        "charisma": 3
    },
    "initiative_bonus": 2,
    "saving_throws": {},
    "saving_throws_all": {
        "strength": -1,
        "dexterity": 2,
        "constitution": 0,
        "intelligence": 0,
        "wisdom": 2,
        "charisma": 3
    },
    "skill_bonuses": {
        "perception": 2
    },
    "skill_bonuses_all": {
        "acrobatics": 2,
        "animal_handling": 2,
        "arcana": 0,
        "athletics": -1,
        "deception": 3,
        "history": 0,
        "insight": 2,
        "intimidation": 3,
        "investigation": 0,
        "medicine": 2,
        "nature": 0,
        "perception": 2,
        "performance": 3,
        "persuasion": 3,
        "religion": 0,
        "sleight_of_hand": 2,
        "stealth": 2,
        "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": null,
    "blindsight_range": null,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [],
    "traits": [
        {
            "name": "Diurnal",
            "desc": "At night or when underground it has disadvantage on initiative rolls and Wis (Perception) checks."
        },
        {
            "name": "Magic Resistance",
            "desc": "Advantage: spell/magic effect saves."
        },
        {
            "name": "Speak with Plants",
            "desc": "Can communicate with plants as if they shared a language."
        },
        {
            "name": "Variable Illumination",
            "desc": "Sheds bright light in a 5 ft. to 20' radius and dim light for extra number of feet equal to chosen radius. It can alter radius as a bonus action. It can’t use this trait if it hasn’t been exposed to sunlight in past 24 hrs."
        }
    ],
    "creaturesets": [],
    "environments": []
}