Documentation
    Preparing search index...

    Interface ConnectedRealmResponse

    Connected Realm API response.

    interface ConnectedRealmResponse {
        _links: { self: Href };
        auctions: Href;
        has_queue: boolean;
        id: number;
        population: { name: string; type: RealmPopulationCapitalized };
        pvp_season?: Href;
        realm_locked_status?: RealmLockedStatus;
        realms: Realm[];
        status: { name: RealmStatus; type: RealmStatusCapitalized };
    }

    Hierarchy (View Summary)

    Index

    Properties

    _links: { self: Href }
    auctions: Href
    has_queue: boolean
    id: number
    population: { name: string; type: RealmPopulationCapitalized }
    pvp_season?: Href
    realm_locked_status?: RealmLockedStatus
    realms: Realm[]
    status: { name: RealmStatus; type: RealmStatusCapitalized }