Marxist Breakfast.9613:

There plenty of apps out there that track WvW server score… but I couldn’t find any that tracked WvW guild activity. So I hacked one together over the weekend: https://aduros.com/wvw

The app simply polls the wvw/match_details API, and keeps track of when an objective is newly claimed. This isn’t a perfect approximation of guild activity, but it’s not bad. It’s really useful to have a little more insight into how much your guild is contributing!

There are probably quite a few bugs still. Let me know if it doesn’t work right

smiley.1438:

I’ve also had some ideas to track WvW guild activity when i wrote the initial version of my WvW database https://github.com/codemasher/gw2-wvwstats . Theres actually a lot of funny things you can do with the currrent API – even track guild home world movings and stuff. The idea of my database was to keep detailed records for the current (and maybe most recent) matchups – not just points/income at a given time in the match but also objectives and guilds who owned the objective at this time – combined with the maps API etc. However, it’s currently suspended due to a lack of interest in GW2 and i can’t run it on my webspace because i’d need a huge database (~100MB data per week or so) which is impossible for me. So if someone has the resources and some ideas, feel free to fork!

Eight Samurai.6840:

There plenty of apps out there that track WvW server score… but I couldn’t find any that tracked WvW guild activity. So I hacked one together over the weekend: https://aduros.com/wvw

The app simply polls the wvw/match_details API, and keeps track of when an objective is newly claimed. This isn’t a perfect approximation of guild activity, but it’s not bad. It’s really useful to have a little more insight into how much your guild is contributing!

There are probably quite a few bugs still. Let me know if it doesn’t work right

When you say claim, do you mean when a guild physically goes to the supervisor to claim that area for their guild, or do you mean simply capturing a point?

smiley.1438:

When you say claim, do you mean when a guild physically goes to the supervisor to claim that area for their guild, or do you mean simply capturing a point?

The only way to track guilds via the API is when they actually claim an objective at the guild lord. So you can only track guilds which claim stuff.