In a /review query, how do I specify a specific game?

Avatar image for cubemonkey
Cubemonkey

8

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

Hello all.

I am having trouble building a request for a specific game's review. I can get ALL reviews:

http://www.giantbomb.com/api/reviews/?api_key={{apikey}}&format=json&field_list=game,score,site_detail_url

...but I would much rather get only a specific game. I am not sure how to take the above string, swap "/reviews" for "/review" and do the query? I'm pretty new to this. Any advice?

Avatar image for gibo
gibo

1

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#2  Edited By gibo

Not sure what kind of issues you have but this should work:

https://www.giantbomb.com/api/review/1900-762/?api_key={{api-key}}&field_list=game,score,site_detail_url&format=json