Skip to content

Get show-set

Get a Show Set’s artwork.

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

Response format, pagination and caching.

Status: 200 OK

{
"data": {
"id": 123,
"title": "Complete Show Artwork Set",
"description": null,
"createdBy": "username",
"dateCreated": "2026-09-04T10:00:00Z",
"dateUpdated": "2026-09-04T10:00:00Z",
"language": "en",
"boxset": {
"id": 456,
"title": "Complete Show Boxset"
},
"show": {
"id": 85949,
"title": "Example Show",
"year": 2024,
"poster": "/asset-uuid.jpg",
"backdrop": null,
"logo": null,
"squareArt": null,
"thumb": null,
"seasons": [
{
"id": 1001,
"seasonNumber": 1,
"poster": "/asset-uuid.jpg",
"backdrop": null,
"episodes": [
{
"id": 2001,
"episodeNumber": 1,
"titlecard": "/asset-uuid.jpg"
}
]
}
]
}
}
}