v1
Get various information about mods known to be incompatible with Quilt.
get/v1/incompatible-mods.json
Response
List of incompatible mods.
Example response
[
{
"ids": [
"modid1",
"modid2"
],
"name": "Example Mod",
"type": "GAME",
"status": "IN_PROGRESS",
"tracking": "https://example.com/tracking",
"icon": "https://example.com/icon.png",
"note": "This mod made an oopsie and used fabric internals."
}
]