Interface APIReputationFaction

Reputation Faction

/data/wow/reputation-faction/{{reputationFactionId}}

interface APIReputationFaction {
    _links?: linksStruct;
    description: string;
    id: number;
    name: string;
    player_faction?: factionStruct;
    reputation_tiers: { id: number; key: hrefStruct; name?: string };
}

Properties

_links?: linksStruct
description: string
id: number
name: string
player_faction?: factionStruct
reputation_tiers: { id: number; key: hrefStruct; name?: string }