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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/tob3_megantereon/?format=api",
    "key": "tob3_megantereon",
    "name": "Megantereon",
    "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": "Beast",
        "key": "beast",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/beast/?format=api"
    },
    "size": {
        "name": "Medium",
        "key": "medium",
        "url": "https://api-beta.open5e.com/v2/sizes/medium/?format=api"
    },
    "challenge_rating_decimal": "2.000",
    "challenge_rating_text": "2",
    "proficiency_bonus": null,
    "speed": {
        "walk": 40.0,
        "climb": 20.0
    },
    "speed_all": {
        "unit": null,
        "walk": 40.0,
        "crawl": 20.0,
        "hover": false,
        "fly": 0.0,
        "burrow": 0.0,
        "climb": 20.0,
        "swim": 20.0
    },
    "category": "Monsters",
    "subcategory": null,
    "alignment": "unaligned",
    "languages": {
        "as_string": "",
        "data": []
    },
    "armor_class": 13,
    "armor_detail": "",
    "hit_points": 52,
    "hit_dice": "8d8+16",
    "experience_points": 450,
    "ability_scores": {
        "strength": 18,
        "dexterity": 16,
        "constitution": 15,
        "intelligence": 3,
        "wisdom": 12,
        "charisma": 9
    },
    "modifiers": {
        "strength": 4,
        "dexterity": 3,
        "constitution": 2,
        "intelligence": -4,
        "wisdom": 1,
        "charisma": -1
    },
    "initiative_bonus": 3,
    "saving_throws": {},
    "saving_throws_all": {
        "strength": 4,
        "dexterity": 3,
        "constitution": 2,
        "intelligence": -4,
        "wisdom": 1,
        "charisma": -1
    },
    "skill_bonuses": {
        "perception": 1
    },
    "skill_bonuses_all": {
        "acrobatics": 3,
        "animal_handling": 1,
        "arcana": -4,
        "athletics": 4,
        "deception": -1,
        "history": -4,
        "insight": 1,
        "intimidation": -1,
        "investigation": -4,
        "medicine": 1,
        "nature": -4,
        "perception": 1,
        "performance": -1,
        "persuasion": -1,
        "religion": -4,
        "sleight_of_hand": 3,
        "stealth": 3,
        "survival": 1
    },
    "passive_perception": 13,
    "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": 60.0,
    "blindsight_range": null,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [],
    "traits": [
        {
            "name": "Grassland Camouflage",
            "desc": "Has advantage on Dex (Stealth) checks made to hide in grassland terrain."
        },
        {
            "name": "Keen Smell",
            "desc": "Advantage: smell Wis (Percept) checks."
        },
        {
            "name": "Pounce",
            "desc": "If the megantereon moves at least 20' straight toward a creature and then hits with Claw attack on the same turn that target must make DC 14 Str save or be knocked prone. If the target is prone the megantereon can make one Bite attack vs. it as a bonus action."
        },
        {
            "name": "Running Leap",
            "desc": "With a 10 ft. running start the megantereon can long jump up to 20'."
        }
    ],
    "creaturesets": [],
    "environments": []
}