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?
Log in to comment