Interface APIItemSetsIndex

Item Sets Index

/data/wow/item-set/index

interface APIItemSetsIndex {
    _links: linksStruct;
    item_sets: refStruct[];
}

Properties

Properties

_links: linksStruct
item_sets: refStruct[]