Collections
Types related to the Collections namespace.
Types related to the CollectionsAPI namespace.
Collection
Prop
Type
CollectionItem
Breaking change in v1.22.2 — fields were previously typed as name and original_name (matching the incorrect TMDB API docs). The actual API returns title and original_title. Rename any access of .name → .title and .original_name → .original_title on CollectionItem values.
Prop
Type
CollectionImages
Prop
Type
CollectionTranslations
A TranslationResults<CollectionTranslationData> object containing translations for a collection.
CollectionTranslationData
Prop
Type
CollectionBaseParam
Prop
Type
CollectionDetailsParams
Prop
Type
CollectionImagesParams
Prop
Type