John-Paul-R / fibermc

A searchable list of (almost) all Fabric mods.
https://www.fibermc.com
18 stars 0 forks source link

Create API that coders can use to search for minecraft mods #15

Open RJWadley opened 3 years ago

RJWadley commented 3 years ago

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)

John-Paul-R commented 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.

John-Paul-R commented 2 years ago

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.