GET /api/game/images

Supported formats: json

Games have an image_url in their object which is the primary image. This call returns all the additional images linked to the game.

Returns a list of Additional Game Image Objects linked in order of when they were uploaded of newest to oldest. A gameid can be specified to get the images of a particular game.

Example

This is an example where it returns the most recently uploaded images for various games.

GEThttps://api.boardgameatlas.com/api/game/images?limit=20&client_id=

Parameters

These are all the posible parameters to add to the request to filter or change the results based on how each function.

ParameterTypeExampleDetails
prettyBooleantrueFormats the json to be easier to read.
limitNumber10Limits the number of results returned. The max limit is 100. The default is 4.
skipNumber10Skips the number of results provided. It's generally used for paging results.
order_byStringcreated_atProvide the name of a parameter and it will order the results according to it. The possible values include created_at
ascendingBooleanfalseThis determines which direction the list is shown in based on the order_by parameter.
game_idStringGP7Y2xOUzjThe id of a specific game
include_gameBooleantrueA full game object will be returned.