Documentation
Preparing search index...
@blizzard-api/classic-wow
RealmSearchResponseItem
Interface RealmSearchResponseItem
The response for a realm search.
See
https://develop.battle.net/documentation/world-of-warcraft/game-data-apis
https://develop.battle.net/documentation/world-of-warcraft/guides/search
interface
RealmSearchResponseItem
{
data
:
{
category
:
Record
<
Locales
,
string
|
undefined
>
;
id
:
number
;
is_tournament
:
boolean
;
locale
:
|
"deDE"
|
"enGB"
|
"enUS"
|
"esES"
|
"esMX"
|
"frFR"
|
"itIT"
|
"koKR"
|
"ptBR"
|
"ptPT"
|
"ruRU"
|
"zhCN"
|
"zhTW"
;
name
:
Record
<
Locales
,
string
|
undefined
>
;
region
:
{
id
:
number
;
name
:
Record
<
Locales
,
string
|
undefined
>
}
;
slug
:
string
;
timezone
:
RealmTimezone
;
type
:
{
name
:
Record
<
Locales
,
string
|
undefined
>
;
type
:
RealmTypeCapitalized
;
}
;
}
;
key
:
Href
;
}
Hierarchy
KeyBase
RealmSearchResponseItem
Index
Properties
data
key
Properties
data
data
:
{
category
:
Record
<
Locales
,
string
|
undefined
>
;
id
:
number
;
is_tournament
:
boolean
;
locale
:
|
"deDE"
|
"enGB"
|
"enUS"
|
"esES"
|
"esMX"
|
"frFR"
|
"itIT"
|
"koKR"
|
"ptBR"
|
"ptPT"
|
"ruRU"
|
"zhCN"
|
"zhTW"
;
name
:
Record
<
Locales
,
string
|
undefined
>
;
region
:
{
id
:
number
;
name
:
Record
<
Locales
,
string
|
undefined
>
}
;
slug
:
string
;
timezone
:
RealmTimezone
;
type
:
{
name
:
Record
<
Locales
,
string
|
undefined
>
;
type
:
RealmTypeCapitalized
;
}
;
}
key
key
:
Href
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
key
Documentation
Loading...
The response for a realm search.
See