Get loadouts
Get a Loadout’s artwork and child Game Set summaries.
GET https://api.mediux.io/loadouts/{setId}
Response format, pagination and caching.
Response examples
Section titled “Response examples”Get loadouts
Section titled “Get loadouts”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 } } ] }}