Skip to content

Get category-set

Get the Categories and artwork represented by a Category Set.

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

Response format, pagination and caching.

Status: 200 OK

{
"data": {
"id": 503,
"title": "Genre Artwork Set",
"description": null,
"createdBy": "username",
"dateCreated": "2026-09-04T10:00:00Z",
"dateUpdated": "2026-09-04T10:00:00Z",
"categories": [
{
"id": 101,
"name": "Example Category",
"poster": null,
"thumb": "/category-thumb.jpg"
}
]
}
}