v1
latestSwagger 2.02026-07-13302747.0 KBgames
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
Example response
{
"results": [
{
"image": "@image.jpg",
"hidden": false
}
]
}