Documentation
    Preparing search index...

    Function characterHunterPetsSummary

    • If the character is a hunter, returns a summary of the character's hunter pets. Otherwise, returns an HTTP 404 Not Found error.

      Parameters

      • namespace: "profile-classic1x" | "profile-classic"

        The namespace to use. See BlizzardNamespaces.

      • realmSlug: string

        The slug of the realm.

      • characterName: string

        The lowercase name of the character.

      Returns {
          _responseType?: CharacterHunterPetsSummaryResponse;
          namespace?: BlizzardNamespaces;
          parameters?: Record<string, unknown>;
          path: string;
      }

      a summary of the character's hunter pets.