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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_phoenixborn/?format=api",
    "key": "tob3_phoenixborn",
    "name": "Phoenixborn",
    "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": "Humanoid",
        "key": "humanoid",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/humanoid/?format=api"
    },
    "size": {
        "name": "Medium",
        "key": "medium",
        "url": "https://api-beta.open5e.com/v2/sizes/medium/?format=api"
    },
    "challenge_rating_decimal": "0.500",
    "challenge_rating_text": "1/2",
    "proficiency_bonus": null,
    "speed": {
        "walk": 20.0,
        "fly": 40.0
    },
    "speed_all": {
        "unit": null,
        "walk": 20.0,
        "crawl": 10.0,
        "hover": false,
        "fly": 40.0,
        "burrow": 0.0,
        "climb": 10.0,
        "swim": 10.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "any",
    "languages": {
        "as_string": "Common, Ignan",
        "data": [
            {
                "name": "Common",
                "key": "common",
                "url": "https://api-beta.open5e.com/v2/languages/common/?format=api",
                "desc": "Typical speakers are Humans."
            }
        ]
    },
    "armor_class": 13,
    "armor_detail": "",
    "hit_points": 33,
    "hit_dice": "6d8+6",
    "experience_points": 100,
    "ability_scores": {
        "strength": 12,
        "dexterity": 16,
        "constitution": 13,
        "intelligence": 8,
        "wisdom": 10,
        "charisma": 14
    },
    "modifiers": {
        "strength": 1,
        "dexterity": 3,
        "constitution": 1,
        "intelligence": -1,
        "wisdom": 0,
        "charisma": 2
    },
    "initiative_bonus": 3,
    "saving_throws": {},
    "saving_throws_all": {
        "strength": 1,
        "dexterity": 3,
        "constitution": 1,
        "intelligence": -1,
        "wisdom": 0,
        "charisma": 2
    },
    "skill_bonuses": {
        "perception": 0
    },
    "skill_bonuses_all": {
        "acrobatics": 3,
        "animal_handling": 0,
        "arcana": -1,
        "athletics": 1,
        "deception": 2,
        "history": -1,
        "insight": 0,
        "intimidation": 2,
        "investigation": -1,
        "medicine": 0,
        "nature": -1,
        "perception": 0,
        "performance": 2,
        "persuasion": 2,
        "religion": -1,
        "sleight_of_hand": 3,
        "stealth": 3,
        "survival": 0
    },
    "passive_perception": 12,
    "resistances_and_immunities": {
        "damage_immunities_display": "",
        "damage_immunities": [],
        "damage_resistances_display": "fire",
        "damage_resistances": [
            {
                "name": "Fire",
                "key": "fire",
                "url": "https://api-beta.open5e.com/v2/damagetypes/fire/?format=api"
            }
        ],
        "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": "Fiery Feathers",
            "desc": "Sheds 10 ft. radius bright light dim light extra 10 ft.."
        },
        {
            "name": "Rebirth (1/Day)",
            "desc": "If reduced to 0 hp it erupts in a burst of flame. Each creature within 10 ft. of it takes 3 (1d6) fire and the phoenixborn regains hp equal to the total damage taken."
        }
    ],
    "creaturesets": [],
    "environments": []
}