Skip to content

Mod-list API

Our Custom Mod List

curl -X get https://api.teaclient.net/mods/

Response:

{
"mods": [
{
"name": "Example",
"author": "None",
"git": null,
"licence": null,
"homepage": "https://example.com/",
"mc_version_reccomended": [
"1.21.1"
],
"description": "example mod"
},
],
"blocked_mods": [
{
"name": "exampleMod",
"reason": "reason of why it's blocked"
}
]
}