Q: Including image on game retrieval

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?

Avatar image for frobie
frobie

268

Forum Posts

262594

Wiki Points

0

Followers

Reviews: 0

User Lists: 4

#2 frobie  Staff

@kevinbrill That looks right, I dropped in my api key in your query and it came back with the image links.

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

#4  Edited By kevinbrill

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

Thanks for checking!