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

    Function getSome

    • Get up to the 1000 (!!) most recent scores!

      Parameters

      • this: API
      • Optionalconfig: Pick<Miscellaneous.Config, "cursor_string"> & {
            ruleset?: "osu" | "taiko" | "fruits" | "mania";
        }

        Specify the ruleset as a filter, or use a cursor_string to get even more scores

      Returns Promise<{ cursor_string: string; scores: Score[] }>

      You may get any amount of scores, from 0 to 1000, 0 being more likely when using a cursor_string