Interface APICreatureFamily

Creature Family

/data/wow/creature-family/{creatureFamilyId}

interface APICreatureFamily {
    _links: linksStruct;
    id: number;
    media: idkeyStruct;
    name: string;
    specialization: refStruct;
}

Properties

_links: linksStruct
id: number
name: string
specialization: refStruct