Skip to content

Interface ProjectVersion

🏷️ Properties

author_id

ts
author_id: string

The ID of the author who published this version

Defined in: packages/modrinth/types.ts:178

changelog optional

ts
changelog: string

The changelog for this version of the mod.

Defined in: packages/modrinth/types.ts:194

changelog_url optional

ts
changelog_url: string

DEPRECATED A link to the changelog for this version of the mod

Defined in: packages/modrinth/types.ts:198

date_published

ts
date_published: string

The date that this version was published

Defined in: packages/modrinth/types.ts:202

dependencies

ts
dependencies: Object[]

A list of specific versions of mods that this version depends on

Defined in: packages/modrinth/types.ts:218

downloads

ts
downloads: number

The number of downloads this specific version has

Defined in: packages/modrinth/types.ts:206

ts
featured: boolean

Whether the version is featured or not

Defined in: packages/modrinth/types.ts:182

files

ts
files: ModVersionFile[]

A list of files available for download for this version

Defined in: packages/modrinth/types.ts:214

game_versions

ts
game_versions: string[]

A list of versions of Minecraft that this version of the mod supports

Defined in: packages/modrinth/types.ts:222

id

ts
id: string

The ID of the version, encoded as a base62 string

Defined in: packages/modrinth/types.ts:170

loaders

ts
loaders: string[]

The mod loaders that this version supports

Defined in: packages/modrinth/types.ts:226

name

ts
name: string

The name of this version

Defined in: packages/modrinth/types.ts:186

project_id

ts
project_id: string

The ID of the project this version is for

Defined in: packages/modrinth/types.ts:174

version_number

ts
version_number: string

The version number. Ideally will follow semantic versioning

Defined in: packages/modrinth/types.ts:190

version_type

ts
version_type: string

The type of the release - alpha, beta, or release

Defined in: packages/modrinth/types.ts:210