Skip to content

Server-list API

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

Response:

{
"teaclient": [
{
name: "example",
description: "example",
icon: "base64 here",
banner: "base64 here",
server_ip: "exampleip.com",
partnered: false,
// All Socials can be null or a string
socials: {
homepage: "",
discord: null,
store: null,
twitter: null,
youtube: null,
tiktok: null,
twtich: null
}
}
]
// Surfhosting is the same output as inside of teaclient.
"surfhosting": [ ....]
}