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

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

{
    "url": "https://api.open5e.com/v2/armor/srd_plate/?format=api",
    "key": "srd_plate",
    "ac_display": "18",
    "category": "heavy",
    "name": "Plate",
    "grants_stealth_disadvantage": true,
    "strength_score_required": 15,
    "ac_base": 18,
    "ac_add_dexmod": false,
    "ac_cap_dexmod": null,
    "document": "https://api.open5e.com/v2/documents/srd/?format=api"
}