Documentation
    Preparing search index...

    Function characterProfileSummary

    • Returns a summary of the character profile for a character.

      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?: CharacterProfileSummaryResponse;
          namespace?: BlizzardNamespaces;
          parameters?: Record<string, unknown>;
          path: string;
      }

      a summary of the character profile for a character.