Skip to content

List Mods API

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

Response

{
"mods": [
{
"name": "example",
"description": "A Minecraft Mod for the Example community.",
"icon": "https://assets.teaclient.net/images/example.png",
"banner": "https://assets.teaclient.net/images/example.png",
"partnered": false
},
...
]
}