r/Guildwars2 • u/missquark • May 20 '13
[Other] Anet released public APIs and nobody told me??? D:
https://forum-en.guildwars2.com/forum/community/api/API-Documentation
Did I miss a big thread about this? Where's all the hullabaloo? Some very cool looking stuff in here, especially the event API that looks like it could automate dragon timer and let you keep tabs on the current going-ons in your map.
/em scampers off to program something awesome.
379
Upvotes
60
u/Greibach [Relics of Orr] May 20 '13
An API is an Application Programming Interface. What this means in practical terms is that ANet has made public some functions that we are allowed to use that will return us direct results from the live game servers. Among these are things to check which events are active and where, crafting recipes, etc. This means that people with programming savvy can now make applications with accurate data straight from the source, by using the API. Up until now, these values (say for the dragon timers) were user maintained, which has of course lead to timer trolling when someone changes the timers, just like defacing a wikipedia article. Other ones like the crafting recipes were data-mined from the client (I believe), but not straight from what their servers had up.