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

    Function getPassedBeatmaps

    • Get the ranked beatmaps of beatmapsets that have been passed by a specific user!

      Parameters

      • this: API
      • user: number | User

        The user who has passed the beatmaps

      • beatmapsets: (number | Beatmapset)[]

        The Beatmapsets that contain the Beatmaps that have been passed (up to 50 Beatmapsets)

      • Optionalconfig: {
            converts?: boolean;
            is_legacy?: boolean;
            no_diff_reduction?: boolean;
            ruleset?: Ruleset;
        }

        Various filters to set on and off

        • Optionalconverts?: boolean

          Should converts be considered? (defaults to true, passing a beatmap made for the osu! Ruleset with another Ruleset instead counts)

        • Optionalis_legacy?: boolean

          Should legacy scores (scores from stable) be considered? (defaults to true, consider legacy & non-legacy)

        • Optionalno_diff_reduction?: boolean

          Should scores that used difficulty reduction mods be excluded? (defaults to true, scores with NF, EZ, and the such are excluded)

        • Optionalruleset?: Ruleset

          The Ruleset of the score (defaults to all rulesets, no filter applied)

      Returns Promise<Beatmap[]>