V9.Common:ParentalRating

Jump to: navigation, search

ParentalRating

Contains a movie or TV parental rating and the reasons for the rating.

Elements

NameTypeDescription
CountryCode String Country the rating applies to, stated as a two-character uppercase ISO 3166 country code. The CountryCode element is returned only for the following requests:
  • ProgramDetails
  • GetProgramDetails
Rating Rating The rating.
RatingType ParentalRatingType Type of parental rating.
Reasons String [ ] Reasons associated with a rating.

XML Response Example

<ParentalRating>
   <RatingType>Austria TV</RatingType>
   <Rating>14</Rating>
   <Reasons/>
</ParentalRating>

XML Response Example 2

A ParentalRating element from a GetProgramDetails response.
<ParentalRating>
   <RatingType>Netherlands TV</RatingType>
   <Rating>6</Rating>
   <Reasons/>
   <CountryCode>NL</CountryCode>
</ParentalRating>

JSON Response Example

JSON responses are available from our REST TV Listings service.
(
   "ratingType":"FCTV",
   "rating":"13+",
   "reasons":null
)
 
Personal tools