Documentation
Preparing search index...
@blizzard-api/wow
PetResponse
Interface PetResponse
The response for a pet.
See
https://develop.battle.net/documentation/world-of-warcraft/game-data-apis
interface
PetResponse
{
_links
:
{
self
:
Href
}
;
abilities
:
Ability
[]
;
battle_pet_type
:
BattlePetType
;
creature
:
NameIdKey
;
description
:
string
;
icon
:
string
;
id
:
number
;
is_alliance_only
:
boolean
;
is_battlepet
:
boolean
;
is_capturable
:
boolean
;
is_horde_only
:
boolean
;
is_random_creature_display
:
boolean
;
is_tradable
:
boolean
;
media
:
Media
;
name
:
string
;
should_exclude_if_uncollected
:
boolean
;
source
:
Source
;
}
Hierarchy
NameId
ResponseBase
PetResponse
Index
Properties
_
links
abilities
battle_
pet_
type
creature
description
icon
id
is_
alliance_
only
is_
battlepet
is_
capturable
is_
horde_
only
is_
random_
creature_
display
is_
tradable
media
name
should_
exclude_
if_
uncollected
source
Properties
_
links
_links
:
{
self
:
Href
}
abilities
abilities
:
Ability
[]
battle_
pet_
type
battle_pet_type
:
BattlePetType
creature
creature
:
NameIdKey
description
description
:
string
icon
icon
:
string
id
id
:
number
is_
alliance_
only
is_alliance_only
:
boolean
is_
battlepet
is_battlepet
:
boolean
is_
capturable
is_capturable
:
boolean
is_
horde_
only
is_horde_only
:
boolean
is_
random_
creature_
display
is_random_creature_display
:
boolean
is_
tradable
is_tradable
:
boolean
media
media
:
Media
name
name
:
string
should_
exclude_
if_
uncollected
should_exclude_if_uncollected
:
boolean
source
source
:
Source
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_
links
abilities
battle_
pet_
type
creature
description
icon
id
is_
alliance_
only
is_
battlepet
is_
capturable
is_
horde_
only
is_
random_
creature_
display
is_
tradable
media
name
should_
exclude_
if_
uncollected
source
Documentation
Loading...
The response for a pet.
See
https://develop.battle.net/documentation/world-of-warcraft/game-data-apis