There is only support for Version 2 currently. Version 3 will be coming in a future update.
An unofficial typings package for the Modrinth REST API.
- 100% API coverage
- Full typings supported
- Full documentation available for the package here
Note: Currently supporting Version 2 of the modrinth API only. Version 3 is in development.
npm install modrinth-api-types
import { APIUser, APIProject } from "modrinth-api-types/v2";
const { APIUser, APIProject } = require("modrinth-api-types/v2");