How long after a war finishes is the data availbale?
I'm working on a tool to track my clan's war activity. I'm calling the /clans/{clanTag}/currentwar api. Shortly after the war finishes the "state" property of the war becomes "warEnded". However, after a period of time this changes to "notInWar" and all the stats disappear.
Can anyone tell me how long I have between "warEnded" and it changing to "notInWar"? This will give me an idea of how frequently I need to update in order not to loose the stats data.
War state will switch to "notInWar" as soon as the clan starts spinning/searching for a new war, or ~4 days after the war ends (whenever it becomes unavailable in the war log), whichever comes first. Usually the former.