Interface ProjectVersion
🏷️ Properties
author_id
author_id: string
The ID of the author who published this version
Defined in: packages/modrinth/types.ts:178
changelog optional
changelog: string
The changelog for this version of the mod.
Defined in: packages/modrinth/types.ts:194
changelog_url optional
changelog_url: string
DEPRECATED A link to the changelog for this version of the mod
Defined in: packages/modrinth/types.ts:198
date_published
date_published: string
The date that this version was published
Defined in: packages/modrinth/types.ts:202
dependencies
dependencies: Object[]
A list of specific versions of mods that this version depends on
Defined in: packages/modrinth/types.ts:218
downloads
downloads: number
The number of downloads this specific version has
Defined in: packages/modrinth/types.ts:206
featured
featured: boolean
Whether the version is featured or not
Defined in: packages/modrinth/types.ts:182
files
files: ModVersionFile[]
A list of files available for download for this version
Defined in: packages/modrinth/types.ts:214
game_versions
game_versions: string[]
A list of versions of Minecraft that this version of the mod supports
Defined in: packages/modrinth/types.ts:222
id
id: string
The ID of the version, encoded as a base62 string
Defined in: packages/modrinth/types.ts:170
loaders
loaders: string[]
The mod loaders that this version supports
Defined in: packages/modrinth/types.ts:226
name
name: string
The name of this version
Defined in: packages/modrinth/types.ts:186
project_id
project_id: string
The ID of the project this version is for
Defined in: packages/modrinth/types.ts:174
version_number
version_number: string
The version number. Ideally will follow semantic versioning
Defined in: packages/modrinth/types.ts:190
version_type
version_type: string
The type of the release - alpha, beta, or release
Defined in: packages/modrinth/types.ts:210