Something went wrong. Try again later

earful

This user has not updated recently.

3 0 18 0
Forum Posts Wiki Points Following Followers

earful's forum posts

Avatar image for earful
earful

3

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#1  Edited By earful

I'm trying to return the genres and platforms of a searched game in the application I'm developing, and for now am using XML (though will likely switch to JSON soon). I'm using the following search string:

http://api.giantbomb.com/search/?query=[myquery]&resources=game&field_list=name,image,genres,platforms&api_key=[mykey]&format=xml

It's returning name and image perfectly, but there's no sign of platforms or genres in the list. Is this something to do with them perhaps having multiple values? How will it return them?