Interface SearchResultHit
🏷️ Properties
author
author: string
The username of the author of the project
Defined in: packages/modrinth/index.ts:28
author_url
author_url: string
The url of the project's author
Defined in: packages/modrinth/index.ts:59
categories
categories: string[]
A list of the categories the project is in.
Defined in: packages/modrinth/index.ts:40
client_side
client_side: string
The side type id that this project is on the client
Defined in: packages/modrinth/index.ts:76
date_created
date_created: string
The date that the project was originally created
Defined in: packages/modrinth/index.ts:63
date_modified
date_modified: string
The date that the project was last modified
Defined in: packages/modrinth/index.ts:67
description
description: string
A short description of the project
Defined in: packages/modrinth/index.ts:36
downloads
downloads: number
The total number of downloads for the project
Defined in: packages/modrinth/index.ts:48
featured_gallery
featured_gallery: string
Defined in: packages/modrinth/index.ts:86
follows
follows: number
Defined in: packages/modrinth/index.ts:50
gallery
gallery: string[]
Defined in: packages/modrinth/index.ts:84
host
host: string
The host that this project is from, always modrinth
Defined in: packages/modrinth/index.ts:82
icon_url
icon_url: string
The url of the project's icon
Defined in: packages/modrinth/index.ts:56
latest_version
latest_version: string
The latest version of minecraft that this project supports
Defined in: packages/modrinth/index.ts:70
license
license: string
The id of the license this project follows
Defined in: packages/modrinth/index.ts:73
monetization_status
monetization_status: string
Defined in: packages/modrinth/index.ts:88
page_url
page_url: string
A link to the project's main page;
Defined in: packages/modrinth/index.ts:53
project_id
project_id: string
The id of the project; prefixed with local-
Defined in: packages/modrinth/index.ts:19
project_type
project_type: string
The project type of the project. "mod" "modpack"
Defined in: packages/modrinth/index.ts:24
server_side
server_side: string
The side type id that this project is on the server
Defined in: packages/modrinth/index.ts:79
slug
slug: string
The slug of project, e.g. "my_project"
Defined in: packages/modrinth/index.ts:15
title
title: string
The name of the project.
Defined in: packages/modrinth/index.ts:32
versions
versions: string[]
A list of the minecraft versions supported by the project.
Defined in: packages/modrinth/index.ts:44