Documentation
    Preparing search index...
    • Returns the ladder information for the specified profile and ladder.

      Parameters

      • regionId: StarcraftRegion

        The region ID for Starcraft.

      • realmId: 1 | 2

        1 or 2

      • profileId: number

        The ID of the profile.

      • ladderId: number

        The ID of the ladder.

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

      A resource representing the ladder. See LadderResponse

      • Optional Internal_responseType?: LadderResponse

        The response type of the resource

      • Optionalnamespace?: BlizzardNamespaces
      • Optionalparameters?: Record<string, unknown>
      • path: string