Skip to main content

Table of Contents

Methods

Methods

async
Search projects on Modrinth
string
required
string
default:" "
number
default:10
ProjectSearchIndices
default:"ProjectSearchIndices.DOWNLOADS"
Defines the sorting order of the results.Enum: ProjectSearchIndices
number
default:0
Returns Response<Project[]>
async
Get a specific Modrinth project by ID or slug
string
required
Returns Response<Project | null>
async
Get multiple Modrinth projects at once by their ID or slug
string[]
required
Returns Response<Project[]>
async
Get random projects from Modrinth
number
default:10
Returns Response<Project[]>
async
Validate a Modrinth project
string
required
Returns boolean
async
Get a list of dependencies for a Modrinth project
string
required
Returns Response<ProjectDependencySearchResponse>
async
Get a list team members associated with a Modrinth project
string
required
Returns Response<TeamMember[]>