Something went wrong. Try again later

kevinbrill

This user has not updated recently.

6 1 0 0
Forum Posts Wiki Points Following Followers

kevinbrill's forum posts

Avatar image for kevinbrill
kevinbrill

6

Forum Posts

1

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

#1  Edited By kevinbrill

Yeah, strangely enough, it's working now for me too. Go figure.

Thanks for checking!

Avatar image for kevinbrill
kevinbrill

6

Forum Posts

1

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

Yeah, strangely enough, its working now for me too. Go figure.

Thanks for checking!

Avatar image for kevinbrill
kevinbrill

6

Forum Posts

1

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

I'm just checking to see if I'm doing something wrong. I'm trying to include the image in the field list when searching for games, as seen in the api call here:

http://www.giantbomb.com/api/games/?api_key=<key_removed>&format=json&filter=name:warcraft,platforms:94&sort=name&field_list=id,name,image

That produces the following json:

{"error": "OK","limit": 100,"offset": 0,"number_of_page_results": 11,"number_of_total_results": 11,"status_code": 1, "results": [

{"id": 27267,"name": "Peggle: World of Warcraft Edition"},

{"id": 21298,"name": "Warcraft Adventures: Lord of the Clans"},

etc..

However, I'm not seeing image come back. I've also tried to replace image with images, but have not had any success.

Am I overlooking something in the documentation?