Interface APICreatureDisplayMedia

Creature Display Media

/data/wow/media/creature-display/{creatureDisplayId}

interface APICreatureDisplayMedia {
    _links: linksStruct;
    assets: assetStruct;
    id: number;
}

Properties

Properties

_links: linksStruct
assets: assetStruct
id: number