rubensayshi / gw2spidy

GW2Spidy - Guild Wars 2 Tradingpost Graphs
http://www.gw2spidy.com
231 stars 86 forks source link

Getting a list of items with crafting cost. #180

Open gundown64 opened 8 years ago

gundown64 commented 8 years ago

I am trying to find a way to get a list of recipe prices through the use of /recipe/. However, /recipe/ only allows one id at a time, at least that is what I am seeing. I was hoping for something like /api/{version}/{format}/recipe/{type} or /api/{version}/{format}/recipe/all-items.

I understand that /recipes/ has these features, but /recipes/ does not have crafting cost, which is mainly what I am wanting.

So is there a way to get a list of a certain item type (like all weapons, all armor, all rare weapons, etc) that has crafting cost included?

Thanks.