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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/bfrd_noble/?format=api",
    "key": "bfrd_noble",
    "name": "Noble",
    "document": {
        "name": "Black Flag SRD",
        "key": "bfrd",
        "display_name": "Black Flag SRD",
        "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/black-flag-reference-document/"
    },
    "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.125",
    "challenge_rating_text": "1/8",
    "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": "any two languages",
        "data": []
    },
    "armor_class": 14,
    "armor_detail": "Impenetrable Ego",
    "hit_points": 7,
    "hit_dice": null,
    "experience_points": 25,
    "ability_scores": {
        "strength": 10,
        "dexterity": 12,
        "constitution": 10,
        "intelligence": 12,
        "wisdom": 14,
        "charisma": 20
    },
    "modifiers": {
        "strength": 0,
        "dexterity": 1,
        "constitution": 0,
        "intelligence": 1,
        "wisdom": 2,
        "charisma": 5
    },
    "initiative_bonus": 1,
    "saving_throws": {
        "strength": 0,
        "dexterity": 1,
        "constitution": 0,
        "intelligence": 1,
        "wisdom": 2,
        "charisma": 5
    },
    "saving_throws_all": {
        "strength": 0,
        "dexterity": 1,
        "constitution": 0,
        "intelligence": 1,
        "wisdom": 2,
        "charisma": 5
    },
    "skill_bonuses": {},
    "skill_bonuses_all": {
        "acrobatics": 1,
        "animal_handling": 2,
        "arcana": 1,
        "athletics": 0,
        "deception": 5,
        "history": 1,
        "insight": 2,
        "intimidation": 5,
        "investigation": 1,
        "medicine": 2,
        "nature": 1,
        "perception": 2,
        "performance": 5,
        "persuasion": 5,
        "religion": 1,
        "sleight_of_hand": 1,
        "stealth": 1,
        "survival": 2
    },
    "passive_perception": 12,
    "resistances_and_immunities": {
        "damage_immunities_display": "",
        "damage_immunities": [],
        "damage_resistances_display": "Impenetrable Ego",
        "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": "Parry",
            "desc": "The noble adds 2 to its AC against one melee attack that would hit it. To do so, the noble must see the attacker and be wielding a melee weapon.",
            "attacks": [],
            "action_type": "REACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Rapier",
            "desc": "_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one target. _Hit:_ 5 (1d8+1) piercing damage.",
            "attacks": [
                {
                    "name": "Rapier attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 3,
                    "reach": 5.0,
                    "range": null,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 1,
                    "damage_die_type": "D8",
                    "damage_bonus": 1,
                    "damage_type": null,
                    "extra_damage_die_count": null,
                    "extra_damage_die_type": null,
                    "extra_damage_bonus": null,
                    "extra_damage_type": {
                        "name": "Piercing",
                        "key": "piercing",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/piercing/?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": "Impenetrable Ego",
            "desc": "While the noble is conscious and wearing no armor and wielding no shield, it adds its CHA modifier to its AC (included above). In addition, it is resistant to the charmed and frightened conditions."
        }
    ],
    "creaturesets": [],
    "environments": []
}