Deprecation Notice
Api V3 is being deprecated on July 1st, 2023. Please consider updating to V5
Team
A team is user owned and managed group of people.
{
"id": 387,
"name": "DerpSquad",
"slug": "derpsquad",
"url": "https://tiltify.com/+derpsquad",
"bio": "",
"inviteOnly": true,
"disbanded": false,
"social": {
"facebook": "tradechatonyoutube",
"twitch": "tradechat",
"twitter": "tradechat",
"website": "",
"youtube": "tradechat"
},
"avatar": {
"src": "https://asdf.cloudfront.net/asdf.jpg",
"alt": "",
"width": 200,
"height": 200
}
}
Fields
key | description |
---|---|
id integer |
This is the id of the team. |
name string |
The name of the team. |
slug string |
The url slug used to route to the team. These are unique for each team |
url string |
An absolute url that will take you to the team page. |
bio string |
A biography for the team |
inviteOnly boolean |
Whether or not the team is invite only |
disbanded boolean |
Whether or not the team has been disbanded |
social object |
A key value object with a team's social id's |
avatar image |
An image object for the team's avatar |