Skip to content

Blocked Mods API

curl -X GET https://api.teaclient.net/mods/blocked

Response

{
"mods": null,
"blocked_mods": [
{
"name": "exampleClient",
"reason": "Minecraft Client"
},
...
]
}