Search Maps

Q: What is searchMaps?

A: searchMaps is a function that can be used to search maps with identifiers.

▼ How to use ▼

            
                const bs = require('bs.js');

                            #Reminder -> These functions can only be used in async functions
                async function onStart() {
                                const varName = await bs.searchMaps(false, true, true, false, 100, 0, 5, 10, 60, 0, 3, 0, true, false, "Latest", 0, true)
                                #To see all the cool API json stuff you can use, write this
                        console.log(varName)
}
             
        

Parameters

1. Automapper - Filter Automapper

2. Chroma - Filter Chroma

3. Cinema - Filter Cinema

4. Curated - Filter Curated

5. MaxBPM - Filter MaxBPM

6. MaxDur - Filter Max Dur

7. MaxNPS - Filter Max NPS

8. MaxRating - Filter Max Ratings

9. MinBPM - Fitler min BPM

10. MinDur - Fitler min Dur

11. MinNPS - Fitler min NPS

12. MinRating - Fitler min Rating

13. Noodle - Fitler Noodle Extensions

14. Ranked - Fitler Ranked

15. SortOrder - Order to filter

16. verified - Filter verified.

17. Page - Page to look at.

18. FullSpread - No clue what this does

Go Home