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
Example response
{
"results": [
{
"image": "@image.jpg",
"hidden": false
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.