Skip to content

Get sets activity

Get recent Set additions and updates.

GET https://api.mediux.io/feeds/sets

  • Follow meta.nextPage; if a snapshot expires with 410, restart at /feeds/sets.

Response format, pagination and caching.

Status: 200 OK

{
"data": [
{
"setId": 321,
"kind": "movie_set",
"changeType": "updated",
"changedAt": "2026-09-18T02:00:00.000Z"
},
{
"setId": 322,
"kind": "game_set",
"changeType": "added",
"changedAt": "2026-09-18T01:00:00.000Z"
}
],
"meta": {
"snapshot": "abcdef12-1234-4123-8123-123456789012",
"page": 1,
"totalPages": 2,
"nextPage": "/feeds/sets/pages/abcdef12-1234-4123-8123-123456789012/2"
}
}