ArenaNet Staff Daniel Snider.6241 Posted June 14, 2019 ArenaNet Staff Share Posted June 14, 2019 Hello all,I added some missing content to the API: two home instance nodes, some missing novelties and the latest mount skin.I have also added a new quests endpoint so you can see all the finer-grained details of the quests available in the game (completing the trio of /v2/stories, /v2/stories/seasons and now /v2/quests)I also put in a /v2/characters/:id/quests endpoint to let you see all the quests you've completed per character! This also means you can automatically track which paths of the personal story your characters have completed (I hope someone writes an app for it :D)Recent API UpdatesHere is the change in list format:/v2/novelties has previously missing data./v2/mounts/skins has previously missing data./v2/quests and /v2/characters/:id/quests have been addedThank you to those who have been pointing out issues with the API. If you notice any more, please let me knowThanks!Snider Link to comment Share on other sites More sharing options...
shadowolflo.6870 Posted June 14, 2019 Share Posted June 14, 2019 Hi Daniel Snider, thank you for all you amazing works ! Can you please update the /v2/mapchest with pof's chest ? Thank you in advance ! Link to comment Share on other sites More sharing options...
Illconceived Was Na.9781 Posted June 14, 2019 Share Posted June 14, 2019 The Holo Kitten is missing (still? or again?) from the API. And thanks for the continued updates. It's good to be able to see that the API is getting frequent (and useful) attention. Link to comment Share on other sites More sharing options...
Ixillius.5768 Posted June 14, 2019 Share Posted June 14, 2019 Dear god now all i need is map completion so i can automate my sheet (https://docs.google.com/spreadsheets/d/1sBm8mD5jFOE6Cw2m9_mwbTPkoVrpKWFWR0mwEgDf3vY/edit?usp=sharing) Link to comment Share on other sites More sharing options...
Halvaard.1034 Posted June 14, 2019 Share Posted June 14, 2019 PoF chests and other dailies would be great. Link to comment Share on other sites More sharing options...
Chaba.5410 Posted June 14, 2019 Share Posted June 14, 2019 @Daniel Snider.6241 said:I also put in a /v2/characters/:id/quests endpoint to let you see all the quests you've completed per character! This also means you can automatically track which paths of the personal story your characters have completed (I hope someone writes an app for it :D)OMG Finally! Thanks! Link to comment Share on other sites More sharing options...
Iris Aquae.8315 Posted June 15, 2019 Share Posted June 15, 2019 That story stuff is a godsend for some things I've always wanted to do!However, I'm finding that on some characters it's not listing random quests as being completed. So far its only been past the personal story segments so perhaps the repeatable nature of them is messing things up. Link to comment Share on other sites More sharing options...
Killerassel.2197 Posted June 16, 2019 Share Posted June 16, 2019 I'm not seeing everything I had completed either.In an effort to check if this is my code's fault and if I maybe didn't fetch all required information, I tried to read the quests paginated. With 445 of them it is dangerously close to the 500 item page limit when fetching with ids=all. It turns out they are not paginated. (Which broke my code when I tried this, but that really was my fault.)I suggest making quests?ids=all paginated, because otherwise in a few episodes problems might occur. Link to comment Share on other sites More sharing options...
LadyRhonwyn.2501 Posted June 19, 2019 Share Posted June 19, 2019 @Daniel Snider.6241 said:I also put in a /v2/characters/:id/quests endpoint to let you see all the quests you've completed per character! This also means you can automatically track which paths of the personal story your characters have completed (I hope someone writes an app for it :D)I was looking into this, but the problem is, I can't see what order the quests are. If I look at a character that has only done the lvl 10 quests, I get id's 27, 24, 21, 32, 15 and 23 (in that order). The correct order would have been 15, 21, 24, 23, 32 and then 27. The only way I could figure out the real order was by using the wiki. A linked list would be nice!edit: another option would be to add the quest id in the story, as part of the chapters. Link to comment Share on other sites More sharing options...
Tometheus.4857 Posted September 16, 2019 Share Posted September 16, 2019 @LadyRhonwyn.2501 said:@"Daniel Snider.6241" said:I also put in a /v2/characters/:id/quests endpoint to let you see all the quests you've completed per character! This also means you can automatically track which paths of the personal story your characters have completed (I hope someone writes an app for it :D)I was looking into this, but the problem is, I can't see what order the quests are. If I look at a character that has only done the lvl 10 quests, I get id's 27, 24, 21, 32, 15 and 23 (in that order). The correct order would have been 15, 21, 24, 23, 32 and then 27. The only way I could figure out the real order was by using the wiki. A linked list would be nice!edit: another option would be to add the quest id in the story, as part of the chapters.To be consistent with seasons and stories, it looks like v2/quests?ids=[etc] needs an 'order' field. For instance, there's no way, as far as I can tell, to determine through the API that "Victory or Death" is the last quest of "My Story" / "The Elder Dragon Zhaitan". Its ID is somewhere in the middle of Zhaitan quest IDs. The sort order in the character list is also in the middle somewhere. Link to comment Share on other sites More sharing options...
Tometheus.4857 Posted November 30, 2019 Share Posted November 30, 2019 As far as I cal tell, /v2/quests still hasn't updated for Whisper in the Dark Link to comment Share on other sites More sharing options...
Tometheus.4857 Posted January 13, 2020 Share Posted January 13, 2020 @Tometheus.4857 said:As far as I cal tell, /v2/quests still hasn't updated for Whisper in the DarkShould I submit a ticket on this? I'm still not seeing it. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now