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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_scorchrunner-jackal/?format=api",
    "key": "tob3_scorchrunner-jackal",
    "name": "Scorchrunner Jackal",
    "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": "Medium",
        "key": "medium",
        "url": "https://api-beta.open5e.com/v2/sizes/medium/?format=api"
    },
    "challenge_rating_decimal": "1.000",
    "challenge_rating_text": "1",
    "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": "unaligned",
    "languages": {
        "as_string": "",
        "data": []
    },
    "armor_class": 13,
    "armor_detail": "",
    "hit_points": 38,
    "hit_dice": "7d8+7",
    "experience_points": 200,
    "ability_scores": {
        "strength": 9,
        "dexterity": 16,
        "constitution": 12,
        "intelligence": 4,
        "wisdom": 14,
        "charisma": 10
    },
    "modifiers": {
        "strength": -1,
        "dexterity": 3,
        "constitution": 1,
        "intelligence": -3,
        "wisdom": 2,
        "charisma": 0
    },
    "initiative_bonus": 3,
    "saving_throws": {
        "dexterity": 5,
        "wisdom": 4
    },
    "saving_throws_all": {
        "strength": -1,
        "dexterity": 5,
        "constitution": 1,
        "intelligence": -3,
        "wisdom": 4,
        "charisma": 0
    },
    "skill_bonuses": {
        "perception": 2
    },
    "skill_bonuses_all": {
        "acrobatics": 3,
        "animal_handling": 2,
        "arcana": -3,
        "athletics": -1,
        "deception": 0,
        "history": -3,
        "insight": 2,
        "intimidation": 0,
        "investigation": -3,
        "medicine": 2,
        "nature": -3,
        "perception": 2,
        "performance": 0,
        "persuasion": 0,
        "religion": -3,
        "sleight_of_hand": 3,
        "stealth": 3,
        "survival": 2
    },
    "passive_perception": 14,
    "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": "",
        "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": [
        {
            "name": "Daylight Skirmish",
            "desc": "While in sunlight the jackal takes the Dash or Dodge action.",
            "attacks": [],
            "action_type": "BONUS_ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Day Hunter",
            "desc": "When the scorchrunner jackal makes an attack roll while in sunlight it can roll a d4 and add the number rolled to the attack roll."
        }
    ],
    "creaturesets": [],
    "environments": []
}