Interface APIGuildAchievements

Guild Achievements

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

interface APIGuildAchievements {
    _links: linksStruct;
    achievements: guildAchievement[];
    guild: {
        faction: factionStruct;
        id: number;
        key: hrefStruct;
        name: string;
        realm: realmStruct;
    };
    total_points: number;
    total_quantity: number;
}

Properties

_links: linksStruct
achievements: guildAchievement[]
guild: {
    faction: factionStruct;
    id: number;
    key: hrefStruct;
    name: string;
    realm: realmStruct;
}
total_points: number
total_quantity: number