Get the hourly player population by raid activity over the past 24 hours
curl --request GET \
--url 'https://api.raidhub.io/metrics/population/rolling-day' \
--header 'X-API-Key: your_api_key'
{
"minted": "2026-03-03T23:30:00.000Z",
"success": true,
"response": [
{
"hour": "2026-03-03T23:00:00.000Z",
"population": {
"1": 342,
"2": 156,
"3": 89,
"4": 234,
"5": 167,
"6": 201,
"7": 445,
"8": 312,
"9": 523,
"10": 678
}
},
{
"hour": "2026-03-03T22:00:00.000Z",
"population": {
"1": 389,
"2": 178,
"3": 92,
"4": 267,
"5": 189,
"6": 223,
"7": 478,
"8": 334,
"9": 556,
"10": 701
}
},
{
"hour": "2026-03-03T21:00:00.000Z",
"population": {
"1": 412,
"2": 201,
"3": 103,
"4": 289,
"5": 198,
"6": 245,
"7": 501,
"8": 367,
"9": 589,
"10": 734
}
}
]
}
Documentation Index
Fetch the complete documentation index at: https://mintlify.com/Raid-Hub/API/llms.txt
Use this file to discover all available pages before exploring further.
Show HourlyPopulation
2026-03-03T23:00:00.000Z){
"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
}
/manifest endpoint to map activity IDs to raid names.curl --request GET \
--url 'https://api.raidhub.io/metrics/population/rolling-day' \
--header 'X-API-Key: your_api_key'
{
"minted": "2026-03-03T23:30:00.000Z",
"success": true,
"response": [
{
"hour": "2026-03-03T23:00:00.000Z",
"population": {
"1": 342,
"2": 156,
"3": 89,
"4": 234,
"5": 167,
"6": 201,
"7": 445,
"8": 312,
"9": 523,
"10": 678
}
},
{
"hour": "2026-03-03T22:00:00.000Z",
"population": {
"1": 389,
"2": 178,
"3": 92,
"4": 267,
"5": 189,
"6": 223,
"7": 478,
"8": 334,
"9": 556,
"10": 701
}
},
{
"hour": "2026-03-03T21:00:00.000Z",
"population": {
"1": 412,
"2": 201,
"3": 103,
"4": 289,
"5": 198,
"6": 245,
"7": 501,
"8": 367,
"9": 589,
"10": 734
}
}
]
}
/manifest endpoint to retrieve all activity definitions with their IDs and names.
curl --request GET \
--url 'https://api.raidhub.io/metrics/population/rolling-day' \
--header 'X-API-Key: your_api_key'
{
"minted": "2026-03-03T23:30:00.000Z",
"success": true,
"response": [
{
"hour": "2026-03-03T23:00:00.000Z",
"population": {
"1": 342,
"2": 156,
"3": 89,
"4": 234,
"5": 167,
"6": 201,
"7": 445,
"8": 312,
"9": 523,
"10": 678
}
},
{
"hour": "2026-03-03T22:00:00.000Z",
"population": {
"1": 389,
"2": 178,
"3": 92,
"4": 267,
"5": 189,
"6": 223,
"7": 478,
"8": 334,
"9": 556,
"10": 701
}
},
{
"hour": "2026-03-03T21:00:00.000Z",
"population": {
"1": 412,
"2": 201,
"3": 103,
"4": 289,
"5": 198,
"6": 245,
"7": 501,
"8": 367,
"9": 589,
"10": 734
}
}
]
}