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