🍿 @lorenzopant/tmdb

Guest Sessions

Type definitions for the Guest Sessions API.

Types related to the GuestSessionsAPI namespace.

GuestSessionRatedParams

Shared params for all three guest session rated endpoints.

Prop

Type

GuestSessionRatedMoviesResponse

The response type from guest_sessions.rated_movies().

A PaginatedResponse<AccountRatedMovieItem> — each result includes a rating field with the user-assigned score alongside the standard movie fields.

GuestSessionRatedTVResponse

The response type from guest_sessions.rated_tv().

A PaginatedResponse<AccountRatedTVItem> — each result includes a rating field alongside the standard TV show fields.

GuestSessionRatedEpisodesResponse

The response type from guest_sessions.rated_tv_episodes().

A PaginatedResponse<AccountRatedEpisodeItem> — each result includes a rating field alongside episode-level fields such as air_date, episode_number, season_number, and show_id.

On this page