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

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

{
    "url": "https://api-beta.open5e.com/v2/armor/half-plate/?format=api",
    "key": "half-plate",
    "ac_display": "15 + Dex modifier (max 2)",
    "name": "Half plate",
    "grants_stealth_disadvantage": true,
    "strength_score_required": null,
    "ac_base": 15,
    "ac_add_dexmod": true,
    "ac_cap_dexmod": 2,
    "document": "https://api-beta.open5e.com/v2/documents/srd/?format=api"
}