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
Example response
[
{
"icon": "<svg></svg>",
"name": "fabric",
"supported_project_types": [
"mod",
"modpack"
]
}
]