Skip to main content
GET
/
tv
/
{series_id}
/
content_ratings
Content Ratings
curl --request GET \
  --url https://api.themoviedb.org/3/tv/{series_id}/content_ratings \
  --header 'Authorization: Bearer <token>'
{
  "results": [
    {
      "descriptors": [],
      "iso_3166_1": "DE",
      "rating": "16"
    },
    {
      "descriptors": [],
      "iso_3166_1": "AU",
      "rating": "R18+"
    },
    {
      "descriptors": [],
      "iso_3166_1": "FR",
      "rating": "16"
    },
    {
      "descriptors": [],
      "iso_3166_1": "US",
      "rating": "TV-MA"
    },
    {
      "descriptors": [],
      "iso_3166_1": "CA",
      "rating": "18+"
    },
    {
      "descriptors": [],
      "iso_3166_1": "RU",
      "rating": "18+"
    },
    {
      "descriptors": [],
      "iso_3166_1": "KR",
      "rating": "19"
    },
    {
      "descriptors": [],
      "iso_3166_1": "GB",
      "rating": "18"
    },
    {
      "descriptors": [],
      "iso_3166_1": "BR",
      "rating": "16"
    },
    {
      "descriptors": [],
      "iso_3166_1": "NL",
      "rating": "16"
    },
    {
      "descriptors": [],
      "iso_3166_1": "PT",
      "rating": "18"
    },
    {
      "descriptors": [],
      "iso_3166_1": "HU",
      "rating": "18"
    },
    {
      "descriptors": [],
      "iso_3166_1": "ES",
      "rating": "18"
    },
    {
      "descriptors": [],
      "iso_3166_1": "SG",
      "rating": "R21"
    },
    {
      "descriptors": [],
      "iso_3166_1": "IN",
      "rating": "A"
    },
    {
      "descriptors": [],
      "iso_3166_1": "MX",
      "rating": "C"
    }
  ],
  "id": 1399
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

series_id
integer
required

The series ID for tv.

Response

200 - application/json

Successful

results
object[]

Collection of output data returned