Skip to main content

Table of Contents

Methods

Methods

async
List versions associated with a project on Modrinth
string
required
Returns Response<Version[]>
async
Get a specific version on Modrinth by its ID
string
required
Returns Response<Version | null>
async
Get a specific version on Modrinth by its version number or ID
string
required
string
required
Returns Response<Version | null>
async
Get multiple versions on Modrinth at once by their IDs
string[]
required
Returns Response<Version[]>
async
Get a version or multiple versions on Modrinth relating to the specific hash
string
required
sha1|sha512
string
required
boolean
default:false
Returns Response<(Version | null) | Version[]>