Pet

/data/wow/pet/{{petId}}

interface APIPet {
    _links: linksStruct;
    abilities: { ability: refStruct; required_level?: number; slot: number }[];
    battle_pet_type: { id: number; name: string; type: string };
    creature: refStruct;
    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: idkeyStruct;
    name: string;
    source: { name: string; type: string };
}

Properties

_links: linksStruct
abilities: { ability: refStruct; required_level?: number; slot: number }[]
battle_pet_type: { id: number; name: string; type: string }
creature: refStruct
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
name: string
source: { name: string; type: string }