Hello everyone, I also tried out the API and wrote a loot system for our guild which is used from HC. The loot is distributed in-game, enter item_id for the character who gets the loot and everything is saved, everyone can later see who got what and when. I used the Bis items from all classes and specs via Wow Head. Unfortunately I have to enter these items for all classes by hand, which is really a lot of work. Is there any solution to pull all items from the current raid for each class and spec, save them in a DB and then retrieve what I need or what is currently considered BIS? If necessary, I can set the BIs status myself, but constantly entering item_id is not possible. By the way, I created it with PHP and brought it online for my guild.