class

Tmdb::Tv::Season

Inherits Tmdb::PosterUrls < Reference < Object

Constructors

detail(show_id : Int64, season_number : Int32, language : String | Nil = nil) : Season

Get the TV season details by id.

Source
new(data : JSON::Any, show_id : Int64)
Source

Instance methods

aggregated_credits(language : String | Nil = nil) : Array(AggregatedCast | AggregatedCrew)

Get the aggregate credits for TV season.

This call differs from the main #credits call in that it does not only return the season credits, but rather is a view of all the cast & crew for all of the episodes belonging to a season.

Source
air_date
Source
changes(start_date : Time | Nil = nil, end_date : Time | Nil = nil) : Array(Change)

Get the changes for a movie. By default only the last 24 hours are returned.

You can query up to 14 days in a single query by using the start_date and end_date query parameters.

Source
credits(show_id : Int64, language : String | Nil = nil) : Array(Tv::Cast | Tv::Crew)

Get the credits for TV season.

Source
episodes
Source
external_ids(language : String | Nil = nil) : Array(ExternalId)

Get the external ids for a TV season. We currently support the following external sources.

  • TVDB ID
  • Freebase MID*
  • Freebase ID*
  • TVRage ID*

*Defunct or no longer available as a service.

Source
images(language : String | Nil = nil) : Array(Image)

Get the images that belong to a TV season.

Querying images with a language parameter will filter the results. If you want to include a fallback language (especially useful for backdrops) you can use the include_image_language parameter. This should be a comma seperated value like so: include_image_language=en,null.

Source
name
Source
overview
Source
poster_path
Source
posters(language : String | Nil = nil) : Array(Poster)

See #images

Source
season_number
Source
show_id
Source
translations(language : String | Nil = nil) : Array(Translation)

Get the credits for TV season.

Source
videos(language : String | Nil = nil) : Array(Video)

Get the videos that have been added to a TV season.

Source