Skip to content
CinemaData is in private beta.View access
CinemaData
Esc
navigateopen⌘Jpreview

Pagination

Traverse CinemaData collections with opaque cursors.

Collection operations accept:

  • limit: between 1 and 100; defaults to 25.
  • cursor: the opaque nextCursor returned by the previous response.
curl "https://api.cinemadata.uk/v1/films?limit=25&cursor=RETURNED_CURSOR" \
  --header "Authorization: Bearer cd_live_YOUR_API_KEY"

When pagination.hasMore is true, pass pagination.nextCursor unchanged to the same operation and filters. Do not decode, construct, or reuse it for another collection. A malformed or unknown cursor returns 400 bad_request.

Was this page helpful?