Jump to content
  • Sign Up

Daily Achievement API Broken?


Swarfega.6097

Recommended Posts

I wrote a tool before Path Of Fire was released. It worked fine at the time. It was a tool to show what todays (or tomorrows) dailies are based on your edition of the game (Core/Heart Of Thorns), your min and max level character. Since Path Of Fire through the API seems to show the required access for all dailies to be all three editions no matter the daily. I believe it's the required_access to be the cause...

 

https://api.guildwars2.com/v2/achievements/daily

 

Today, for example, it's saying achievement 2891 is the daily for those with GuildWars2 edition of the game. That's 'Daily Adventure: Flying Circus' which is a Heart of Thorns feature only.

 

{

"id": 2891,

"level": {

"min": 80,

"max": 80

},

"required_access": [

"GuildWars2",

"HeartOfThorns",

"PathOfFire"

]

}

 

https://api.guildwars2.com/v2/achievements/2891

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...