#modrinth #minecraft-modding #minecraft #modding

ferinth

A simple Rust wrapper for the official Modrinth API

32 stable releases

new 2.13.0 May 16, 2026
2.12.0 Apr 26, 2025
2.11.1 Sep 29, 2024
2.11.0 Apr 18, 2024
1.3.0 Nov 11, 2021

#274 in Games

Download history 36/week @ 2026-01-22 37/week @ 2026-01-29 50/week @ 2026-02-05 48/week @ 2026-02-12 69/week @ 2026-02-19 40/week @ 2026-02-26 46/week @ 2026-03-05 64/week @ 2026-03-12 46/week @ 2026-03-19 35/week @ 2026-03-26 32/week @ 2026-04-02 50/week @ 2026-04-09 33/week @ 2026-04-16 23/week @ 2026-04-23 25/week @ 2026-04-30 13/week @ 2026-05-07

102 downloads per month
Used in 3 crates

MIT license

83KB
1.5K SLoC

Ferinth

Made with Rust GitHub - Ferinth license - MIT crates.io docs.rs

Ferinth is a simple library for using the Modrinth REST API in Rust. It uses reqwest for sending requests and deserialising responses to strongly typed structs using Serde.

Features

  • Strongly typed structures for API responses
  • Useful examples in the method documentations
  • Implementations for the following API calls
    • TODO

Missing Features

  • Requests that require large body data
  • Better organisation of API calls

Dependencies

~16–25MB
~374K SLoC