API Search by Genre?

Avatar image for jrs3082
jrs3082

3

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

Hi there! I'm messing around with the API, and trying to create a little HTML project where a user types in a genre, and a list of games via the API are generated.

My search URL is:

http://www.giantbomb.com/api/search/?api_key=[my key]&format=jsonp&query=[my search]resources=game&json_callback=?

I recognize with this setup, I'm only getting games with [my search] in the title of the game. Is there any way that I can enter a genre as the search query and a list of games of that genre will be called back?