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

# Content Rating

> This endpoint get the content ratings that have been added to a TV show.



## OpenAPI

````yaml api-reference/openapi3.json get /3/tv/{series_id}/content_ratings
openapi: 3.0.3
info:
  title: The Movie Database
  version: 1.0.0
  contact: {}
servers:
  - url: https://api.themoviedb.org
security:
  - bearerAuth: []
tags:
  - name: AUTHENTICATION
  - name: ACCOUNT
  - name: CERTIFICATIONS
  - name: CHANGES
  - name: COLLECTIONS
  - name: COMPANY
  - name: CONFIGURATION
  - name: CREDIT
  - name: DISCOVER
  - name: FIND
  - name: GENRES
  - name: GUEST SESSIONS
  - name: KEYWORDS
  - name: LISTS
  - name: MOVIE LISTS
  - name: MOVIES
  - name: NETWORKS
  - name: PEOPLE LIST
  - name: PEOPLE
  - name: REVIEWS
  - name: SEARCH
  - name: TRENDING
  - name: TV SERIES LIST
  - name: TV SERIES
  - name: TV SEASONS
  - name: TV EPISODES
  - name: TV EPISODE GROUP
  - name: WATCH PROVIDERS
paths:
  /3/tv/{series_id}/content_ratings:
    get:
      tags:
        - TV SERIES
      summary: Content Rating
      description: This endpoint get the content ratings that have been added to a TV show.
      operationId: contentRating
      parameters:
        - $ref: '#/components/parameters/series_id'
      responses:
        '200':
          description: content rating
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=18308
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Sun, 05 Jan 2025 22:03:19 GMT
            ETag:
              schema:
                type: string
                example: W/"7f6d36ae2ceea2fa95517ac75f070321"
            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 10a9e9969f05a75cc05e6f70b8499f7e.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: aSv5PUH7IoaMxGlUQFXkqANjUZTzmmkx2pX5Cv5h0OrGXnAuxuTghQ==
            X-Amz-Cf-Pop:
              schema:
                type: string
                example: IAD89-C3
            X-Cache:
              schema:
                type: string
                example: Miss from cloudfront
            x-memc:
              schema:
                type: string
                example: HIT
            x-memc-age:
              schema:
                type: string
                example: '9173'
            x-memc-expires:
              schema:
                type: string
                example: '18308'
            x-memc-key:
              schema:
                type: string
                example: 4dc5e59ff44079265119b5e3fdab67c7
          content:
            application/json:
              schema:
                type: object
                properties:
                  id:
                    type: number
                    example: 1396
                  results:
                    type: array
                    items:
                      type: object
                      properties:
                        descriptors:
                          type: array
                          items: {}
                          example: []
                        iso_3166_1:
                          type: string
                          example: DE
                        rating:
                          type: string
                          example: '16'
                    example:
                      - descriptors: []
                        iso_3166_1: DE
                        rating: '16'
                      - descriptors: []
                        iso_3166_1: GB
                        rating: '18'
                      - descriptors: []
                        iso_3166_1: US
                        rating: TV-MA
                      - descriptors: []
                        iso_3166_1: FR
                        rating: '12'
                      - descriptors: []
                        iso_3166_1: RU
                        rating: 18+
                      - descriptors: []
                        iso_3166_1: KR
                        rating: '19'
                      - 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: LT
                        rating: N-14
                      - descriptors: []
                        iso_3166_1: ES
                        rating: '16'
                      - descriptors: []
                        iso_3166_1: SG
                        rating: M18
                      - descriptors: []
                        iso_3166_1: IN
                        rating: A
                      - descriptors: []
                        iso_3166_1: MX
                        rating: C
                      - descriptors: []
                        iso_3166_1: TR
                        rating: 18+
                      - descriptors: []
                        iso_3166_1: MX
                        rating: B-15
                      - descriptors: []
                        iso_3166_1: AU
                        rating: MA 15+
                      - descriptors: []
                        iso_3166_1: ES
                        rating: '18'
                      - descriptors: []
                        iso_3166_1: DK
                        rating: '15'
                      - descriptors: []
                        iso_3166_1: PT
                        rating: 12AP
                      - descriptors: []
                        iso_3166_1: BR
                        rating: '18'
                      - descriptors: []
                        iso_3166_1: SE
                        rating: Från 15 år
                      - descriptors: []
                        iso_3166_1: CA
                        rating: 14+
                      - 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: HU
                        rating: '16'
                      - descriptors: []
                        iso_3166_1: CZ
                        rating: 18+
                      - descriptors: []
                        iso_3166_1: RO
                        rating: AP
                      - descriptors: []
                        iso_3166_1: FI
                        rating: K16
              examples:
                content rating:
                  value:
                    id: 1396
                    results:
                      - descriptors: []
                        iso_3166_1: DE
                        rating: '16'
                      - descriptors: []
                        iso_3166_1: GB
                        rating: '18'
                      - descriptors: []
                        iso_3166_1: US
                        rating: TV-MA
                      - descriptors: []
                        iso_3166_1: FR
                        rating: '12'
                      - descriptors: []
                        iso_3166_1: RU
                        rating: 18+
                      - descriptors: []
                        iso_3166_1: KR
                        rating: '19'
                      - 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: LT
                        rating: N-14
                      - descriptors: []
                        iso_3166_1: ES
                        rating: '16'
                      - descriptors: []
                        iso_3166_1: SG
                        rating: M18
                      - descriptors: []
                        iso_3166_1: IN
                        rating: A
                      - descriptors: []
                        iso_3166_1: MX
                        rating: C
                      - descriptors: []
                        iso_3166_1: TR
                        rating: 18+
                      - descriptors: []
                        iso_3166_1: MX
                        rating: B-15
                      - descriptors: []
                        iso_3166_1: AU
                        rating: MA 15+
                      - descriptors: []
                        iso_3166_1: ES
                        rating: '18'
                      - descriptors: []
                        iso_3166_1: DK
                        rating: '15'
                      - descriptors: []
                        iso_3166_1: PT
                        rating: 12AP
                      - descriptors: []
                        iso_3166_1: BR
                        rating: '18'
                      - descriptors: []
                        iso_3166_1: SE
                        rating: Från 15 år
                      - descriptors: []
                        iso_3166_1: CA
                        rating: 14+
                      - 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: HU
                        rating: '16'
                      - descriptors: []
                        iso_3166_1: CZ
                        rating: 18+
                      - descriptors: []
                        iso_3166_1: RO
                        rating: AP
                      - descriptors: []
                        iso_3166_1: FI
                        rating: K16
components:
  parameters:
    series_id:
      name: series_id
      in: path
      required: true
      description: >-
        This refers to a unique identifier assigned to a television series
        within the database.
      schema:
        type: integer
        example: ''
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````