Trakt Seasons Api
Functions
Link copied to clipboard
Returns rating (between 0 and 10) and distribution for a season.
Link copied to clipboard
suspend fun getSeason(showId: String, seasonNumber: Int, extended: TraktExtended? = null): List<TraktEpisode>
Returns all episodes for a specific season of a show.
Link copied to clipboard
Returns all seasons for a show including the number of episodes in each season.