poke.3712:

The item API was updated to show item icon IDs that can be used in conjunction with the rendering service. (source)

Given that the icon data appeared in the item_details API, I expected that requesting the icon for a random item in the database would work, but so far, all tests I did failed.

For example the “Massive Achievement Chest” with item ID `43763`. The item API gives this:

"icon_file_id":"603245",
"icon_file_signature":"6BA91E0A08689B40B09ECC3FB3C4589493E6C167",

Putting those bits together, the URL should be this: https://render.guildwars2.com/file/6BA91E0A08689B40B09ECC3FB3C4589493E6C167/603245.png – But the render API just returns a 404.

As mentioned, this happened to all items I have tested so far, both new and old items.

Cliff Spradlin.3512:

Hi,

We’re looking into it. The URL you constructed should work – looks like there might be a configuration problem.

Cliff Spradlin.3512:

OK, this should be fixed! Sorry for the trouble.

poke.3712:

First tests show that it works fine, thanks a lot for the quick fix!

Drakma.1549:

Converted all if gw2stats.net to the render service. Thank you all so much for this. Now I don’t have to poll the trading post all the time.