/api/addons
| Property | Type | Description | 
|---|---|---|
| page? | number | The page number for pagination. | 
| version? | "all" | string | The Minecraft version to filter addons by. | 
| modloader? | "all" | "quilt" | "fabric" | "forge" | "neoforge" | "liteloader" | "modloader" | "rift" | "cauldron" | "any" | The modloader to filter addons by. | 
| search? | string | A search term to filter addons by name, description, slug or categories. | 
| sort? | "downloads" | "name" | "created" | "followers" | "lastUpdated" | The sorting order for the results. | 
| platform? | "all" | "modrinth" | "curseforge" | The platform to filter addons by (e.g., Modrinth, Curseforge). | 
application/json
| Property | Type | Description | 
|---|---|---|
| error | false | Indicates if there was an error. | 
| page | number | The current page number of the results. | 
| totalMods | number | The total number of mods available matching the query. | 
| totalPages | number | The total number of pages available matching the query. | 
| mods | Addon[] | An array of addons matching the query. | 
application/json
| Property | Type | Description | 
|---|---|---|
| error | string | An invalid query was provided. |