(edited by Goddchen.4958)
List of apps/websites using the API
Interwebs
- http://gw2.thelazy.net/ – using Events API
- http://v2.gw2stuff.com/ – New chest event timer
- http://www.gw2dragons.com/balthazar.html – Shows open Balthazard temples
- http://godcraft.com/x/gw2/default.htm – active events
- http://mos.millenium.org/ – WvW website, with scores and timers when differnet places have been taken
I wrote a dungeon/temple availability checker here:
http://www.gw2bear.com/status.quaggan?check=cof&server=NA
I can easily adjust the list to have two sections, one for Libraries and one for specific implementations. Although a second list specifically for implementations may be a better solution.
I’m working on building a simple site people can visit to easily check out all the GW2 apps, get involved in the open-source ones, and maybe share and vote in the future.
http://v2.gw2stuff.com
as beautiful as it is, It’s very very very out dated on the timers :X
2015-2016
Fort Aspenwood
I’m working on a WvW Tracker app for Android, I’ll update this post with a repo link when I’ve created one.
http://v2.gw2stuff.com
as beautiful as it is, It’s very very very out dated on the timers :X
I’ve noticed similar issues with other event status checking sites, though I’m wondering if event status is just not updating for some events on certain servers. Noticed that the site you posted and gw2.thelazy.net/events were both at least an hour behind on the Maw on SoR earlier.
Edit: Guess we’re not the only ones to notice it. Poke posted at https://forum-en.gw2archive.eu/forum/community/api/API-errors-bugs/first#post2080880 about an hour before my post concerning a hung “Active” status for Claw of Jormag on Elona Reach, after it succeeded.
(edited by abasedfear.6051)
This is awesome! Thanks, Goddchen, for your initiative in starting that list.
Would it be possible to include who the admin(s)/creator(s) are for each particular app/site (if known)? Would be great to give the creators credit for what they make.
Twitter: @ArenaNet, @GuildWars2
In-Game Name: Cm Regina Buenaobra
Hi I have done a app “GW2 Event Timer”. Currently only available information for HoD Server but the information for all Servers should be ready in version 2 which will be around an hours time.
https://play.google.com/store/apps/details?id=com.danielling.gw2eventtimer
I’ve created an Android app that focuses on items (for now). It allows you to search for items by name, item type, vendor value, and item rarity. You can sort the results, and view each item individually.
I’ll update this post once it’s live on the Play Store. It’s now live on the Play Store. Your feedback is greatly appreciated: https://play.google.com/store/apps/details?id=com.enragedginger.gw2.companion
Next, I plan to:
1. Allow for searches on more than just name. (This is done.)
2. Display more data than just the basic item data.
3. Make it pretty
4. Add support for recipe data and the other endpoints too.
(edited by noobinator.3816)
I made a simple Java-based desktop application that currently only displays a list of events from “Anvil Rock”, but I plan to continuously expand it at least until it displays all info available from the API and for it to be a base for others to start with:
https://github.com/robertsmieja/Gw2InfoViewer
A compiled version that is current as of posting is here:
http://www.mediafire.com/download/f7icwpj8p3u8hh0/dist.zip
I’ve got wvw stats currently on gw2stats.net
Also have the wvw live score image running. See my post in this forum on that. I’ve also modified/personalized it for other sites.
Things I’m currently working on:
Open Temples
Dragon Timers
Historical reporting
Mobile
I’ve also tweaked the code quite a but and am doing pulls every 10 seconds now.
I can’t wait for the new wvw rankings next week. I hope that an API will be available for it.
Good work all around I’d say. Some awesome tools being made.
Technically the English wiki is one of those sites too :P
http://wiki.guildwars2.com/wiki/Catch_rabbits_and_return_them_to_Arlo (Fetch worlds currently active on in the event infobox)
GW2-Overlay
Language: AutoIt
Admin: Dauni.8290
URL: http://www.reddit.com/r/Guildwars2/comments/1ew7sm/toolgw2_boss_event_overlay/
Daily chest event chains:
http://dragons.udba.org/
List and status (autorefreshing) of daily chest events, and their chains.
Currently in alpha version.
All is vain
(edited by Tsuki.4013)
This is awesome! Thanks, Goddchen, for your initiative in starting that list.
Would it be possible to include who the admin(s)/creator(s) are for each particular app/site (if known)? Would be great to give the creators credit for what they make.
Good point, will add those info as it is available
Android WvW Monitor: https://play.google.com/store/apps/details?id=com.berbst.gw2.wvw
Currently shows an overview of the WvW stats for a match. Soon it will show details for each map, and eventually zoomable maps.
This is great stuff. Thank you to all contributors. (<—- this word correct? lol my english sucks)
“All great changes are preceded by chaos.” Chopra
‘No matter what people tell you, words and ideas can change the world’ Robin Williams
Windows 8: Dragon Timers
Currently re-writing the app to exclusively use the Dynamic Events API.
- Currently supports all North American and European servers, but much of the timer info still relies on guildwarstemple timers.
- Uses the WinJS.UI and Windows.UI API’s to notify users of active events.
- Fully supports snapped states.
- Shows some preliminary boss info on tile click.
Hoping to have version 2.0 (full Events API support) released by Memorial Day.
Edit – 5/24/2013: The new version is now in certification; rebuilt to exclusively use the new Dynamic Events API.
(edited by Arctic.3297)
Event timers for all events and all servers:"
Still under development (dragon timers still beta and only working for Far Shiverpeaks).
Will also be adding CoF and CoE open or not for all servers.
And ofcourse more!
I created all the code used on http://godcraft.com/x/gw2/default.htm
It’s available (with updates) as open source at https://github.com/PrimalZed/GW2ActiveEvents and apparently github can also host the page at http://primalzed.github.io/GW2ActiveEvents/
http://www.geonymous.com/gw2events/
A very minimal event tracker designed for players that keeps track of active events for a certain map. Best to use while playing on window mode and just adjust the window to the left/right part of the screen.
Format
Event Icon – Level – Event Name
List is updated every 15secs
Sorted by ascending order by Level
Update 2-Sep-13
- Added new event names and event icons
- Updated levels and locations based from the official wiki
- Added hash for easy bookmarking
- Bug fix and optimizations.
- Added a countdown timer for refresh
- Smartphone browsing support
(edited by blipz.7634)
GW2-events : events tracker.
Project on GitHub : https://github.com/Oignons/gw2-events
Preview on website : http://gw2-events.ueuo.com/gw2-events.html
I’m using ideas from : https://github.com/lpdumas/gw2cartographers such as the map, the decoration and the idea of using leaflet. GW2 assets are the properties of Arenanet.
My application, in browser, show events on their respective map for a given world. I plan to add the coordinates of the events (perhaps with some new features of the API if ANet decide to give us coords of the events ; or by creating a community map where everyone can add events).
I also want to add level of the events and maybe some icons.
P.S. : Sorry for my bad english. I do my best but I’m still learning it.
Guild Wars 2 Italia - WvWvW Ranking and Weekly Match Stats
We are in development.
WvWvW Guild From Piken Square [EU]
Just want to edit my website link : it is better with Github Pages : http://oignons.github.io/gw2-events/gw2-events.html
My site is GW2-events.com
Supports all 4 languages and auto-refreshes event state over ajax so that the page isn’t constantly reloading
events API
Mine: http://gw2api-angularjs.herokuapp.com/
It uses “desktop notification” so you know when a world boss is active without keeping an eye to the site, with the conditions that you use a Webkit (Chrome or Safari) browser and don’t play fullscreen.
Feedbacks are welcomed.
Thread here: https://forum-en.gw2archive.eu/forum/community/api/AngularJS-example
http://events.gw2organizer.com/
Status for all event by categories (World Bosses, Group events, active events, region/map events …), with some nice metadata (time since last status change, pré events active, link to nearest WP/POI …)
The site is currently up and running and does most of its work
Some datails will be made better during the next few days (more links for WP/POI, working pages for “By Event” category, timers for world bosses first then for all events, some GUI improvements, full translations …)
GuildWars 2 helper Android version 0.6, now provide event states and WvW states.
Please update the gw2stats to read gw2stats.net please. The folks over at mos deemed it appropriate to register gw2stats.com for some reason.
Shame on me for not registering it. Shame on mos for stooping so low.
Dragon Status and Timer iframe module (fell free to use anywhere):
EN-US: http://jsfiddle.net/5tYxb/5/
PT-BR: http://jsfiddle.net/5tYxb/3/
I will update the art and add others main events, temples, search box and a lot of more information soon.
PS: Thx guildwars2brasil.com.br for hosting the code & data.
(edited by klarkc.3754)
Using Event Structure
http://www.gw2timer.tk
I have running a service in the background wich calculates the timers for alle vents from the “stop” of an event to its next “start”, so it should kind of trustable. i will change the design and usability of the site the next days. If you have some time, then check if the timers are exact, and call me back plz.
For the MoS matchups tool, i’m the author of the site
Author of the MoS matchups Tools
http://mos.millenium.org/matchups
I have a WvW monitor universal app for iPad and iPhone waiting for review by apple ATM.
Developer of GW2 WvW for iOS: https://itunes.apple.com/au/app/gw2-wvw/id653987126?mt=8
Sanctum of Rall’s Realm War Section uses it
http://www.sanctumofrall.com/realmwar/history/
Founder, Gaiscioch Community [GSCH] | Gaiscioch Magazine | Twitch | YouTube | Twitter
Proud Resident of Mercenary Server Sanctum of Rall | 6 Year Extra-Life Charity Event Participant
Please update the gw2stats to read gw2stats.net please.
Done
I built an app that shows which guild bounty targets are currently active/in combat.
Should probably replace the godcraft url with http://primalzed.github.io/GW2ActiveEvents/ – this will always have the latest that I’ve created, while godcraft has an older version of my site. (I’ve fixed the wiki hyperlinks and added icons to indicate normal event, group event, or skill point event.)
I’ve finished the first section, which is the event status viewer, of the website implementation today.
http://www.iguildwars2.com/
For the event section, more interface-friendly features are developing in progress.
Addtionally, the other sections which are WvW viewer, Item searcher, Recipes search will be started to implement immediately after the event section done.
Hope this website will be helpful for the guildwars2 players.
Best regards to you guys and the ArenaNet team.
I’ve done this web widget that shows the WvW match scores for a server and the buf countdown of each tower captured.
Here is the repo: https://github.com/Galbar/GW2-WvWTimers
An example: http://galbar.github.io/GW2-WvWTimers/server-widget/
It is just html and js (and a bit of css :P) it’s quite easy to insert in a webpage and I’ve wirtten a nice how-to explaining how to set it up.
I’ve finished the first section, which is the event status viewer, of the website implementation today.
http://www.iguildwars2.com/
You could get some trouble with that domain. :/
gw2wvw.org
I’ve finished the first section, which is the event status viewer, of the website implementation today.
http://www.iguildwars2.com/You could get some trouble with that domain. :/
I’m not sure.
Since I’m also developing an iOS app using this API, and I planned to call it iGuildWars2,
because…you know, the “i” prefix is popular which usually means the product is related to apple company, so I just want to keep the consistency with the iOS app and the website.
As the API publisher said, we should only be allowed to use the API that never produce something may compete with ArenaNet. But ArenaNet doesn’t provide any tools like we did. Personally, I think there will not be any problem.
For the domain name, it happens everywhere around the world. A competitor may intensively register the domain names that are very similar to you and make a site providing similar services. However, my purpose is just producing an effective tool for the players… It should be OK… maybe..
I’ve finished the first section, which is the event status viewer, of the website implementation today.
http://www.iguildwars2.com/You could get some trouble with that domain. :/
I’m not sure.
Since I’m also developing an iOS app using this API, and I planned to call it iGuildWars2,
because…you know, the “i” prefix is popular which usually means the product is related to apple company, so I just want to keep the consistency with the iOS app and the website.As the API publisher said, we should only be allowed to use the API that never produce something may compete with ArenaNet. But ArenaNet doesn’t provide any tools like we did. Personally, I think there will not be any problem.
For the domain name, it happens everywhere around the world. A competitor may intensively register the domain names that are very similar to you and make a site providing similar services. However, my purpose is just producing an effective tool for the players… It should be OK… maybe..
This page is linked in the API documentation:
https://www.guildwars2.com/en/legal/guild-wars-2-content-terms-of-use/
Look under “Are there restrictions on what I name my site or what domain I purchase for my site?”
gw2wvw.org
Well, thanks @Narax.7605 for the resource that I didn’t notice before.
They said that they <b>prefer</b> the domain names do not closely similar to the offical site… so I think it could be negotiable that if I claim the site is not official in my site. Additionally, my site is definitely not for commercial.
I’ll send the community email for this, thanks @Narax.7605
I’ve started to work on a site that utilizes the API. So far it has Events (filterable by world, map and status) and WvW scores. More to come, but it’s a start…