Get movies index
Get the first page of the movies index.
GET https://api.mediux.io/movies
- Follow meta.nextPage to continue.
Response format, pagination and caching.
Response examples
Section titled “Response examples”movies index
Section titled “movies index”Status: 200 OK
{ "data": [ { "id": 1, "title": "Example", "year": 2026 } ], "meta": { "page": 1, "totalPages": 1, "nextPage": null }}