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

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

{
    "url": "https://api-beta.open5e.com/v2/creatures/bfrd_mage-apprentice/?format=api",
    "key": "bfrd_mage-apprentice",
    "name": "Mage Apprentice",
    "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": "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": "any two languages",
        "data": []
    },
    "armor_class": 10,
    "armor_detail": "13 with mage armor",
    "hit_points": 40,
    "hit_dice": null,
    "experience_points": 200,
    "ability_scores": {
        "strength": 8,
        "dexterity": 12,
        "constitution": 12,
        "intelligence": 18,
        "wisdom": 12,
        "charisma": 10
    },
    "modifiers": {
        "strength": -1,
        "dexterity": 1,
        "constitution": 1,
        "intelligence": 4,
        "wisdom": 1,
        "charisma": 0
    },
    "initiative_bonus": 1,
    "saving_throws": {
        "strength": -1,
        "dexterity": 1,
        "constitution": 1,
        "intelligence": 4,
        "wisdom": 1,
        "charisma": 0
    },
    "saving_throws_all": {
        "strength": -1,
        "dexterity": 1,
        "constitution": 1,
        "intelligence": 4,
        "wisdom": 1,
        "charisma": 0
    },
    "skill_bonuses": {},
    "skill_bonuses_all": {
        "acrobatics": 1,
        "animal_handling": 1,
        "arcana": 4,
        "athletics": -1,
        "deception": 0,
        "history": 4,
        "insight": 1,
        "intimidation": 0,
        "investigation": 4,
        "medicine": 1,
        "nature": 4,
        "perception": 1,
        "performance": 0,
        "persuasion": 0,
        "religion": 4,
        "sleight_of_hand": 1,
        "stealth": 1,
        "survival": 1
    },
    "passive_perception": 11,
    "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": null,
    "blindsight_range": null,
    "tremorsense_range": null,
    "truesight_range": null,
    "actions": [
        {
            "name": "Arcane Bolt",
            "desc": "_Ranged Spell Attack:_ +4 to hit, range 60 ft., one target. _Hit:_ 11 (2d8+2) force damage.",
            "attacks": [
                {
                    "name": "Arcane Bolt attack",
                    "attack_type": "SPELL",
                    "to_hit_mod": 4,
                    "reach": null,
                    "range": 60.0,
                    "long_range": null,
                    "target_creature_only": false,
                    "damage_die_count": 2,
                    "damage_die_type": "D8",
                    "damage_bonus": 2,
                    "damage_type": null,
                    "extra_damage_die_count": null,
                    "extra_damage_die_type": null,
                    "extra_damage_bonus": null,
                    "extra_damage_type": {
                        "name": "Force",
                        "key": "force",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/force/?format=api"
                    },
                    "distance_unit": "feet"
                }
            ],
            "action_type": "ACTION",
            "order_in_statblock": 1,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Dagger",
            "desc": "_Melee or Ranged Weapon Attack:_ +3 to hit, reach 5 ft. or range 20/60 ft., one target. _Hit:_ 2 (1d4) piercing damage plus 9 (2d8) force damage.",
            "attacks": [
                {
                    "name": "Dagger attack",
                    "attack_type": "WEAPON",
                    "to_hit_mod": 3,
                    "reach": 5.0,
                    "range": 20.0,
                    "long_range": 60.0,
                    "target_creature_only": false,
                    "damage_die_count": 1,
                    "damage_die_type": "D4) piercing",
                    "damage_bonus": null,
                    "damage_type": null,
                    "extra_damage_die_count": 2,
                    "extra_damage_die_type": "D8",
                    "extra_damage_bonus": 0,
                    "extra_damage_type": {
                        "name": "Force",
                        "key": "force",
                        "url": "https://api-beta.open5e.com/v2/damagetypes/force/?format=api"
                    },
                    "distance_unit": "feet"
                }
            ],
            "action_type": "ACTION",
            "order_in_statblock": 0,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        },
        {
            "name": "Spellcasting",
            "desc": "The mage apprentice casts one of the following spells, using INT as the spellcasting ability (spell save DC 12).<br>At will: _mage hand_, _minor illusion_<br>1/day each: _color spray_, _mage armor_, _sleep_",
            "attacks": [],
            "action_type": "ACTION",
            "order_in_statblock": 2,
            "legendary_action_cost": null,
            "limited_to_form": null,
            "usage_limits": null
        }
    ],
    "traits": [
        {
            "name": "Arcane Weapons",
            "desc": "The mage apprentice's weapon attacks are magical. When the mage hits with any weapon, the weapon deals an extra 2d8 force damage (included in the attack)."
        },
        {
            "name": "Reckless Show-Off",
            "desc": "If it can see a fellow apprentice or its magical teacher at the start of its turn, the mage apprentice has advantage on the first spell attack roll it makes during that turn, but attack rolls against it also have advantage until the start of its next turn."
        }
    ],
    "creaturesets": [],
    "environments": []
}