Filtering reviews by game returns 500 error

Avatar image for hogonalog
hogonalog

20

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

I'm not sure if API bugs go here or in the Bug Reporting forum. That one looks like it's more for user-facing stuff, so let me know if I'm in the wrong place.

The following API call returns a 500 error:

http://www.giantbomb.com/api/reviews/?filter=game:16909&limit=10&format=json&api_key=[API_KEY]

When trying the same thing with user_reviews, the request goes through but doesn't seem to return the correct result set - it still returns all user reviews, regardless of game (the docs say to use "object" instead of "game" when filtering):

http://www.giantbomb.com/api/user_reviews/?filter=object:16909&limit=10&format=json&api_key=[API_KEY]

Avatar image for wcarle
wcarle

447

Forum Posts

54

Wiki Points

0

Followers

Reviews: 0

User Lists: 1

@hogonalog: Yup that's totally broken. Just submitted a fix should go out in the next build probably mid to late next week. Sorry bout that!