Account-Wide Unlocked Recipes

Account-Wide Unlocked Recipes

in API Development

Posted by: Drant.5902

Drant.5902

One of my users deleted a GW2 character, and because of the account-wide recipes patch, the user said they were still able to craft recipes learned by that deleted character. However, since we can only access API recipe unlocks per-character, the recipe unlocks from that deleted character cannot be viewed by API.

Can we also have access to the account-wide recipe unlocks array that the game keep?

Account-Wide Unlocked Recipes

in API Development

Posted by: darthmaim.6017

darthmaim.6017

/v2/account/recipes contains all the recipes unlocked for the account.

Account-Wide Unlocked Recipes

in API Development

Posted by: Drant.5902

Drant.5902

Thanks. How did you know of that endpoint? I can’t find it in Anet’s Github or the wiki.

Account-Wide Unlocked Recipes

in API Development

Posted by: Lawton Campbell

Lawton Campbell

Web Programmer

The API provides a list of all endpoints. I’ll add that to the github stuff now; that particular endpoint was implemented before the feature was announced and I totally forgot to actually write documentation for it.

Account-Wide Unlocked Recipes

in API Development

Posted by: Illconceived Was Na.9781

Illconceived Was Na.9781

FYI That doesn’t appear to be documented on the wiki at either:

John Smith: “you should kill monsters, because killing monsters is awesome.”

Account-Wide Unlocked Recipes

in API Development

Posted by: Anhim.3156

Anhim.3156

I just made an update on the talk page for the API on the wiki with all the currently missing entries here: https://wiki.guildwars2.com/wiki/API_talk:2#Stuff_we_haven.27t_documented_yet. I (and probably others) will work on getting things documented.