Kantharr.2308:

Hey guys, today during lunch (6hrs ago) I was doing some testing with my application that requires getting the list of all items listed in the trading post with this link:

https://api.guildwars2.com/v2/commerce/listings?ids=

But for some reason now I am getting this response:

{"text":“missing ids value”}

Same goes for the recipes and items API. I did noticed though that it works fine if I switch “?ids=” with “.json”. Is there a reason why using “?ids=” no longer works?

Lawton Campbell.8517:

Refer to this issue on github. To get the old behavior, just omit the ids parameter entirely.

Kantharr.2308:

Oh cool, thanks a lot Lawton!