Interface Project
🏷️ Properties
body
body: string
A long form description of the mod.
Defined in: packages/modrinth/types.ts:84
body_url optional
body_url: string
DEPRECATED The link to the long description of the mod
Defined in: packages/modrinth/types.ts:88
categories
categories: string[]
A list of the categories that the mod is in
Defined in: packages/modrinth/types.ts:122
client_side
client_side: string
The support range for the client mod - required, optional, unsupported, or unknown
Defined in: packages/modrinth/types.ts:108
description
description: string
A short description of the mod
Defined in: packages/modrinth/types.ts:80
discord_url optional
discord_url: string
An optional link to the mod's discord
Defined in: packages/modrinth/types.ts:147
donation_urls
donation_urls: DonationLink[]
An optional list of all donation links the mod has
Defined in: packages/modrinth/types.ts:151
downloads
downloads: number
The total number of downloads the mod has
Defined in: packages/modrinth/types.ts:116
followers
followers: number
Defined in: packages/modrinth/types.ts:118
gallery
gallery: ProjectGallery[]
Defined in: packages/modrinth/types.ts:155
icon_url optional
icon_url: string
The URL of the icon of the mod
Defined in: packages/modrinth/types.ts:131
id
id: string
The ID of the mod, encoded as a base62 string
Defined in: packages/modrinth/types.ts:64
issues_url optional
issues_url: string
An optional link to where to submit bugs or issues with the mod
Defined in: packages/modrinth/types.ts:135
license
license: License
The license of the mod
Defined in: packages/modrinth/types.ts:104
loaders
loaders: string[]
Defined in: packages/modrinth/types.ts:127
project_type
project_type: string
Defined in: packages/modrinth/types.ts:153
published
published: string
The date at which the mod was first published
Defined in: packages/modrinth/types.ts:92
server_side
server_side: string
The support range for the server mod - required, optional, unsupported, or unknown
Defined in: packages/modrinth/types.ts:112
slug
slug: string
The slug of a mod, used for vanity URLs
Defined in: packages/modrinth/types.ts:68
source_url optional
source_url: string
An optional link to the source code for the mod
Defined in: packages/modrinth/types.ts:139
status
status: string
The status of the mod - approved, rejected, draft, unlisted, processing, or unknown
Defined in: packages/modrinth/types.ts:100
team
team: string
The id of the team that has ownership of this mod
Defined in: packages/modrinth/types.ts:72
title
title: string
The title or name of the mod
Defined in: packages/modrinth/types.ts:76
updated
updated: string
The date at which the mod was updated
Defined in: packages/modrinth/types.ts:96
versions
versions: string[]
A list of ids for versions of the mod
Defined in: packages/modrinth/types.ts:126
wiki_url optional
wiki_url: string
An optional link to the mod's wiki page or other relevant information
Defined in: packages/modrinth/types.ts:143