v1

latestOpenAPI 3.0.02026-08-0446129150.1 KB
Files

Get all files of the specified mod.

get/v1/mods/{modId}/files

Path parameters

modIdinteger required

The mod id the files belong to

Query parameters

olderThanProjectFileIdinteger nullable

Filter only files older than the given file ID

gameVersionstring

Filter by game version string

modLoaderType0 | 1 | 2 | 3 | 4 | 5 | 6

0 = Any 1 = Forge 2 = Cauldron 3 = LiteLoader 4 = Fabric 5 = Quilt 6 = NeoForge

ModLoaderType enumeration Filter only files associated to a given modloader (Forge, Fabric ...).

releaseTypesProjectFileReleaseType[]

Filter only files that are of the given release types

platformType0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13

0 = Empty 1 = Windows 2 = XboxOne 3 = XboxXS 4 = Linux 5 = PS4 6 = PS5 7 = Mac 8 = IOS 9 = TVOS 10 = Android 11 = Switch 12 = WindowsServer 13 = LinuxServer

Filter only files supporting the given platform type

gameVersionTypeIdinteger nullable

Filter only files that are tagged with versions of the given gameVersionTypeId

clientCompatibleboolean

When set to true, filter OUT any file that isn't client compatible.

indexinteger

A zero based index of the first item to include in the response, the limit is: (index + pageSize <= 10,000).

pageSizeinteger

The number of items to include in the response, the default/maximum value is 50.

Response