Modrinth API Types - v1.1.0
    Preparing search index...

    Modrinth API Types - v1.1.0

    ‼️ THIS PROJECT IS A WORK IN PROGRESS! ‼️

    There is only support for Version 2 currently. Version 3 will be coming in a future update.

    Modrinth API Types

    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.

    Quick Installation Guide

    npm install modrinth-api-types
    
    import { APIUser, APIProject } from "modrinth-api-types/v2";
    
    const { APIUser, APIProject } = require("modrinth-api-types/v2");