This endpoint returns player activity metrics for each raid, aggregated by hour over the past 24 hours. Use this data to track player engagement trends and identify peak activity times across different raid activities.
Map of activity IDs to player counts. Each key is a raid activity ID (as a string), and each value is the number of unique players who participated in that activity during the hour.Example structure:
{ "1": 1234, // Activity ID 1 had 1,234 players "2": 567, // Activity ID 2 had 567 players "9": 2345 // Activity ID 9 had 2,345 players}
Use the /manifest endpoint to map activity IDs to raid names.