---
title: "Get various information about mods known to be incompatible with Quilt."
method: GET
path: "/v1/incompatible-mods.json"
tags: ["v1"]
---

# Get various information about mods known to be incompatible with Quilt.

`GET /v1/incompatible-mods.json`

## Response `200`

List of incompatible mods.

- IncompatibleModV1[]
  - `ids` string[], required — The mod IDs that are known to be incompatible with Quilt.
  - `name` string, required — The name of the mod.
  - `type` 'GAME' | 'OTHERS' | 'SELF' | 'WORKAROUND', required — The type of incompatibility: - `GAME`: Breaks the game in an unrecoverable way. - `OTHERS`: Breaks other mods in an unrecoverable way. - `SELF`: Causes non-fatal errors or broken features in the mod itself. - `WORKAROUND`: Requires a workaround to function properly. Please see the attached note.
  - `status` 'UNKNOWN' | 'WONT_FIX' | 'IN_PROGRESS' | 'BLOCKED' | 'NO_ANSWER' | 'ON_HOLD', required — The status of the incompatibility: - `UNKNOWN`: The status of the incompatibility is unknown, due to a lack of report or the inability for us to find it. - `WONT_FIX`: The incompatibility is known, but the mod authors have stated they won't fix it. - `IN_PROGRESS`: The incompatibility is known, and the mod authors are working on a fix. - `BLOCKED`: The incompatibility is known, but the fix is blocked by an external factor. - `NO_ANSWER`: The mod authors have not responded yet to the report. - `ON_HOLD`: The incompatibility is known, but the mod authors wish to wait before implementing a fix.
  - `tracking` string, required — The tracking URL for the report. Set to `UNKNOWN` if the tracking URL is not available.
  - `icon` string, required — The URL to the mod's icon. Solely for display purposes.
  - `note` string — A note about the incompatibility. May not be present.

---

[API](https://skmtc.dev/quiltmc/apis/quilt-website-api.md) · [All operations](https://skmtc.dev/quiltmc/apis/quilt-website-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/quiltmc/quilt-website-api/revisions/9ceaa9d4f8fc/schema)
