Interface APICreatureFamiliesIndex

Creature Families Index

/data/wow/creature-family/index

interface APICreatureFamiliesIndex {
    _links: linksStruct;
    creature_families: refStruct[];
}

Properties

_links: linksStruct
creature_families: refStruct[]