Interface APIMount

Mount

/data/wow/mount/{{mountId}}

interface APIMount {
    _links: linksStruct;
    creature_displays?: mountDisplaysStruct[];
    description?: string;
    faction?: factionStruct;
    id: number;
    name?: string;
    requirements?: { classes?: refStruct[]; faction?: factionStruct };
    should_exclude_if_uncollected?: boolean;
    source?: { name: string; type: string };
}

Properties

_links: linksStruct
creature_displays?: mountDisplaysStruct[]
description?: string
faction?: factionStruct
id: number
name?: string
requirements?: { classes?: refStruct[]; faction?: factionStruct }
should_exclude_if_uncollected?: boolean
source?: { name: string; type: string }