Open RJWadley opened 3 years ago
I am probably not going to add my own search API anytime soon. (It is not completely off the table, but I have other priorities atm)
That being said, you can always request the site's mod data file, which can be found at https://www.fibermc.com/data/mod_list.db.min.json
, and then parse that using the mod spec.
Additionally, you might be interested in the CurseProxy API.
New endpoint for getting all mods: https://fibermc.com/api/v1.0/Mods
With paging: https://fibermc.com/api/v1.0/Mods/paged?offset=0&pageSize=10
Might add search/filter in the near future, but right now it is just firehose.
For example, mod manager tools may want to search for fabric mods using fiber (rather than using curseforge's API, which can be difficult to work with in every situation)