In the static data endpoint (/sc2/static/profile/:regionId, from Starcraft 2 community APIs), the elements of both the achievements and rewards lists have a flags key. What is the meaning of that value?
From the name and the shape of the data, I assume it’s an integer representation of several boolean values - at least 16 for achievements, and at least 3 for rewards. Is there any documentation of what each flag means?