Interface APIGuild

Guild

/profile/wow/guild/{realmSlug}/{nameSlug}

interface APIGuild {
    _links: linksStruct;
    achievement_points: number;
    achievements: hrefStruct;
    activity: hrefStruct;
    created_timestamp: number;
    crest: guildCrestStruct;
    faction: factionStruct;
    id: number;
    member_count: number;
    name: string;
    name_search: string;
    realm: realmStruct;
    roster: hrefStruct;
}

Properties

_links: linksStruct
achievement_points: number
achievements: hrefStruct
activity: hrefStruct
created_timestamp: number
faction: factionStruct
id: number
member_count: number
name: string
name_search: string
roster: hrefStruct