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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/a5e-mm_salamander-nymph/?format=api",
    "key": "a5e-mm_salamander-nymph",
    "name": "Salamander Nymph",
    "document": {
        "name": "Monstrous Menagerie",
        "key": "a5e-mm",
        "display_name": "Monstrous Menagerie",
        "publisher": {
            "name": "EN Publishing",
            "key": "en-publishing",
            "url": "https://api-beta.open5e.com/v2/publishers/en-publishing/?format=api"
        },
        "gamesystem": {
            "name": "Advanced 5th Edition",
            "key": "a5e",
            "url": "https://api-beta.open5e.com/v2/gamesystems/a5e/?format=api"
        },
        "permalink": "https://enpublishingrpg.com/collections/level-up-advanced-5th-edition-a5e/products/level-up-monstrous-menagerie-a5e"
    },
    "type": {
        "name": "Elemental",
        "key": "elemental",
        "url": "https://api-beta.open5e.com/v2/creaturetypes/elemental/?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,
        "unit": "feet"
    },
    "speed_all": {
        "unit": "feet",
        "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": "chaotic evil",
    "languages": {
        "as_string": "understands Ignan but can't speak",
        "data": []
    },
    "armor_class": 14,
    "armor_detail": "",
    "hit_points": 27,
    "hit_dice": "5d8+5",
    "experience_points": 200,
    "ability_scores": {
        "strength": 14,
        "dexterity": 14,
        "constitution": 12,
        "intelligence": 8,
        "wisdom": 10,
        "charisma": 8
    },
    "modifiers": {
        "strength": 2,
        "dexterity": 2,
        "constitution": 1,
        "intelligence": -1,
        "wisdom": 0,
        "charisma": -1
    },
    "initiative_bonus": 2,
    "saving_throws": {},
    "saving_throws_all": {
        "strength": 2,
        "dexterity": 2,
        "constitution": 1,
        "intelligence": -1,
        "wisdom": 0,
        "charisma": -1
    },
    "skill_bonuses": {},
    "skill_bonuses_all": {
        "acrobatics": 2,
        "animal_handling": 0,
        "arcana": -1,
        "athletics": 2,
        "deception": -1,
        "history": -1,
        "insight": 0,
        "intimidation": -1,
        "investigation": -1,
        "medicine": 0,
        "nature": -1,
        "perception": 0,
        "performance": -1,
        "persuasion": -1,
        "religion": -1,
        "sleight_of_hand": 2,
        "stealth": 2,
        "survival": 0
    },
    "passive_perception": 10,
    "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": 60.0,
    "blindsight_range": null,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [
        {
            "name": "Tail",
            "desc": "Melee Weapon Attack: +4 to hit, reach 10 ft., one target. Hit: 4 (1d4 + 2) bludgeoning damage  and the target is subjected to the salamanders Heated Body trait.",
            "attacks": [
                {
                    "name": "Tail attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 4,
                    "reach": 10.0,
                    "range": null,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 1,
                    "damage_die_type": "D4",
                    "damage_bonus": 2,
                    "damage_type": null,
                    "extra_damage_die_count": null,
                    "extra_damage_die_type": null,
                    "extra_damage_bonus": null,
                    "extra_damage_type": {
                        "name": "Bludgeoning",
                        "key": "bludgeoning",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/bludgeoning/?format=api"
                    },
                    "distance_unit": "feet"
                }
            ],
            "action_type": "ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Heated Body",
            "desc": "A creature that starts its turn grappled by the salamander, touches it, or hits it with a melee attack while within 5 feet takes 3 (1d6) fire damage. A creature can take this damage only once per turn. If the salamander has taken cold damage since its last turn, this trait doesnt function."
        }
    ],
    "creaturesets": [],
    "environments": []
}