Suggestion: API Key and Crafting Professions
1st- this is the wrong forum
2nd – the API already delivers the characters crafting disciplines including the current crafting level of all of them (active and inactive – you just need to learn them once)
({discipline:“Armorsmith”, rating:10, active:false}) ({discipline:“Artificer”, rating:25, active:true}) ({discipline:“Huntsman”, rating:15, active:false}) ({discipline:“Jeweler”, rating:15, active:false}) ({discipline:“Leatherworker”, rating:14, active:false}) ({discipline:“Weaponsmith”, rating:500, active:tru
the point with the known reciepes could be implemented in the future as we already can load the reciepe-data via the API and the Reciepe ID it would just be an array of known Reciepe IDs
edit: obviously this feature will come soon – the api offers a disabled endpoint
/v2/characters/:id/recipes [d]
(edited by Loex.5104)
Web Programmer
Yeah, the recipe unlocks will probably land late this month or early next month. All of the other requested features already exist