Documentation
Preparing search index...
@blizzard-api/classic-wow
RealmResponse
Interface RealmResponse
The response for a realm.
See
https://develop.battle.net/documentation/world-of-warcraft/game-data-apis
interface
RealmResponse
{
_links
:
{
self
:
Href
}
;
category
:
RealmCategory
;
connected_realm
:
{
href
:
string
}
;
id
:
number
;
is_tournament
:
boolean
;
locale
:
|
"deDE"
|
"enGB"
|
"enUS"
|
"esES"
|
"esMX"
|
"frFR"
|
"itIT"
|
"koKR"
|
"ptBR"
|
"ptPT"
|
"ruRU"
|
"zhCN"
|
"zhTW"
;
name
:
string
;
region
:
NameIdKey
;
slug
:
string
;
timezone
:
RealmTimezone
;
type
:
{
name
:
RealmType
;
type
:
RealmTypeCapitalized
}
;
}
Hierarchy
NameId
ResponseBase
RealmResponse
Index
Properties
_
links
category
connected_
realm
id
is_
tournament
locale
name
region
slug
timezone
type
Properties
_
links
_links
:
{
self
:
Href
}
category
category
:
RealmCategory
connected_
realm
connected_realm
:
{
href
:
string
}
id
id
:
number
is_
tournament
is_tournament
:
boolean
locale
locale
:
|
"deDE"
|
"enGB"
|
"enUS"
|
"esES"
|
"esMX"
|
"frFR"
|
"itIT"
|
"koKR"
|
"ptBR"
|
"ptPT"
|
"ruRU"
|
"zhCN"
|
"zhTW"
name
name
:
string
region
region
:
NameIdKey
slug
slug
:
string
timezone
timezone
:
RealmTimezone
type
type
:
{
name
:
RealmType
;
type
:
RealmTypeCapitalized
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_
links
category
connected_
realm
id
is_
tournament
locale
name
region
slug
timezone
type
Documentation
Loading...
The response for a realm.
See
https://develop.battle.net/documentation/world-of-warcraft/game-data-apis