Retrieve comprehensive statistics for a clan and its members
curl --request GET \
--url https://api.raidhub.io/clan/3148408 \
--header 'Authorization: Bearer YOUR_API_KEY'
{
"minted": "2026-03-03T23:30:00.000Z",
"success": true,
"response": {
"aggregateStats": {
"stats": {
"clears": 15420,
"averageClears": 154,
"freshClears": 8760,
"averageFreshClears": 88,
"sherpas": 2340,
"averageSherpas": 23,
"timePlayedSeconds": 18504000,
"averageTimePlayedSeconds": 185040,
"totalContestScore": 12500.5,
"weightedContestScore": 8750.25
},
"ranks": {
"clearsRank": 42,
"freshClearsRank": 38,
"sherpasRank": 56,
"timePlayedSecondsRank": 45,
"totalContestScoreRank": 67,
"weightedContestScoreRank": 54
}
},
"members": [
{
"playerInfo": {
"membershipId": "4611686018488107374",
"membershipType": 3,
"displayName": "Guardian_1",
"bungieGlobalDisplayName": "Guardian",
"bungieGlobalDisplayNameCode": "1234",
"iconPath": "/common/destiny2_content/icons/default_avatar.jpg",
"lastSeen": "2026-03-03T20:15:00.000Z",
"isPrivate": false,
"cheatLevel": 0
},
"stats": {
"clears": 245,
"freshClears": 180,
"sherpas": 42,
"totalTimePlayedSeconds": 294000,
"contestScore": 150.5
}
},
{
"playerInfo": null,
"stats": {
"clears": 89,
"freshClears": 45,
"sherpas": 5,
"totalTimePlayedSeconds": 106800,
"contestScore": 0
}
}
]
}
}
3148408Show Aggregate Stats
Show Stats
Show Ranks
Show Member
Show Player Info
curl --request GET \
--url https://api.raidhub.io/clan/3148408 \
--header 'Authorization: Bearer YOUR_API_KEY'
{
"minted": "2026-03-03T23:30:00.000Z",
"success": true,
"response": {
"aggregateStats": {
"stats": {
"clears": 15420,
"averageClears": 154,
"freshClears": 8760,
"averageFreshClears": 88,
"sherpas": 2340,
"averageSherpas": 23,
"timePlayedSeconds": 18504000,
"averageTimePlayedSeconds": 185040,
"totalContestScore": 12500.5,
"weightedContestScore": 8750.25
},
"ranks": {
"clearsRank": 42,
"freshClearsRank": 38,
"sherpasRank": 56,
"timePlayedSecondsRank": 45,
"totalContestScoreRank": 67,
"weightedContestScoreRank": 54
}
},
"members": [
{
"playerInfo": {
"membershipId": "4611686018488107374",
"membershipType": 3,
"displayName": "Guardian_1",
"bungieGlobalDisplayName": "Guardian",
"bungieGlobalDisplayNameCode": "1234",
"iconPath": "/common/destiny2_content/icons/default_avatar.jpg",
"lastSeen": "2026-03-03T20:15:00.000Z",
"isPrivate": false,
"cheatLevel": 0
},
"stats": {
"clears": 245,
"freshClears": 180,
"sherpas": 42,
"totalTimePlayedSeconds": 294000,
"contestScore": 150.5
}
},
{
"playerInfo": null,
"stats": {
"clears": 89,
"freshClears": 45,
"sherpas": 5,
"totalTimePlayedSeconds": 106800,
"contestScore": 0
}
}
]
}
}
playerInfo field will be null for members with private profilescheatLevel indicates the integrity status of a player’s accountcurl --request GET \
--url https://api.raidhub.io/clan/3148408 \
--header 'Authorization: Bearer YOUR_API_KEY'
{
"minted": "2026-03-03T23:30:00.000Z",
"success": true,
"response": {
"aggregateStats": {
"stats": {
"clears": 15420,
"averageClears": 154,
"freshClears": 8760,
"averageFreshClears": 88,
"sherpas": 2340,
"averageSherpas": 23,
"timePlayedSeconds": 18504000,
"averageTimePlayedSeconds": 185040,
"totalContestScore": 12500.5,
"weightedContestScore": 8750.25
},
"ranks": {
"clearsRank": 42,
"freshClearsRank": 38,
"sherpasRank": 56,
"timePlayedSecondsRank": 45,
"totalContestScoreRank": 67,
"weightedContestScoreRank": 54
}
},
"members": [
{
"playerInfo": {
"membershipId": "4611686018488107374",
"membershipType": 3,
"displayName": "Guardian_1",
"bungieGlobalDisplayName": "Guardian",
"bungieGlobalDisplayNameCode": "1234",
"iconPath": "/common/destiny2_content/icons/default_avatar.jpg",
"lastSeen": "2026-03-03T20:15:00.000Z",
"isPrivate": false,
"cheatLevel": 0
},
"stats": {
"clears": 245,
"freshClears": 180,
"sherpas": 42,
"totalTimePlayedSeconds": 294000,
"contestScore": 150.5
}
},
{
"playerInfo": null,
"stats": {
"clears": 89,
"freshClears": 45,
"sherpas": 5,
"totalTimePlayedSeconds": 106800,
"contestScore": 0
}
}
]
}
}