Tacticus Player API
Fetch guild raid data for season through apiKey
get/api/v1/guildRaid/{season}
Path parameters
seasoninteger required
guildRaid season
Headers
apiKey with scope Guild Raid
Response
OK
Example response
{
"entries": [
{
"userId": "a6977954-4da1-4218-b939-accdef523bc4",
"remainingHp": 12500,
"maxHp": 18000,
"encounterType": "Boss",
"unitId": "GuildBoss1Boss1TyranTervigonLeviathan",
"type": "TervigonLeviathan",
"rarity": "Common",
"damageDealt": 2000,
"damageType": "Battle",
"heroDetails": [
{
"unitId": "ultraEliminatorSgt",
"power": 5700
}
],
"machineOfWarDetails": {
"unitId": "ultraEliminatorSgt",
"power": 5700
},
"globalConfigHash": "5ef79f82bafac0e91746e0ff3ecb83c8"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.