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

# Fetch alternative titles

> This endpoint allows you to get the alternative titles for a movie.



## OpenAPI

````yaml get /movie/{{movie_id}}/alternative_titles
openapi: 3.0.3
info:
  title: TMDB API DOCS
  version: 1.0.0
  contact: {}
servers:
  - url: https://api.themoviedb.org/3
  - url: https://api.themoviedb.org
security:
  - bearerAuth: []
tags:
  - name: Authentication
    description: >-
      This section contains endpoints that let you create authentication
      sessions for TMDB Guests and User accounts.
  - name: Account
    description: >-
      This section contains endpoints that let you access and sync with TMDB
      user account information.
  - name: Certifications
    description: >-
      This section contains endpoints that provide an up-to-date list of the
      officially supported movies and TV show certifications on TMDB.
  - name: Changes
    description: >-
      This section contains endpoints that let you fetch the list of Movie IDs,
      People IDs, and TV show IDs that have been changed in the past 24 hours.
  - name: Collections
    description: >-
      This collection contains endpoints that let you fetch movie collection
      details.
  - name: Discover
    description: >-
      This section contains endpoints that let you search for movies and TV
      shows, using sorts and filters.
  - name: Configuration
    description: This section contains endpoints that let you query the API configuration.
  - name: Movies
    description: >-
      This section contains endpoints that let you fetch information about the
      movie resource.
  - name: Companies
    description: >-
      This section contains endpoints that fetch information about a movie
      production company.
  - name: Credits
    description: This section contains endpoint for credit details.
  - name: Find
    description: This section contains endpoints that let you find movie or TV data.
  - name: Genres
    description: This section contain endpoints that let you get movie and TV genres.
  - name: Search
    description: This section contains endpoints that let you search through TMDB
  - name: Keywords
    description: This section contains endpoints for keyword information in TMDB
  - name: Movie Lists
    description: >-
      This section contains endpoints that let you fetch information about list
      of movies on TMDB
  - name: Networks
    description: >-
      This section contains endpoints that let you get information about the
      streaming networks.
  - name: People Lists
    description: This section contains endpoints of list of people.
  - name: People
    description: >-
      This section contains endpoints that let you get information about a
      person.
  - name: Reviews
    description: This section contains endpoints for movie or TV reviews.
  - name: Trending
    description: This section contains endpoints for trending movies, TV shows, and people.
  - name: TV Series List
    description: This section contains endpoints for listing TV series.
  - name: TV Series
    description: >-
      This section contains endpoints that let you get information for a TV
      series by ID
  - name: TV Seasons
    description: This section contains endpoints for TV show seasons.
  - name: TV Episodes
    description: >-
      This section contains endpoints that let you query information about a TV
      episode.
  - name: TV Episode groups
    description: This section contains endpoints for TV Episode information
  - name: Watch providers
    description: >-
      This section contains endpoints that let you get information about watch
      providers.
paths:
  /movie/{{movie_id}}/alternative_titles:
    parameters:
      - name: movie_id
        in: path
        required: true
        schema:
          type: string
    get:
      tags:
        - Movies
      summary: Fetch alternative titles
      description: This endpoint allows you to get the alternative titles for a movie.
      operationId: fetchAlternativeTitles
      parameters:
        - name: country
          in: query
          schema:
            type: string
            example: string
          description: specify a ISO-3166-1 value to filter the results
      responses:
        '200':
          description: Fetch alternative titles
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=3752
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Mon, 30 Dec 2024 08:53:24 GMT
            ETag:
              schema:
                type: string
                example: W/"8e601c19b7d1d6a1d83d03983e623a9d"
            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 6dc264f051e2557bd6880a40b0455076.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: N6-A4r64ez7V0_UwDYEKtGiceH5-qjMnw_PsqbefeObi9exvMJVy4g==
            X-Amz-Cf-Pop:
              schema:
                type: string
                example: IAD55-P7
            X-Cache:
              schema:
                type: string
                example: Miss from cloudfront
            x-memc:
              schema:
                type: string
                example: HIT
            x-memc-age:
              schema:
                type: string
                example: '19738'
            x-memc-expires:
              schema:
                type: string
                example: '3752'
            x-memc-key:
              schema:
                type: string
                example: 4c4dcc68b3b87c0a7afba1126d1aa4ea
          content:
            application/json:
              schema:
                type: object
                properties:
                  id:
                    type: number
                    example: 640146
                  titles:
                    type: array
                    items:
                      type: object
                      properties:
                        iso_3166_1:
                          type: string
                          example: US
                        title:
                          type: string
                          example: Ant-Man 3
                        type:
                          type: string
                          example: working title
                    example:
                      - iso_3166_1: US
                        title: Ant-Man 3
                        type: working title
                      - iso_3166_1: BR
                        title: Homem-Formiga 3
                        type: ''
                      - iso_3166_1: BR
                        title: Homem-Formiga e a Vespa 3
                        type: ''
                      - iso_3166_1: RU
                        title: Человек-муравей 3
                        type: ''
                      - iso_3166_1: RU
                        title: 'Человек-муравей: Квантумания'
                        type: ''
                      - iso_3166_1: GE
                        title: 'ენთმენი და კრაზანა: კვანტუმანია'
                        type: ''
                      - iso_3166_1: US
                        title: 'Marvel Studios’ Ant-Man and The Wasp: Quantumania'
                        type: promotional title
                      - iso_3166_1: KR
                        title: 앤트맨 3
                        type: ''
                      - iso_3166_1: KR
                        title: 앤트맨과 와스프 2
                        type: ''
                      - iso_3166_1: ES
                        title: 'Ant-Man y la Avispa: Quantumanía de Marvel Studios'
                        type: promotional title
                      - iso_3166_1: IL
                        title: 'אנטמן והצירעה: קואנטומאניה'
                        type: ''
                      - iso_3166_1: IL
                        title: אנט-מן 3
                        type: ''
                      - iso_3166_1: EG
                        title: 'آنت-مان وذا واسب: كوانتمينيا'
                        type: ''
                      - iso_3166_1: LV
                        title: 'Skudrcilvēks un Lapsene: Kvantmānija'
                        type: ''
                      - iso_3166_1: CA
                        title: 'Ant-Man et la Guêpe : Quantumania de Marvel Studios'
                        type: promotional title
                      - iso_3166_1: PT
                        title: 'Homem-Formiga E A Vespa: Quantumania'
                        type: ''
                      - iso_3166_1: PL
                        title: 'Ant-Man i Osa: Kwantomania'
                        type: ''
                      - iso_3166_1: IL
                        title: 'איש הנמלה והצרעה: קוונטומאניה'
                        type: ''
                      - iso_3166_1: TH
                        title: 'แอนท์‑แมน และ เดอะ วอสพ์: ตะลุยมิติควอนตัม'
                        type: ''
                      - iso_3166_1: VN
                        title: Người Kiến 3
                        type: ''
                      - iso_3166_1: EE
                        title: 'Sipelgamees ja Vapsik: kvantmaania'
                        type: ''
                      - iso_3166_1: JP
                        title: アントマン＆ワスプ：クアントマニア：2023
                        type: ''
                      - iso_3166_1: TW
                        title: 蟻俠與黃蜂女：量子狂熱
                        type: ''
                      - iso_3166_1: HK
                        title: 蟻俠與黃蜂女：量子狂熱
                        type: ''
                      - iso_3166_1: ES
                        title: 'Ant-Man: 3 - y la Avispa Quantumanía'
                        type: Castellano
                      - iso_3166_1: US
                        title: Ant-Man and the Wasp：Quantumania
                        type: Full Title with Alt Char '：' for Windows filenames
                      - iso_3166_1: MX
                        title: 'Ant-Man y la Avispa: Quantumanía'
                        type: ''
                      - iso_3166_1: DE
                        title: Ant-Man And The Wasp - Quantumania
                        type: ''
                      - iso_3166_1: US
                        title: 'Ant-Man 3: Ant-Man and the Wasp - Quantumania'
                        type: working title
                      - iso_3166_1: CN
                        title: 蚁人与黄蜂女：量子狂潮
                        type: ''
              examples:
                Fetch alternative titles:
                  value:
                    id: 640146
                    titles:
                      - iso_3166_1: US
                        title: Ant-Man 3
                        type: working title
                      - iso_3166_1: BR
                        title: Homem-Formiga 3
                        type: ''
                      - iso_3166_1: BR
                        title: Homem-Formiga e a Vespa 3
                        type: ''
                      - iso_3166_1: RU
                        title: Человек-муравей 3
                        type: ''
                      - iso_3166_1: RU
                        title: 'Человек-муравей: Квантумания'
                        type: ''
                      - iso_3166_1: GE
                        title: 'ენთმენი და კრაზანა: კვანტუმანია'
                        type: ''
                      - iso_3166_1: US
                        title: 'Marvel Studios’ Ant-Man and The Wasp: Quantumania'
                        type: promotional title
                      - iso_3166_1: KR
                        title: 앤트맨 3
                        type: ''
                      - iso_3166_1: KR
                        title: 앤트맨과 와스프 2
                        type: ''
                      - iso_3166_1: ES
                        title: 'Ant-Man y la Avispa: Quantumanía de Marvel Studios'
                        type: promotional title
                      - iso_3166_1: IL
                        title: 'אנטמן והצירעה: קואנטומאניה'
                        type: ''
                      - iso_3166_1: IL
                        title: אנט-מן 3
                        type: ''
                      - iso_3166_1: EG
                        title: 'آنت-مان وذا واسب: كوانتمينيا'
                        type: ''
                      - iso_3166_1: LV
                        title: 'Skudrcilvēks un Lapsene: Kvantmānija'
                        type: ''
                      - iso_3166_1: CA
                        title: 'Ant-Man et la Guêpe : Quantumania de Marvel Studios'
                        type: promotional title
                      - iso_3166_1: PT
                        title: 'Homem-Formiga E A Vespa: Quantumania'
                        type: ''
                      - iso_3166_1: PL
                        title: 'Ant-Man i Osa: Kwantomania'
                        type: ''
                      - iso_3166_1: IL
                        title: 'איש הנמלה והצרעה: קוונטומאניה'
                        type: ''
                      - iso_3166_1: TH
                        title: 'แอนท์‑แมน และ เดอะ วอสพ์: ตะลุยมิติควอนตัม'
                        type: ''
                      - iso_3166_1: VN
                        title: Người Kiến 3
                        type: ''
                      - iso_3166_1: EE
                        title: 'Sipelgamees ja Vapsik: kvantmaania'
                        type: ''
                      - iso_3166_1: JP
                        title: アントマン＆ワスプ：クアントマニア：2023
                        type: ''
                      - iso_3166_1: TW
                        title: 蟻俠與黃蜂女：量子狂熱
                        type: ''
                      - iso_3166_1: HK
                        title: 蟻俠與黃蜂女：量子狂熱
                        type: ''
                      - iso_3166_1: ES
                        title: 'Ant-Man: 3 - y la Avispa Quantumanía'
                        type: Castellano
                      - iso_3166_1: US
                        title: Ant-Man and the Wasp：Quantumania
                        type: Full Title with Alt Char '：' for Windows filenames
                      - iso_3166_1: MX
                        title: 'Ant-Man y la Avispa: Quantumanía'
                        type: ''
                      - iso_3166_1: DE
                        title: Ant-Man And The Wasp - Quantumania
                        type: ''
                      - iso_3166_1: US
                        title: 'Ant-Man 3: Ant-Man and the Wasp - Quantumania'
                        type: working title
                      - iso_3166_1: CN
                        title: 蚁人与黄蜂女：量子狂潮
                        type: ''
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````