Ahmrill.7512:

Just curious if there is any API sites that can show an updated WvW score that can be added to a basic HTML widget. I’m not the most skilled when it comes to website setup and our guild uses ENJIN web hosting. I can certainly add an Iframe or HTML, and was wondering if there was anything out there to work with.

Just a small basic overview showing the servers matched, total score and current points for the next tick.

smiley.1438:

You may give this a try:
https://github.com/codemasher/gw2api-tools/blob/master/examples/gw2wvw.php

It could be called via ajax, e.g. prototype or jquery or just as pure html which is generated via php. Anyway, you’ll need to be able to execute php in both cases.

demo:
http://gw2.chillerlan.net/examples/gw2wvw.php (the example script)
https://chillerlan.net/gw2/wvw (full implementation)