Common/video/v1.1/Ratings

Jump to: navigation, search

Ratings

Contains parental ratings for a movie, program, or television series.

Elements

NameTypeDescription
movie string Local parental rating for the movie.
tv string Local parental rating for the television program or series.

XML Response Example

<ratings>
  <tv>None</tv>
  <movie>PG-13</movie>
</ratings>

JSON Response Example

"ratings":{
  "tv":"TV-14",
  "movieId":null
}
 
Personal tools