How to get information about multiple games in a single API call?

Avatar image for thesunshinator
TheSunshinator

2

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

I'm in the situation where I have multiple guid, representing a user's library of games, and I want to query more information about those games for display (image and name). For a single game, I would call:

http://www.giantbomb.com/api/game/[guid]/?api_key=[YOUR-KEY]&...

Is there a call I can make to get the information about multiple games so that I can limit the amounts of API calls I'm doing?