Viza.5316 Posted October 14, 2019 Share Posted October 14, 2019 Is there some way to get more than 50 recipes by this method (/v2/account/recipes)?Query parametres page and page_size grant nothing, and as far as I understand, not specified in this methodhttps://github.com/arenanet/api-cdi/blob/master/v2/account/recipes.js Link to comment Share on other sites More sharing options...
WESTCAT.5264 Posted October 16, 2019 Share Posted October 16, 2019 From what I know, this endpoint only gives you an array or list of recipes that are unlocked in your account, which the format would be:https://api.guildwars2.com/v2/account/recipes?access_token=<API key>If you would like to see the actual recipe names and info, the list would need to be resolved with /v2/recipes. Link to comment Share on other sites More sharing options...
Viza.5316 Posted October 16, 2019 Author Share Posted October 16, 2019 @WESTCAT.5264 said:From what I know, this endpoint only gives you an array or list of recipes that are unlocked in your account, which the format would be:https://api.guildwars2.com/v2/account/recipes?access_token=<API key>If you would like to see the actual recipe names and info, the list would need to be resolved with /v2/recipes. Hi, I just need the unlocked recipesThe problem is that the method returns only 50 of these unlocked recipes, although there should be significantly more 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