Find
Type definitions for finding TMDB resources by external IDs.
These types are used by the FindAPI.
Parameters
FindByIDParams
Parameters for find.by_id().
Prop
Type
FindExternalSource
Supported external source values accepted by find.by_id().
type FindExternalSource =
| "imdb_id"
| "tvdb_id"
| "freebase_mid"
| "freebase_id"
| "tvrage_id"
| "facebook_id"
| "instagram_id"
| "twitter_id";Responses
FindResults
Top-level response returned by find.by_id().
Prop
Type
Result Items
FindMovieResultItem
Prop
Type
FindPersonResultItem
Prop
Type
FindTVResultItem
Prop
Type
FindTVEpisodeResultItem
Prop
Type
FindTVSeasonResultItem
Prop
Type