GET

/api/api/addons

Query

PropertyTypeDescription
page?numberThe page number for pagination.
version?"all" | stringThe Minecraft version to filter addons by.
modloader?"all" | "quilt" | "fabric" | "forge" | "neoforge" | "liteloader" | "modloader" | "rift" | "cauldron" | "any"The modloader to filter addons by.
search?stringA 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).

Responses

200

application/json

Model

PropertyTypeDescription
errorfalseIndicates if there was an error.
pagenumberThe current page number of the results.
totalModsnumberThe total number of mods available matching the query.
totalPagesnumberThe total number of pages available matching the query.
modsAddon[]An array of addons matching the query.
400

application/json

Model

PropertyTypeDescription
errorstringAn invalid query was provided.