[API Bug?] Item buff description missing
Found another one: Sonic Tunneling Tool
https://api.guildwars2.com/v1/item_details.json?item_id=42664
Lead Programmer
In these cases, there is no description. The buff being applied is more of an invisible, technical one to enable special features on the item. It’s hard to tell the difference programmatically.. maybe I should exclude buffs with no description?
On one hand, you could say that if there’s no description, then there’s no use knowing the skill_id. On the other hand, you could say that it’s still worth knowing that there is a buff of some sort on the item. I don’t know which way is best.
In any case, it’s still good to know that this is normal/intentional and not a bug in the API so we can work around/with it.