v19

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-037759134.1 KB
tags

Get a list of categories

Gets an array of categories, their icons, and applicable project types

get/tag/category

Response

Expected response to a valid request

iconstring required

The SVG icon of a category

namestring required

The name of the category

project_typestring required

The project type this category is applicable to

headerstring required

The header under which the category should go

Example response

[
  {
    "icon": "<svg></svg>",
    "name": "adventure",
    "project_type": "mod",
    "header": "resolutions"
  }
]