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
Example response
[
{
"icon": "<svg></svg>",
"name": "adventure",
"project_type": "mod",
"header": "resolutions"
}
]