Skip to content

Interface SearchResultHit

🏷️ Properties

author

ts
author: string

The username of the author of the project

Defined in: packages/modrinth/index.ts:28

author_url

ts
author_url: string

The url of the project's author

Defined in: packages/modrinth/index.ts:59

categories

ts
categories: string[]

A list of the categories the project is in.

Defined in: packages/modrinth/index.ts:40

client_side

ts
client_side: string

The side type id that this project is on the client

Defined in: packages/modrinth/index.ts:76

date_created

ts
date_created: string

The date that the project was originally created

Defined in: packages/modrinth/index.ts:63

date_modified

ts
date_modified: string

The date that the project was last modified

Defined in: packages/modrinth/index.ts:67

description

ts
description: string

A short description of the project

Defined in: packages/modrinth/index.ts:36

downloads

ts
downloads: number

The total number of downloads for the project

Defined in: packages/modrinth/index.ts:48

ts
featured_gallery: string

Defined in: packages/modrinth/index.ts:86

follows

ts
follows: number

Defined in: packages/modrinth/index.ts:50

ts
gallery: string[]

Defined in: packages/modrinth/index.ts:84

host

ts
host: string

The host that this project is from, always modrinth

Defined in: packages/modrinth/index.ts:82

icon_url

ts
icon_url: string

The url of the project's icon

Defined in: packages/modrinth/index.ts:56

latest_version

ts
latest_version: string

The latest version of minecraft that this project supports

Defined in: packages/modrinth/index.ts:70

license

ts
license: string

The id of the license this project follows

Defined in: packages/modrinth/index.ts:73

monetization_status

ts
monetization_status: string

Defined in: packages/modrinth/index.ts:88

page_url

ts
page_url: string

A link to the project's main page;

Defined in: packages/modrinth/index.ts:53

project_id

ts
project_id: string

The id of the project; prefixed with local-

Defined in: packages/modrinth/index.ts:19

project_type

ts
project_type: string

The project type of the project. "mod" "modpack"

Defined in: packages/modrinth/index.ts:24

server_side

ts
server_side: string

The side type id that this project is on the server

Defined in: packages/modrinth/index.ts:79

slug

ts
slug: string

The slug of project, e.g. "my_project"

Defined in: packages/modrinth/index.ts:15

title

ts
title: string

The name of the project.

Defined in: packages/modrinth/index.ts:32

versions

ts
versions: string[]

A list of the minecraft versions supported by the project.

Defined in: packages/modrinth/index.ts:44