Here is a list of bugs I found with the Cataclysm Classic API:
Character Appearance Summary
profile/wow/character/benediction/jaxington/appearance?namespace=profile-classic-us&locale=en_US
Always returns 403 Forbidden. I would expect to accurately view a characters customizations on this endpoint. Hair color, style, skin, etc.
Character Equipment Summary
profile/wow/character/benediction/jaxington/equipment?namespace=profile-classic-us&locale=en_US
Missing reforging. This makes the equipment API inaccurate based on in game players gear and inaccurate compared to the stats endpoint below.
Character Statistics Summary
profile/wow/character/benediction/jaxington/statistics?namespace=profile-classic-us&locale=en_US
Missing many stats.
- Hit
- Expertise
- Resilience
- …more?
Character Media Summary
profile/wow/character/benediction/jaxington/character-media?namespace=profile-classic-us&locale=en_US
Missing assets for “inset” and “raw” that exist in the detail API. These are a full size render of the character and a medium size render of the character.
PvP Reward Index
data/wow/pvp-season/9/pvp-reward/index?namespace=dynamic-classic-us&locale=en_US
Missing any data pvp-reward data for the current cataclysm pvp season 9.
Is there an ETA for adding these features to the Cataclysm Classic API?
Does anyone have any fancy workaround for this missing data?
Thanks!