Interface APIItemMedia

Item Media

/data/wow/media/item/{itemId}

interface APIItemMedia {
    _links: linksStruct;
    assets: assetStruct[];
    id: number;
}

Hierarchy (View Summary)

Properties

Properties

_links: linksStruct
assets: assetStruct[]
id: number