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

    Type Alias CursorString

    CursorString: string

    Some endpoints make use of a "cursor_string" argument, which allows you to get more results on a subsequent request, it is obtained alongside the results you have already gotten

    So you can make a request without that, make a 2nd request with what you've obtained for more results, and then possibly a 3rd request with what you've got from the 2nd request for even more results!