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

# Alternative Titles

> This endpoint get the alternative titles that have been added to a TV show.



## OpenAPI

````yaml api-reference/openapi3.json get /3/tv/{series_id}/alternative_titles
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}/alternative_titles:
    get:
      tags:
        - TV SERIES
      summary: Alternative Titles
      description: >-
        This endpoint get the alternative titles that have been added to a TV
        show.
      operationId: alternativeTitles1
      parameters:
        - $ref: '#/components/parameters/series_id'
      responses:
        '200':
          description: alternative titles
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=9450
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Sun, 05 Jan 2025 19:20:23 GMT
            ETag:
              schema:
                type: string
                example: W/"1144cdb8e8614b74a777f803b4afa818"
            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 51391527dd8c879c45b44b119905c872.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: TNBoTpaEfCqzWSw5x24SG_a0tBP8iq9uIUFTZDatCgLtqLAe4zms_Q==
            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: '17893'
            x-memc-expires:
              schema:
                type: string
                example: '9450'
            x-memc-key:
              schema:
                type: string
                example: 4d97b3c8a20cb3d452651ac950d03306
          content:
            application/json:
              schema:
                type: object
                properties:
                  id:
                    type: number
                    example: 1396
                  results:
                    type: array
                    items:
                      type: object
                      properties:
                        iso_3166_1:
                          type: string
                          example: BG
                        title:
                          type: string
                          example: В обувките на Сатаната
                        type:
                          type: string
                          example: ''
                    example:
                      - iso_3166_1: BG
                        title: В обувките на Сатаната
                        type: ''
                      - iso_3166_1: BR
                        title: 'Breaking Bad: A Química do Mal'
                        type: ''
                      - iso_3166_1: CA
                        title: Breaking Bad - Le Chimiste
                        type: ''
                      - iso_3166_1: CN
                        title: 绝命毒师
                        type: ''
                      - iso_3166_1: CZ
                        title: Perníkový táta
                        type: ''
                      - iso_3166_1: EE
                        title: Halvale teele
                        type: ''
                      - iso_3166_1: GR
                        title: Σπάζοντας τα ηθικά σου όρια
                        type: ''
                      - iso_3166_1: HR
                        title: Na putu prema dolje
                        type: ''
                      - iso_3166_1: HU
                        title: Totál szívás
                        type: ''
                      - iso_3166_1: IR
                        title: افسار گسیخته
                        type: ''
                      - iso_3166_1: IT
                        title: Breaking Bad - Reazioni collaterali
                        type: ''
                      - iso_3166_1: JP
                        title: ブレイキング・バッド
                        type: ''
                      - iso_3166_1: LT
                        title: Bręstantis blogis
                        type: ''
                      - iso_3166_1: LV
                        title: Pārkāpt robežu
                        type: ''
                      - iso_3166_1: PT
                        title: 'Breaking Bad: Ruptura Total'
                        type: ''
                      - iso_3166_1: RS
                        title: Чиста хемија
                        type: ''
                      - iso_3166_1: RU
                        title: Во все тяжкие
                        type: ''
                      - iso_3166_1: SA
                        title: بريكنق باد
                        type: دراما
                      - iso_3166_1: SI
                        title: Kriva pota
                        type: ''
                      - iso_3166_1: TW
                        title: 絕命毒師
                        type: ''
                      - iso_3166_1: UA
                        title: Пуститися берега
                        type: ''
                      - iso_3166_1: UZ
                        title: Egrilik sari
                        type: ''
                      - iso_3166_1: VN
                        title: Tập Làm Người Xấu
                        type: ''
              examples:
                alternative titles:
                  value:
                    id: 1396
                    results:
                      - iso_3166_1: BG
                        title: В обувките на Сатаната
                        type: ''
                      - iso_3166_1: BR
                        title: 'Breaking Bad: A Química do Mal'
                        type: ''
                      - iso_3166_1: CA
                        title: Breaking Bad - Le Chimiste
                        type: ''
                      - iso_3166_1: CN
                        title: 绝命毒师
                        type: ''
                      - iso_3166_1: CZ
                        title: Perníkový táta
                        type: ''
                      - iso_3166_1: EE
                        title: Halvale teele
                        type: ''
                      - iso_3166_1: GR
                        title: Σπάζοντας τα ηθικά σου όρια
                        type: ''
                      - iso_3166_1: HR
                        title: Na putu prema dolje
                        type: ''
                      - iso_3166_1: HU
                        title: Totál szívás
                        type: ''
                      - iso_3166_1: IR
                        title: افسار گسیخته
                        type: ''
                      - iso_3166_1: IT
                        title: Breaking Bad - Reazioni collaterali
                        type: ''
                      - iso_3166_1: JP
                        title: ブレイキング・バッド
                        type: ''
                      - iso_3166_1: LT
                        title: Bręstantis blogis
                        type: ''
                      - iso_3166_1: LV
                        title: Pārkāpt robežu
                        type: ''
                      - iso_3166_1: PT
                        title: 'Breaking Bad: Ruptura Total'
                        type: ''
                      - iso_3166_1: RS
                        title: Чиста хемија
                        type: ''
                      - iso_3166_1: RU
                        title: Во все тяжкие
                        type: ''
                      - iso_3166_1: SA
                        title: بريكنق باد
                        type: دراما
                      - iso_3166_1: SI
                        title: Kriva pota
                        type: ''
                      - iso_3166_1: TW
                        title: 絕命毒師
                        type: ''
                      - iso_3166_1: UA
                        title: Пуститися берега
                        type: ''
                      - iso_3166_1: UZ
                        title: Egrilik sari
                        type: ''
                      - iso_3166_1: VN
                        title: Tập Làm Người Xấu
                        type: ''
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

````