Skip to content

Get game-set

Get a Game Set’s artwork.

GET https://api.mediux.io/game-set/{setId}

Response format, pagination and caching.

Status: 200 OK

{
"data": {
"id": 322,
"title": "Game Artwork Set",
"description": null,
"createdBy": "username",
"dateCreated": "2026-09-04T10:00:00Z",
"dateUpdated": "2026-09-04T10:00:00Z",
"language": "en",
"loadout": {
"id": 456,
"title": "Complete Game Artwork Loadout"
},
"game": {
"id": 1020,
"title": "Example Game",
"year": 2020,
"cover": "/cover-asset.jpg",
"hero": null,
"logo": "/logo-asset.png",
"wideCover": null,
"background": "/background-asset.webp",
"squareCover": null,
"icon": "/icon-asset.jpg"
}
}
}