Deprecation Notice

Api V3 is being deprecated on July 1st, 2023. Please consider updating to V5

V5 Api Documentation


GET /teams/:id

Retrieves a list of team entities.

{
  "meta": {
    "status": 200
  },
  "data": [
    {
      "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
      }
    },
    // ...
  ]
}

Examples

GET /teams

Returns a list of teams.

curl https://tiltify.com/api/v3/teams

results matching ""

    No results matching ""