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.
Response examples
Section titled “Response examples”Get movie-set
Section titled “Get movie-set”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" } }}