v1

latestSwagger 2.02026-07-13302747.0 KB
games

Get screenshots for the game.

get/games/{game_pk}/screenshots

Query parameters

orderingstring

Which field to use when ordering the results.

pageinteger

A page number within the paginated result set.

page_sizeinteger

Number of results to return per page.

Response

OK

countinteger required
nextstring uri nullable
previousstring uri nullable

Example response

{
  "results": [
    {
      "image": "@image.jpg",
      "hidden": false
    }
  ]
}