Clan War

This endpoint returns data about the current clan war. /clan/:tag/warlog will return data about the previous clan wars and /clan/:tag/battles will return battles of the last few wars with the use of war set as the type.

HTTP Request

GET https://api.royaleapi.com/clan/:tag/war

URL Parameters

ParameterDescription
TAGThe clan tag of the clan to retrieve

Response

Different responses might be provided if the clan is on different states (warDay or collectionDay)

{
  "state": "look below for possible states",
  "warEndTime or collectionEndTime": number,
  "clan": {
    ...
    "badge": {...}
  },
  "participants": [...]
}

Full JSON Responses

Last Updated:
Contributors: fourjr, SML