Showing Posts For Codin.8051:

How to determine if an event is active

in API Development

Posted by: Codin.8051

Codin.8051

Since the v1/events.json is disabled:

URL: https://api.guildwars2.com/v1/events.json?world_id=1001&map_id=39
Result: {"error":51,“text”:“endpoint is disabled”}

and v2 is not active

URL: https://api.guildwars2.com/v2/events.json?world_id=1001&map_id=39
Result: {"text":“API not active”}

How do you determine if an event is active after introduction of the new megaserver?

I know there are several Apps that have countdown timers to when an event is active.
One example: http://guildwarstemple.com/dragontimer/events.php?serverKey=121&langKey=en

Any help would be greatly appreciated.