> ## 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.

# Keywords

> This endpoint get a list of keywords that have been added to a TV show.



## OpenAPI

````yaml api-reference/openapi3.json get /3/tv/{series_id}/keywords
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}/keywords:
    get:
      tags:
        - TV SERIES
      summary: Keywords
      description: This endpoint get a list of keywords that have been added to a TV show.
      operationId: keywords1
      parameters:
        - $ref: '#/components/parameters/series_id'
      responses:
        '200':
          description: keywords
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=10213
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Sun, 05 Jan 2025 22:17:57 GMT
            ETag:
              schema:
                type: string
                example: W/"435a196d3cb4bb6ed2c05d112b510db1"
            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 20579d8c7e6a7d159f211e9ee1d4003c.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: a7Qxx8SjHb8vwjZm1ZT5weNa0Yn7flKUqedUUAr8EFoVCQW64m1ggA==
            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: '11565'
            x-memc-expires:
              schema:
                type: string
                example: '10213'
            x-memc-key:
              schema:
                type: string
                example: 31cce2d0bb4aaffc054c5331a058700f
          content:
            application/json:
              schema:
                type: object
                properties:
                  id:
                    type: number
                    example: 1396
                  results:
                    type: array
                    items:
                      type: object
                      properties:
                        id:
                          type: number
                          example: 1508
                        name:
                          type: string
                          example: new mexico
                    example:
                      - id: 1508
                        name: new mexico
                      - id: 2231
                        name: drug dealer
                      - id: 5857
                        name: narcissism
                      - id: 6259
                        name: psychopath
                      - id: 6564
                        name: terminal illness
                      - id: 9503
                        name: outlaw
                      - id: 10123
                        name: dark comedy
                      - id: 10163
                        name: cancer
                      - id: 10614
                        name: tragedy
                      - id: 14964
                        name: drugs
                      - id: 15009
                        name: criminal
                      - id: 15484
                        name: meth lab
                      - id: 41525
                        name: high school teacher
                      - id: 156805
                        name: dea agent
                      - id: 168713
                        name: neo-western
                      - id: 185959
                        name: narcissist
                      - id: 191005
                        name: albuquerque, new mexico
                      - id: 191199
                        name: criminal lawyer
                      - id: 199660
                        name: fall from grace
                      - id: 206594
                        name: cartel
                      - id: 217064
                        name: mexican cartel
                      - id: 217104
                        name: male egos
                      - id: 239108
                        name: crystal meth
                      - id: 281692
                        name: methamphetamine
                      - id: 316362
                        name: thriller
              examples:
                keywords:
                  value:
                    id: 1396
                    results:
                      - id: 1508
                        name: new mexico
                      - id: 2231
                        name: drug dealer
                      - id: 5857
                        name: narcissism
                      - id: 6259
                        name: psychopath
                      - id: 6564
                        name: terminal illness
                      - id: 9503
                        name: outlaw
                      - id: 10123
                        name: dark comedy
                      - id: 10163
                        name: cancer
                      - id: 10614
                        name: tragedy
                      - id: 14964
                        name: drugs
                      - id: 15009
                        name: criminal
                      - id: 15484
                        name: meth lab
                      - id: 41525
                        name: high school teacher
                      - id: 156805
                        name: dea agent
                      - id: 168713
                        name: neo-western
                      - id: 185959
                        name: narcissist
                      - id: 191005
                        name: albuquerque, new mexico
                      - id: 191199
                        name: criminal lawyer
                      - id: 199660
                        name: fall from grace
                      - id: 206594
                        name: cartel
                      - id: 217064
                        name: mexican cartel
                      - id: 217104
                        name: male egos
                      - id: 239108
                        name: crystal meth
                      - id: 281692
                        name: methamphetamine
                      - id: 316362
                        name: thriller
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

````