tags

Get a list of loaders

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

get/tag/loader

Response

Expected response to a valid request

iconstring required

The SVG icon of a loader

namestring required

The name of the loader

supported_project_typesstring[] required

The project types that this loader is applicable to

Example response

[
  {
    "icon": "<svg></svg>",
    "name": "fabric",
    "supported_project_types": [
      "mod",
      "modpack"
    ]
  }
]

Changes