osu-api-v2-js
    Preparing search index...

    Function getUserScores

    • Get the scores on a beatmap made by a specific user (with the possibility to specify if the scores are on a convert)

      Parameters

      • this: API
      • beatmap: number | Beatmap

        The Beatmap the scores were made on

      • user: number | User

        The User who made the scores

      • Optionalconfig: Pick<Beatmap.Config, "legacy_only" | "ruleset">

        Specify the score's ruleset, prevent a lazer score from being returned**

      Returns Promise<Score[]>