Hello, character talents have been missing from the WoW Profile API since the Patch 11.2 release. The likely cause is that the loadouts field from the character specialization endpoint is no longer present.
{
"_links": {
"self": {
"href": "https://eu.api.blizzard.com/profile/wow/character/conseil-des-ombres/shyn/specializations?namespace=profile-eu"
}
},
"specializations": [
{
"specialization": {
"key": {
"href": "https://eu.api.blizzard.com/data/wow/playable-specialization/73?namespace=static-11.2.0_62213-eu"
},
"name": "Protection",
"id": 73
},
"pvp_talent_slots": [
{
"selected": {
"talent": {
"key": {
"href": "https://eu.api.blizzard.com/data/wow/pvp-talent/173?namespace=static-11.2.0_62213-eu"
},
"name": "Shield Bash",
"id": 173
},
"spell_tooltip": {
"spell": {
"key": {
"href": "https://eu.api.blizzard.com/data/wow/spell/198912?namespace=static-11.2.0_62213-eu"
},
"name": "Shield Bash",
"id": 198912
},
"description": "When Shield Slam is used on targets that are casting, it reduces their damage done by 15% for 8 sec and the cooldown is instantly reset.",
"cast_time": "Passive"
}
},
"slot_number": 2
},
{
"selected": {
"talent": {
"key": {
"href": "https://eu.api.blizzard.com/data/wow/pvp-talent/5629?namespace=static-11.2.0_62213-eu"
},
"name": "Battlefield Commander",
"id": 5629
},
"spell_tooltip": {
"spell": {
"key": {
"href": "https://eu.api.blizzard.com/data/wow/spell/424742?namespace=static-11.2.0_62213-eu"
},
"name": "Battlefield Commander",
"id": 424742
},
"description": "Your Shout abilities have additional effects.\r\n Battle Shout:\r\nIncreases Stamina by 3%.\r\n Piercing Howl:\r\nRadius increased by 50%\r\n Berserker Shout:\r\nRange increased by 8 yds.\r\n Intimidating Shout:\r\nCooldown reduced by 15 sec.\r\n Rallying Cry:\r\nRemoves movement impairing effects and grants 30% movement speed to allies.\r\n Thunderous Roar:\r\nTargets receive 5% more damage from all sources while bleeding.",
"cast_time": "Passive"
}
},
"slot_number": 3
},
{
"selected": {
"talent": {
"key": {
"href": "https://eu.api.blizzard.com/data/wow/pvp-talent/175?namespace=static-11.2.0_62213-eu"
},
"name": "Thunderstruck",
"id": 175
},
"spell_tooltip": {
"spell": {
"key": {
"href": "https://eu.api.blizzard.com/data/wow/spell/199045?namespace=static-11.2.0_62213-eu"
},
"name": "Thunderstruck",
"id": 199045
},
"description": "After casting Avatar, Shockwave, or Stormbolt, your next Thunder Clap roots all targets it damages for 6 sec.",
"cast_time": "Passive"
}
},
"slot_number": 4
}
]
}
],
"active_specialization": {
"key": {
"href": "https://eu.api.blizzard.com/data/wow/playable-specialization/73?namespace=static-11.2.0_62213-eu"
},
"name": "Protection",
"id": 73
},
"character": {
"key": {
"href": "https://eu.api.blizzard.com/profile/wow/character/conseil-des-ombres/shyn?namespace=profile-eu"
},
"name": "Shyn",
"id": 159070914,
"realm": {
"key": {
"href": "https://eu.api.blizzard.com/data/wow/realm/644?namespace=dynamic-eu"
},
"name": "Conseil des Ombres",
"id": 644,
"slug": "conseil-des-ombres"
}
},
"active_hero_talent_tree": {
"key": {
"href": "https://eu.api.blizzard.com/data/wow/talent-tree/850/hero-talent/61?namespace=static-11.2.0_62213-eu"
},
"name": "Mountain Thane",
"id": 61
}
}
This also impacts the WoW Armory, leaving the talents section empty: