Skip to content

Get loadouts

Get a Loadout’s artwork and child Game Set summaries.

GET https://api.mediux.io/loadouts/{setId}

Response format, pagination and caching.

Status: 200 OK

{
"data": {
"id": 602,
"title": "Favourite Games Loadout",
"description": null,
"createdBy": "username",
"dateCreated": "2026-09-04T10:00:00Z",
"dateUpdated": "2026-09-04T10:00:00Z",
"language": "en",
"poster": null,
"sets": [
{
"id": 322,
"title": "Game Artwork Set",
"createdBy": "username",
"dateUpdated": "2026-09-04T10:00:00Z",
"game": {
"id": 1020,
"title": "Example Game",
"year": 2020
}
}
]
}
}