Interface APIRealm

Realm

/data/wow/realm/{{realmId}}

interface APIRealm {
    _links: linksStruct;
    category: string;
    connected_realm: hrefStruct;
    id: number;
    is_tournament: boolean;
    locale: string;
    name: string;
    region: refStruct;
    slug: string;
    timezone: string;
    type: { name: string; type: string };
}

Properties

_links: linksStruct
category: string
connected_realm: hrefStruct
id: number
is_tournament: boolean
locale: string
name: string
region: refStruct
slug: string
timezone: string
type: { name: string; type: string }