GetClanInfo

GET /clans/{clanid}/

Return the information of the clan

Responses

GET /clans/{clanid}/
curl \
 --request GET 'http://api.example.com/clans/{clanid}/'
Response examples (200)
{
  "clanid": 42.0,
  "name": "string",
  "discordid": "string",
  "leaderid": "string",
  "invitelink": "string",
  "recruitment": true,
  "flagcolor": "string",
  "symbol": "string",
  "region": "string",
  "discordTag": "string"
}
Response examples (400)
string
Response examples (404)
string
Response examples (503)
string