The resource type (movie)
The unique identifier for the movie
The movie attributes
The title of the movie
The synopsis/description of the movie
The movie's rating
The URL for the movie's poster
The release date of the movie
The runtime of the movie in seconds
The cast of the movie as an array
The director(s) of the movie as an array
The youtube id of the trailer
The genres of the movie as an array
The date when the movie was added to the system
Optional
url?: stringURL to access the stream
Optional
relationships?: { categories?: { data: { type: "movie-category"; id: string }[] } }The movie relationships
Optional
categories?: { data: { type: "movie-category"; id: string }[] }The categories relationship if applicable
JSON:API Xtream movie listing
This type represents a movie in the Xtream system in JSON:API format