list: API endpoint for returning a list of armor. retrieve: API endpoint for returning a particular armor.

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

{
    "count": 23,
    "next": null,
    "previous": null,
    "results": [
        {
            "name": "Breastplate",
            "slug": "breastplate",
            "category": "Medium Armor",
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "base_ac": 14,
            "plus_dex_mod": true,
            "plus_con_mod": false,
            "plus_wis_mod": false,
            "plus_flat_mod": 0,
            "plus_max": 2,
            "ac_string": "14 + Dex modifier (max 2)",
            "strength_requirement": null,
            "cost": "400 gp",
            "weight": "",
            "stealth_disadvantage": false
        },
        {
            "name": "Brigandine",
            "slug": "brigandine",
            "category": "Light Armor",
            "document__slug": "toh",
            "document__title": "Tome of Heroes",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-heroes-for-5th-edition/",
            "base_ac": 13,
            "plus_dex_mod": true,
            "plus_con_mod": false,
            "plus_wis_mod": false,
            "plus_flat_mod": 0,
            "plus_max": 0,
            "ac_string": "13 + Dex modifier",
            "strength_requirement": 0,
            "cost": "50 gp",
            "weight": "",
            "stealth_disadvantage": true
        },
        {
            "name": "Chain mail",
            "slug": "chain-mail",
            "category": "Heavy Armor",
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "base_ac": 16,
            "plus_dex_mod": false,
            "plus_con_mod": false,
            "plus_wis_mod": false,
            "plus_flat_mod": 0,
            "plus_max": 0,
            "ac_string": "16",
            "strength_requirement": 13,
            "cost": "75 gp",
            "weight": "",
            "stealth_disadvantage": true
        },
        {
            "name": "Chain Shirt",
            "slug": "chain-shirt",
            "category": "Medium Armor",
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "base_ac": 13,
            "plus_dex_mod": true,
            "plus_con_mod": false,
            "plus_wis_mod": false,
            "plus_flat_mod": 0,
            "plus_max": 2,
            "ac_string": "13 + Dex modifier (max 2)",
            "strength_requirement": null,
            "cost": "50 gp",
            "weight": "",
            "stealth_disadvantage": false
        },
        {
            "name": "Draconic Resilience",
            "slug": "draconic-resilience",
            "category": "Class Feature",
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "base_ac": 13,
            "plus_dex_mod": true,
            "plus_con_mod": false,
            "plus_wis_mod": false,
            "plus_flat_mod": 0,
            "plus_max": 0,
            "ac_string": "13 + Dex modifier",
            "strength_requirement": null,
            "cost": "0 gp",
            "weight": "",
            "stealth_disadvantage": false
        },
        {
            "name": "Half plate",
            "slug": "half-plate",
            "category": "Medium Armor",
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "base_ac": 15,
            "plus_dex_mod": true,
            "plus_con_mod": false,
            "plus_wis_mod": false,
            "plus_flat_mod": 0,
            "plus_max": 2,
            "ac_string": "15 + Dex modifier (max 2)",
            "strength_requirement": null,
            "cost": "750 gp",
            "weight": "",
            "stealth_disadvantage": true
        },
        {
            "name": "Hide",
            "slug": "hide",
            "category": "Medium Armor",
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "base_ac": 12,
            "plus_dex_mod": true,
            "plus_con_mod": false,
            "plus_wis_mod": false,
            "plus_flat_mod": 0,
            "plus_max": 2,
            "ac_string": "12 + Dex modifier (max 2)",
            "strength_requirement": null,
            "cost": "10 gp",
            "weight": "",
            "stealth_disadvantage": false
        },
        {
            "name": "Kite shield",
            "slug": "kite-shield",
            "category": "Shield",
            "document__slug": "toh",
            "document__title": "Tome of Heroes",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-heroes-for-5th-edition/",
            "base_ac": 11,
            "plus_dex_mod": true,
            "plus_con_mod": false,
            "plus_wis_mod": false,
            "plus_flat_mod": 2,
            "plus_max": 0,
            "ac_string": "11 + Dex modifier +2",
            "strength_requirement": 0,
            "cost": "15 gp",
            "weight": "",
            "stealth_disadvantage": false
        },
        {
            "name": "Leather",
            "slug": "leather",
            "category": "Light Armor",
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "base_ac": 11,
            "plus_dex_mod": true,
            "plus_con_mod": false,
            "plus_wis_mod": false,
            "plus_flat_mod": 0,
            "plus_max": 0,
            "ac_string": "11 + Dex modifier",
            "strength_requirement": null,
            "cost": "10 gp",
            "weight": "",
            "stealth_disadvantage": false
        },
        {
            "name": "Mage Armor",
            "slug": "mage-armor",
            "category": "Spell",
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "base_ac": 13,
            "plus_dex_mod": true,
            "plus_con_mod": false,
            "plus_wis_mod": false,
            "plus_flat_mod": 0,
            "plus_max": 0,
            "ac_string": "13 + Dex modifier",
            "strength_requirement": null,
            "cost": "0 gp",
            "weight": "",
            "stealth_disadvantage": false
        },
        {
            "name": "Manica",
            "slug": "manica",
            "category": "Shield",
            "document__slug": "toh",
            "document__title": "Tome of Heroes",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-heroes-for-5th-edition/",
            "base_ac": 11,
            "plus_dex_mod": true,
            "plus_con_mod": false,
            "plus_wis_mod": false,
            "plus_flat_mod": 1,
            "plus_max": 0,
            "ac_string": "11 + Dex modifier +1",
            "strength_requirement": 0,
            "cost": "6 gp",
            "weight": "",
            "stealth_disadvantage": false
        },
        {
            "name": "Padded",
            "slug": "padded",
            "category": "Light Armor",
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "base_ac": 11,
            "plus_dex_mod": true,
            "plus_con_mod": false,
            "plus_wis_mod": false,
            "plus_flat_mod": 0,
            "plus_max": 0,
            "ac_string": "11 + Dex modifier",
            "strength_requirement": null,
            "cost": "5 gp",
            "weight": "",
            "stealth_disadvantage": true
        },
        {
            "name": "Plate",
            "slug": "plate",
            "category": "Heavy Armor",
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "base_ac": 18,
            "plus_dex_mod": false,
            "plus_con_mod": false,
            "plus_wis_mod": false,
            "plus_flat_mod": 0,
            "plus_max": 0,
            "ac_string": "18",
            "strength_requirement": 15,
            "cost": "1500 gp",
            "weight": "",
            "stealth_disadvantage": true
        },
        {
            "name": "Ring mail",
            "slug": "ring-mail",
            "category": "Heavy Armor",
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "base_ac": 14,
            "plus_dex_mod": false,
            "plus_con_mod": false,
            "plus_wis_mod": false,
            "plus_flat_mod": 0,
            "plus_max": 0,
            "ac_string": "14",
            "strength_requirement": null,
            "cost": "30 gp",
            "weight": "",
            "stealth_disadvantage": true
        },
        {
            "name": "Scale mail",
            "slug": "scale-mail",
            "category": "Medium Armor",
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "base_ac": 14,
            "plus_dex_mod": true,
            "plus_con_mod": false,
            "plus_wis_mod": false,
            "plus_flat_mod": 0,
            "plus_max": 2,
            "ac_string": "14 + Dex modifier (max 2)",
            "strength_requirement": null,
            "cost": "50 gp",
            "weight": "",
            "stealth_disadvantage": true
        },
        {
            "name": "Shield",
            "slug": "shield",
            "category": "Shield",
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "base_ac": 0,
            "plus_dex_mod": false,
            "plus_con_mod": false,
            "plus_wis_mod": false,
            "plus_flat_mod": 2,
            "plus_max": 0,
            "ac_string": "0 +2",
            "strength_requirement": null,
            "cost": "10 gp",
            "weight": "",
            "stealth_disadvantage": false
        },
        {
            "name": "Silk-Backed Coin Mail",
            "slug": "silk-backed-coin-mail",
            "category": "Medium Armor",
            "document__slug": "toh",
            "document__title": "Tome of Heroes",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-heroes-for-5th-edition/",
            "base_ac": 14,
            "plus_dex_mod": true,
            "plus_con_mod": false,
            "plus_wis_mod": false,
            "plus_flat_mod": 0,
            "plus_max": 2,
            "ac_string": "14 + Dex modifier (max 2)",
            "strength_requirement": 0,
            "cost": "2,000 gp",
            "weight": "",
            "stealth_disadvantage": true
        },
        {
            "name": "Splint",
            "slug": "splint",
            "category": "Heavy Armor",
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "base_ac": 17,
            "plus_dex_mod": false,
            "plus_con_mod": false,
            "plus_wis_mod": false,
            "plus_flat_mod": 0,
            "plus_max": 0,
            "ac_string": "17",
            "strength_requirement": 15,
            "cost": "200 gp",
            "weight": "",
            "stealth_disadvantage": true
        },
        {
            "name": "Stonesteel",
            "slug": "stonesteel",
            "category": "Heavy Armor",
            "document__slug": "toh",
            "document__title": "Tome of Heroes",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "https://koboldpress.com/kpstore/product/tome-of-heroes-for-5th-edition/",
            "base_ac": 19,
            "plus_dex_mod": true,
            "plus_con_mod": false,
            "plus_wis_mod": false,
            "plus_flat_mod": 0,
            "plus_max": 0,
            "ac_string": "19 + Dex modifier",
            "strength_requirement": 16,
            "cost": "3,000 gp",
            "weight": "",
            "stealth_disadvantage": true
        },
        {
            "name": "Studded Leather",
            "slug": "studded-leather",
            "category": "Light Armor",
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "base_ac": 12,
            "plus_dex_mod": true,
            "plus_con_mod": false,
            "plus_wis_mod": false,
            "plus_flat_mod": 0,
            "plus_max": 0,
            "ac_string": "12 + Dex modifier",
            "strength_requirement": null,
            "cost": "45 gp",
            "weight": "",
            "stealth_disadvantage": false
        },
        {
            "name": "Unarmored",
            "slug": "unarmored",
            "category": "No Armor",
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "base_ac": 10,
            "plus_dex_mod": true,
            "plus_con_mod": false,
            "plus_wis_mod": false,
            "plus_flat_mod": 0,
            "plus_max": 0,
            "ac_string": "10 + Dex modifier",
            "strength_requirement": null,
            "cost": "5 gp",
            "weight": "",
            "stealth_disadvantage": false
        },
        {
            "name": "Unarmored Defense (Barbarian)",
            "slug": "unarmored-defense-barbarian",
            "category": "Class Feature",
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "base_ac": 10,
            "plus_dex_mod": true,
            "plus_con_mod": true,
            "plus_wis_mod": false,
            "plus_flat_mod": 0,
            "plus_max": 0,
            "ac_string": "10 + Dex modifier + Con modifier",
            "strength_requirement": null,
            "cost": "0 gp",
            "weight": "",
            "stealth_disadvantage": false
        },
        {
            "name": "Unarmored Defense (Monk)",
            "slug": "unarmored-defense-monk",
            "category": "Class Feature",
            "document__slug": "wotc-srd",
            "document__title": "5e Core Rules",
            "document__license_url": "http://open5e.com/legal",
            "document__url": "http://dnd.wizards.com/articles/features/systems-reference-document-srd",
            "base_ac": 10,
            "plus_dex_mod": true,
            "plus_con_mod": false,
            "plus_wis_mod": true,
            "plus_flat_mod": 0,
            "plus_max": 0,
            "ac_string": "10 + Dex modifier + Wis modifier",
            "strength_requirement": null,
            "cost": "0 gp",
            "weight": "",
            "stealth_disadvantage": false
        }
    ]
}