Skip to content

Get movie-set

Get a Movie Set’s artwork and language and edition defaults.

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

Response format, pagination and caching.

Status: 200 OK

{
"data": {
"id": 321,
"title": "Theatrical Artwork Set",
"description": null,
"createdBy": "username",
"dateCreated": "2026-09-04T10:00:00Z",
"dateUpdated": "2026-09-04T10:00:00Z",
"language": "en",
"edition": "1",
"boxset": null,
"movie": {
"id": 603,
"title": "Example Movie",
"year": 2001,
"poster": "/asset-uuid.jpg",
"backdrop": "/asset-uuid.jpg",
"logo": null,
"squareArt": null,
"thumb": "/asset-uuid.jpg"
}
}
}