> ## Documentation Index
> Fetch the complete documentation index at: https://emiloju.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Get content ratings

> Get the content ratings that have been added to a TV show.



## OpenAPI

````yaml api-reference/openapi.yaml get /3/tv/1399/content_ratings
openapi: 3.0.3
info:
  title: Endpoints
  description: This section contains all the endpoints used in the documentation.
  version: 1.0.0
  contact: {}
servers:
  - url: https://api.themoviedb.org
security:
  - bearerAuth: []
tags:
  - name: Authentication
    description: This section contains all endpoints used for authentication
  - name: Accounts
    description: This section contains account-specific endpoints.
  - name: Favorites
    description: >-
      This section contains all endpoints that allow a TMDB account to add
      movies, TV Shows, episodes to favorites, and also to get a list of
      favorites for the account.
  - name: Movies
    description: >-
      This section contains an endpoint to add a movie to favorites, and another
      to get a list of favorite movies for a TMDB account.
  - name: TV shows
    description: >-
      This section contains an endpoint to get the favorite TV shows for an
      account.
  - name: Watchlist
    description: >-
      This section contains all endpoints that allow a TMDB account to add
      movies, TV Shows to watchlist, and also to get a list of watchlist for the
      account.
  - name: Movies1
    description: >-
      This section contains an endpoint that allows a TMDB account to add a
      movie to watchlist, and another to get the movies in a watchlist.
  - name: TV shows1
    description: >-
      This section contains an endpoint used to get TV shows in an account's
      watchlist.
  - name: Ratings
    description: >-
      This section contains endpoints used to get all movies, TV Shows, and
      episodes rated by a TMDB account.
  - name: Movies12
    description: >-
      This section contains an endpoint used to get a list of movies rated by a
      TMDB account.
  - name: TV shows12
    description: >-
      This section contains an endpoint used to get a list of TV shows rated by
      a TMDB account.
  - name: Episodes
    description: >-
      This section contains an endpoint used to get a list of episodes rated by
      a TMDB account.
  - name: Lists
    description: Endpoints for a TMDB account lists.
  - name: Guest sessions
    description: This section contains all endpoints accessible by a guest session.
  - name: Movies
    description: For movies.
  - name: TV episodes
    description: >-
      This section contains all endpoints used to retrieve data for all TV
      episodes.
  - name: TV seasons
    description: >-
      This section contains all endpoints used to retrieve data for all TV
      seasons.
  - name: TV series
    description: >-
      This section contains all endpoints used to retrieve data for all TV
      series.
  - name: TV series lists
    description: This section contains all endpoints used to list TV series.
  - name: TV episode groups
    description: This section contains an endpoint used to retrieve data for TV episodes.
  - name: Watch providers
    description: Get available regions.
  - name: People
    description: About people lists.
  - name: Companies
    description: >-
      This section contains all endpoints used to retrieve data for supported
      companies.
  - name: Discover
    description: This section contains all endpoints used to discover movies and TV shows.
  - name: Recent changes
    description: >-
      This section contains all endpoints used to get recent changes in the TMDB
      database.
  - name: Credit
    description: This section contains an endpoint used to retrieve movie credits.
  - name: Certifications
    description: >-
      This section contains all endpoints used to get certification for movies
      and TV shows.
  - name: Collections
    description: This section contains all endpoints used to retrieve data for collections
  - name: Configuration
    description: >-
      This section contains all endpoints used to retrieve data on TMDB's
      configurations.
  - name: Find
    description: >-
      This section contains an endpoint used to search the TMDB database by
      External ID.
  - name: Genres
    description: This section contains endpoints related to genres.
  - name: Keywords
    description: >-
      This section contains an endpoint used to get keywords in the database by
      an ID.
  - name: Movie lists
    description: >-
      This section contains all endpoints used to retrieve movies by multiple
      search filters.
  - name: Networks
    description: For network endpoints.
  - name: Reviews
    description: For reviews endpoints.
  - name: Search
    description: For search endpoints.
  - name: Trending
    description: For trending videos.
paths:
  /3/tv/1399/content_ratings:
    get:
      tags:
        - TV series
      summary: Get content ratings
      description: Get the content ratings that have been added to a TV show.
      operationId: getContentRatings
      responses:
        '200':
          description: New Request
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=15678
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Fri, 03 Jan 2025 22:30:11 GMT
            ETag:
              schema:
                type: string
                example: W/"1a5059d937e5fd21fc1f494d05315d03"
            Server:
              schema:
                type: string
                example: openresty
            Transfer-Encoding:
              schema:
                type: string
                example: chunked
            Vary:
              schema:
                type: string
                example: Origin
            Via:
              schema:
                type: string
                example: >-
                  1.1 c9d6fa331b6e31ab90cd2309d0f765d0.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: _wrrOD0-rUxoA6N4cRxr8VfxwcQUIjNLIPQM4DtAzsbButYy5Y0VSw==
            X-Amz-Cf-Pop:
              schema:
                type: string
                example: LOS50-P2
            X-Cache:
              schema:
                type: string
                example: Miss from cloudfront
            x-memc:
              schema:
                type: string
                example: HIT
            x-memc-age:
              schema:
                type: string
                example: '7343'
            x-memc-expires:
              schema:
                type: string
                example: '15678'
            x-memc-key:
              schema:
                type: string
                example: 69fd736396a148bacf802a010d5851e3
          content:
            application/json:
              schema:
                type: object
                properties:
                  id:
                    type: number
                    example: 1399
                  results:
                    type: array
                    items:
                      type: object
                      properties:
                        descriptors:
                          type: array
                          items: {}
                          example: []
                        iso_3166_1:
                          type: string
                          example: AU
                        rating:
                          type: string
                          example: R18+
                    example:
                      - 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: B-15
                      - descriptors: []
                        iso_3166_1: DE
                        rating: '16'
                      - descriptors: []
                        iso_3166_1: LT
                        rating: S
                      - descriptors: []
                        iso_3166_1: IN
                        rating: U
                      - descriptors: []
                        iso_3166_1: MY
                        rating: '18'
                      - descriptors: []
                        iso_3166_1: AU
                        rating: R 18+
                      - descriptors: []
                        iso_3166_1: TR
                        rating: 18+
                      - descriptors: []
                        iso_3166_1: FR
                        rating: '12'
                      - descriptors: []
                        iso_3166_1: DK
                        rating: '15'
                      - descriptors: []
                        iso_3166_1: PT
                        rating: '16'
                      - descriptors: []
                        iso_3166_1: AT
                        rating: '16'
                      - descriptors: []
                        iso_3166_1: IE
                        rating: '18'
                      - descriptors: []
                        iso_3166_1: CH
                        rating: '16'
                      - descriptors: []
                        iso_3166_1: PL
                        rating: '18'
                      - descriptors: []
                        iso_3166_1: CZ
                        rating: 18+
                      - descriptors: []
                        iso_3166_1: RO
                        rating: '18'
                      - descriptors: []
                        iso_3166_1: FI
                        rating: K18
                      - descriptors: []
                        iso_3166_1: 'NO'
                        rating: '18'
                      - descriptors: []
                        iso_3166_1: TH
                        rating: น 18+
              examples:
                New Request:
                  value:
                    id: 1399
                    results:
                      - 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: B-15
                      - descriptors: []
                        iso_3166_1: DE
                        rating: '16'
                      - descriptors: []
                        iso_3166_1: LT
                        rating: S
                      - descriptors: []
                        iso_3166_1: IN
                        rating: U
                      - descriptors: []
                        iso_3166_1: MY
                        rating: '18'
                      - descriptors: []
                        iso_3166_1: AU
                        rating: R 18+
                      - descriptors: []
                        iso_3166_1: TR
                        rating: 18+
                      - descriptors: []
                        iso_3166_1: FR
                        rating: '12'
                      - descriptors: []
                        iso_3166_1: DK
                        rating: '15'
                      - descriptors: []
                        iso_3166_1: PT
                        rating: '16'
                      - descriptors: []
                        iso_3166_1: AT
                        rating: '16'
                      - descriptors: []
                        iso_3166_1: IE
                        rating: '18'
                      - descriptors: []
                        iso_3166_1: CH
                        rating: '16'
                      - descriptors: []
                        iso_3166_1: PL
                        rating: '18'
                      - descriptors: []
                        iso_3166_1: CZ
                        rating: 18+
                      - descriptors: []
                        iso_3166_1: RO
                        rating: '18'
                      - descriptors: []
                        iso_3166_1: FI
                        rating: K18
                      - descriptors: []
                        iso_3166_1: 'NO'
                        rating: '18'
                      - descriptors: []
                        iso_3166_1: TH
                        rating: น 18+
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````