v1
latestOpenAPI 3.0.02026-08-0446129150.1 KBGet all mods that match the search criteria.
Query parameters
Filter by game id.
Filter by section id (discoverable via Categories)
Filter by category id
Filter by a list of category ids - this will override categoryId categoryIds=[1,2,3...]
The maximum allowed category ids per query is 10
Filter by game version string
Filter by a list of game version strings - this will override gameVersion
gameVersions=["1.19.1", "1.19.2", "1.20.1" ...]
The maximum allowed category ids per query is 4
Filter by free text search in the mod name and author
1 = Featured 2 = Popularity 3 = LastUpdated 4 = Name 5 = Author 6 = TotalDownloads 7 = Category 8 = GameVersion 9 = EarlyAccess 10 = FeaturedReleased 11 = ReleasedDate 12 = Rating 13 = Relevancy
Filter by ModsSearchSortField enumeration
'asc' if sort is in ascending order, 'desc' if sort is in descending order
0 = Any 1 = Forge 2 = Cauldron 3 = LiteLoader 4 = Fabric 5 = Quilt 6 = NeoForge
Filter only mods associated to a given modloader (Forge, Fabric ...). Must be coupled with gameVersion.
Filter by a list of mod loader types - this will override modLoaderType modLoaderTypes=[Forge, Fabric, ...]
Max values = 5
Filter only mods that contain files tagged with versions of the given gameVersionTypeId
Filter only mods that the given authorId is a member of.
Filter only mods that the given primaryAuthorId is the owner of.
0 = All 1 = Premium 2 = Free
Filter only mods that are Premium or not.
Filter by slug (coupled with classId will result in a unique result).
When set to true, will filter out any mod that doesn't have a default file that is compatible with the client. This is usually due to a bad file structure of the file (which might cause unexpected behaviours on the user's machine - such as overriding other mods installed).
Bitwise number with values from ModsSearchEnhancedFeatures
A zero based index of the first item to include in the response, the limit is: (index + pageSize <= 10,000).
The number of items to include in the response, the default/maximum value is 50.