Interface APICharacterEquipmentSummary

Character Equipment Summary

/profile/wow/character/{realmSlug}/{characterName}/equipment

interface APICharacterEquipmentSummary {
    _links: linksStruct;
    character: characterRef;
    equipped_items: characterEquippedItem[];
}

Properties

_links: linksStruct
character: characterRef
equipped_items: characterEquippedItem[]