Skip to content

Get a list of loaders

GET
/tag/loader

Gets an array of loaders, their icons, and supported project types

Responses

200

Expected response to a valid request

Array<object>
object
icon
required

The SVG icon of a loader

string
<svg></svg>
name
required

The name of the loader

string
fabric
supported_project_types
required

The project types that this loader is applicable to

Array<string>
[
"mod",
"modpack"
]