Chokapik.3741:

Excelsior!
I’m deleveloping an interactive map, allowing the users to create “rooms” in which they can draw stuff (Unlike in-game, it is permanently stored) and share it to anyone. It could be useful for things like the recent vine attack on waypoints.

Anyway, I plan on using the render API to get the assets, but the files API doesn’t have the vista and skillpoint file ID/signature (which I need to use the render service)

So, is there something I missed, or is there no way to get those assets (besides just taking a screenshot in-game and manually extracting it) ?

Render API : http://wiki.guildwars2.com/wiki/API:Render_service
Files API : http://wiki.guildwars2.com/wiki/API:1/files

smiley.1438:

Just use the wiki’s icons

https://github.com/codemasher/Guild-Wars-2-WikiMaps/blob/master/js/gw2wikimaps.js#L519

Chokapik.3741:

Could be good, but mh, not quite the same as in-game :/
Edit : Actually, after searching for a while on the wiki, it turns out they also have the real in-game image. Thanks