> ## 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 for a movie.



## OpenAPI

````yaml api-reference/openapi3.json get /3/movie/{movie_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/movie/{movie_id}/alternative_titles:
    get:
      tags:
        - MOVIES
      summary: Alternative Titles
      description: This endpoint get the alternative titles for a movie.
      operationId: alternativeTitles
      parameters:
        - name: country
          in: query
          description: >-
            This parameter allows you to specify an ISO-3166-1 code. By
            including this parameter, you can filter the results to show
            alternative titles for the specified movie that are recognized in
            that particular country.
          schema:
            type: string
        - $ref: '#/components/parameters/movie_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=11802
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Fri, 03 Jan 2025 22:41:10 GMT
            ETag:
              schema:
                type: string
                example: W/"38584fbb9172739380b2e33168873013"
            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 23c9ec01b6f4151f654547c0190aeebe.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: 9FdYDoSMP97CCDmHQLHwcXy2ScewJhI_jbB8k941BJ-YW6pCJzZkRQ==
            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: '13402'
            x-memc-expires:
              schema:
                type: string
                example: '11802'
            x-memc-key:
              schema:
                type: string
                example: e0ceba1ca83eb3c18d022bcd69cd51ae
          content:
            application/json:
              schema:
                type: object
                properties:
                  id:
                    type: number
                    example: 558449
                    description: This is a unique identifier for the movie.
                  titles:
                    type: array
                    items:
                      type: object
                      properties:
                        iso_3166_1:
                          type: string
                          example: US
                          description: >-
                            The ISO 3166-1 alpha-2 code for the country where
                            the title is used.
                        title:
                          type: string
                          example: Gladiator 2
                          description: The title of the movie in a country
                        type:
                          type: string
                          example: ''
                          description: >-
                            Indicates the nature of the title. A blank string
                            usually signifies a standard alternative title
                            without any qualifications.
                    example:
                      - iso_3166_1: US
                        title: Gladiator 2
                        type: ''
                      - iso_3166_1: IT
                        title: Il gladiatore 2
                        type: provisional title
                      - iso_3166_1: IL
                        title: גלדיאטור 2
                        type: ''
                      - iso_3166_1: TR
                        title: Gladyatör II
                        type: ''
                      - iso_3166_1: TR
                        title: Gladyatör 2
                        type: ''
                      - iso_3166_1: BG
                        title: Гладиатор II
                        type: ''
                      - iso_3166_1: KR
                        title: 글래디에이터 2
                        type: ''
                      - iso_3166_1: AZ
                        title: Qladiator II
                        type: ''
                      - iso_3166_1: US
                        title: GladiatorⅡ
                        type: ''
                      - iso_3166_1: JP
                        title: グラディエーターII 英雄を呼ぶ声
                        type: ''
                      - iso_3166_1: HK
                        title: 帝國驕雄 2
                        type: ''
                      - iso_3166_1: US
                        title: GladIIator
                        type: ''
                      - iso_3166_1: BR
                        title: Gladiador 2
                        type: ''
                      - iso_3166_1: CN
                        title: 角斗士2
                        type: ''
                      - iso_3166_1: KR
                        title: 글래디에이터Ⅱ
                        type: ''
                      - iso_3166_1: KR
                        title: 글래디에이터 II
                        type: ''
                      - iso_3166_1: AM
                        title: Գլադիատոր 2
                        type: ''
                      - iso_3166_1: CA
                        title: Gladiateur II
                        type: ''
                    description: >-
                      An array containing alternative titles for the movie in
                      various countries.
              examples:
                alternative titles:
                  value:
                    id: 558449
                    titles:
                      - iso_3166_1: US
                        title: Gladiator 2
                        type: ''
                      - iso_3166_1: IT
                        title: Il gladiatore 2
                        type: provisional title
                      - iso_3166_1: IL
                        title: גלדיאטור 2
                        type: ''
                      - iso_3166_1: TR
                        title: Gladyatör II
                        type: ''
                      - iso_3166_1: TR
                        title: Gladyatör 2
                        type: ''
                      - iso_3166_1: BG
                        title: Гладиатор II
                        type: ''
                      - iso_3166_1: KR
                        title: 글래디에이터 2
                        type: ''
                      - iso_3166_1: AZ
                        title: Qladiator II
                        type: ''
                      - iso_3166_1: US
                        title: GladiatorⅡ
                        type: ''
                      - iso_3166_1: JP
                        title: グラディエーターII 英雄を呼ぶ声
                        type: ''
                      - iso_3166_1: HK
                        title: 帝國驕雄 2
                        type: ''
                      - iso_3166_1: US
                        title: GladIIator
                        type: ''
                      - iso_3166_1: BR
                        title: Gladiador 2
                        type: ''
                      - iso_3166_1: CN
                        title: 角斗士2
                        type: ''
                      - iso_3166_1: KR
                        title: 글래디에이터Ⅱ
                        type: ''
                      - iso_3166_1: KR
                        title: 글래디에이터 II
                        type: ''
                      - iso_3166_1: AM
                        title: Գլադիատոր 2
                        type: ''
                      - iso_3166_1: CA
                        title: Gladiateur II
                        type: ''
components:
  parameters:
    movie_id:
      name: movie_id
      in: path
      required: true
      description: This is a unique identifier for a movie.
      schema:
        type: integer
        example: ''
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````