V9.Common:TVSeason

Jump to: navigation, search

TVSeason

Contains information about a season of a TV series.

Elements

NameTypeDescription
AssociatedMedia VideoClip [ ] Reserved for future use.
ParentalRatings ParentalRating [ ] Parental ratings for the season.
SeasonEndYear String Year the season ended.
SeasonId Handle ID of the season.
SeasonName String Season name.
SeasonNumber String Season number.
SeasonType SeasonType Type of season.
SeasonYear String Year the season started.
ShowEpisodes Program [ ] Reserved for future use.
Streamable Integer Whether a program is available for streaming: 1 for true or 0 for false.
TotalEpisodes Integer Number of episodes in the season.

XML Response Example

  <TVSeason SeasonNumber="4" SeasonName="Season 4" SeasonYear="2010" SeasonEndYear="" TotalEpisodes="18">
     <SeasonId>
        <Id>17881691</Id>
        <ProviderId>2</ProviderId>
     </SeasonId>
     <ShowEpisodes/>
     <ParentalRatings/>
     <AssociatedMedia/>
     <Streamable>0</Streamable>
  </TVSeason>

JSON Response Example

JSON responses are available from our REST TV Listings service.
{
  "SeasonNumber":"4",
  "SeasonName":"Season 4",
  "SeasonYear":"2010",
  "SeasonEndYear":"",
  "TotalEpisodes":"18",
  "SeasonId":{
     "Id":"17881691",
     "ProviderId":"2"
  },
  "ShowEpisodes":"",
  "ParentalRatings":[ ],
  "AssociatedMedia":"",
  "Streamable":0
}
 
Personal tools