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

# Content Ratings

> This endpoint get the content ratings of a TV show.



## OpenAPI

````yaml get /3/tv/{series_id}/content_ratings
openapi: 3.0.3
info:
  title: The Movie Database
  description: Reference
  version: 1.0.0
  contact: {}
servers:
  - url: https://api.themoviedb.org
security:
  - bearerAuth: []
tags:
  - name: ACCOUNT
  - name: AUTHENTICATION
  - name: CERTIFICATION
  - name: CHANGES
  - name: COLLECTION
  - name: COMPANIES
  - name: CONFIGURATION
  - name: CREDITS
  - name: DISCOVER
  - name: FIND
  - name: GENRES
  - name: GUEST SESSION
  - name: KEYWORDS
  - name: LISTS
  - name: MOVIE LISTS
  - name: MOVIES
  - name: NETWORK
  - name: PEOPLE
  - name: PEOPLE LISTS
  - name: REVIEWS
  - name: SEARCH
  - name: TRENDING
  - name: TV SERIES LIST
  - name: TV SERIES
  - name: TV SEASONS
  - name: TV EPISODES
  - name: TV EPISODES GROUPS
  - name: WATCH PROVIDERS
paths:
  /3/tv/{series_id}/content_ratings:
    parameters:
      - $ref: '#/components/parameters/SeriesID'
    get:
      tags:
        - TV SERIES
      summary: Content Ratings
      description: This endpoint get the content ratings of a TV show.
      operationId: contentRatings
      responses:
        '200':
          description: Content Ratings
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=21648
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Wed, 01 Jan 2025 19:04:31 GMT
            ETag:
              schema:
                type: string
                example: W/"0364a553ab64707a16c038ea390eb7af"
            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 d464747d443d7370c69239599bc83b4a.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: IMfpNSENwuujJbjCiUnq5CaFvY8-JlD1-E8awg1-EKwQtpT-MxKGvw==
            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: '2928'
            x-memc-expires:
              schema:
                type: string
                example: '21648'
            x-memc-key:
              schema:
                type: string
                example: 212b61758a3bd4143b322ed3cc270620
          content:
            application/json:
              schema:
                type: object
                properties:
                  id:
                    type: number
                    example: 1433
                  results:
                    type: array
                    items:
                      type: object
                      properties:
                        descriptors:
                          type: array
                          items: {}
                          example: []
                        iso_3166_1:
                          type: string
                          example: AU
                        rating:
                          type: string
                          example: MA 15+
                    example:
                      - descriptors: []
                        iso_3166_1: AU
                        rating: MA 15+
                      - descriptors: []
                        iso_3166_1: US
                        rating: TV-14
                      - descriptors: []
                        iso_3166_1: CA
                        rating: 14+
                      - descriptors: []
                        iso_3166_1: FR
                        rating: '10'
                      - descriptors: []
                        iso_3166_1: DE
                        rating: '16'
                      - descriptors: []
                        iso_3166_1: GB
                        rating: '15'
                      - descriptors: []
                        iso_3166_1: BR
                        rating: '14'
                      - descriptors: []
                        iso_3166_1: NL
                        rating: '12'
                      - descriptors: []
                        iso_3166_1: SG
                        rating: M18
                      - descriptors: []
                        iso_3166_1: PH
                        rating: G
                      - descriptors: []
                        iso_3166_1: SG
                        rating: PG
                      - descriptors: []
                        iso_3166_1: MY
                        rating: '18'
                      - descriptors: []
                        iso_3166_1: MX
                        rating: B
                      - descriptors: []
                        iso_3166_1: PT
                        rating: NR
                      - descriptors: []
                        iso_3166_1: ES
                        rating: '16'
                      - descriptors: []
                        iso_3166_1: DE
                        rating: '12'
                      - descriptors: []
                        iso_3166_1: AT
                        rating: '16'
                      - descriptors: []
                        iso_3166_1: IE
                        rating: '15'
                      - descriptors: []
                        iso_3166_1: CH
                        rating: '16'
                      - descriptors: []
                        iso_3166_1: PL
                        rating: '16'
                      - descriptors: []
                        iso_3166_1: RO
                        rating: '15'
                      - descriptors: []
                        iso_3166_1: DK
                        rating: '15'
                      - descriptors: []
                        iso_3166_1: 'NO'
                        rating: '15'
                      - descriptors: []
                        iso_3166_1: SE
                        rating: Från 15 år
                      - descriptors: []
                        iso_3166_1: FI
                        rating: K16
                      - descriptors: []
                        iso_3166_1: BE
                        rating: '14'
                      - descriptors: []
                        iso_3166_1: LU
                        rating: '16'
              examples:
                Content Ratings:
                  value:
                    id: 1433
                    results:
                      - descriptors: []
                        iso_3166_1: AU
                        rating: MA 15+
                      - descriptors: []
                        iso_3166_1: US
                        rating: TV-14
                      - descriptors: []
                        iso_3166_1: CA
                        rating: 14+
                      - descriptors: []
                        iso_3166_1: FR
                        rating: '10'
                      - descriptors: []
                        iso_3166_1: DE
                        rating: '16'
                      - descriptors: []
                        iso_3166_1: GB
                        rating: '15'
                      - descriptors: []
                        iso_3166_1: BR
                        rating: '14'
                      - descriptors: []
                        iso_3166_1: NL
                        rating: '12'
                      - descriptors: []
                        iso_3166_1: SG
                        rating: M18
                      - descriptors: []
                        iso_3166_1: PH
                        rating: G
                      - descriptors: []
                        iso_3166_1: SG
                        rating: PG
                      - descriptors: []
                        iso_3166_1: MY
                        rating: '18'
                      - descriptors: []
                        iso_3166_1: MX
                        rating: B
                      - descriptors: []
                        iso_3166_1: PT
                        rating: NR
                      - descriptors: []
                        iso_3166_1: ES
                        rating: '16'
                      - descriptors: []
                        iso_3166_1: DE
                        rating: '12'
                      - descriptors: []
                        iso_3166_1: AT
                        rating: '16'
                      - descriptors: []
                        iso_3166_1: IE
                        rating: '15'
                      - descriptors: []
                        iso_3166_1: CH
                        rating: '16'
                      - descriptors: []
                        iso_3166_1: PL
                        rating: '16'
                      - descriptors: []
                        iso_3166_1: RO
                        rating: '15'
                      - descriptors: []
                        iso_3166_1: DK
                        rating: '15'
                      - descriptors: []
                        iso_3166_1: 'NO'
                        rating: '15'
                      - descriptors: []
                        iso_3166_1: SE
                        rating: Från 15 år
                      - descriptors: []
                        iso_3166_1: FI
                        rating: K16
                      - descriptors: []
                        iso_3166_1: BE
                        rating: '14'
                      - descriptors: []
                        iso_3166_1: LU
                        rating: '16'
components:
  parameters:
    SeriesID:
      name: series_id
      description: a uniques identifier for a tv serie
      in: path
      required: true
      schema:
        type: integer
      examples:
        example1:
          value: 122
        example2:
          value: 123
        example3:
          value: 110381
        example4:
          value: 1433
        example5:
          value: 93405
        example6:
          value: 1399
        example7:
          value: 84007
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````