Skip to main content

Table of Contents

Methods

Methods

async
Get a list of categories on Modrinth
ProjectTypes
Filter results by a specific Modrinth project typeEnum: ProjectTypes
Returns Response<Category[]>
async
Get a list of loaders on Modrinth
ProjectTypes
Filter results by a specific Modrinth project typeEnum: ProjectTypes
Returns Response<Loader[]>
async
Get a list of Minecraft versions on Modrinth
GameVersionTypes
Filter results by a specific Minecraft version typeEnum: GameVersionTypes
Returns Response<GameVersion[]>
async
Get a list of licenses on ModrinthReturns Response<PartialLicense[]>
async
Get a specific license on Modrinth by its IDReturns Response<License | null>
async
Get a list of donation platforms on ModrinthReturns Response<DonationPlatform[]>
async
Get a list of report types on ModrinthReturns Response<string[]>
async
Get a list of project types on ModrinthReturns Response<string[]>
async
Get a list of side types on ModrinthReturns Response<string[]>