Documentation
Preparing search index...
@blizzard-api/wow
MountSearchResponseItem
Interface MountSearchResponseItem
The response for a mount search.
See
https://develop.battle.net/documentation/world-of-warcraft/game-data-apis
https://develop.battle.net/documentation/world-of-warcraft/guides/search
interface
MountSearchResponseItem
{
data
:
{
creature_displays
:
{
id
:
number
}
[]
;
faction
?:
{
name
:
Record
<
Locales
,
string
>
;
type
:
"ALLIANCE"
|
"HORDE"
}
;
id
:
number
;
name
:
Record
<
Locales
,
string
>
;
source
:
{
name
:
Record
<
Locales
,
string
>
;
type
:
string
}
;
}
;
key
:
Href
;
}
Hierarchy
KeyBase
MountSearchResponseItem
Index
Properties
data
key
Properties
data
data
:
{
creature_displays
:
{
id
:
number
}
[]
;
faction
?:
{
name
:
Record
<
Locales
,
string
>
;
type
:
"ALLIANCE"
|
"HORDE"
}
;
id
:
number
;
name
:
Record
<
Locales
,
string
>
;
source
:
{
name
:
Record
<
Locales
,
string
>
;
type
:
string
}
;
}
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 mount search.
See