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

# Alternative Title

> This endpoint get alternative titles for a Movie



## OpenAPI

````yaml get /3/movie/{movie_id}/alternative_titles
openapi: 3.0.3
info:
  title: The Movie Database
  description: Reference
  version: 1.0.0
  contact: {}
servers:
  - url: https://api.themoviedb.org
security:
  - bearerAuth: []
tags:
  - name: ACCOUNT
  - name: AUTHENTICATION
  - name: CERTIFICATION
  - name: CHANGES
  - name: COLLECTION
  - name: COMPANIES
  - name: CONFIGURATION
  - name: CREDITS
  - name: DISCOVER
  - name: FIND
  - name: GENRES
  - name: GUEST SESSION
  - name: KEYWORDS
  - name: LISTS
  - name: MOVIE LISTS
  - name: MOVIES
  - name: NETWORK
  - name: PEOPLE
  - name: PEOPLE LISTS
  - name: REVIEWS
  - name: SEARCH
  - name: TRENDING
  - name: TV SERIES LIST
  - name: TV SERIES
  - name: TV SEASONS
  - name: TV EPISODES
  - name: TV EPISODES GROUPS
  - name: WATCH PROVIDERS
paths:
  /3/movie/{movie_id}/alternative_titles:
    parameters:
      - name: movie_id
        in: path
        required: true
        schema:
          type: integer
          example: 12
    get:
      tags:
        - MOVIES
      summary: Alternative Title
      description: This endpoint get alternative titles for a Movie
      operationId: alternativeTitle
      parameters:
        - name: country
          in: query
          schema:
            type: string
            example: US
      responses:
        '200':
          description: Alternative Title
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=9972
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Mon, 30 Dec 2024 09:55:30 GMT
            ETag:
              schema:
                type: string
                example: W/"c3984be1b70ed1c0bc6daf2a0b37fa5c"
            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 4375274d19e6a104d814374704f49a08.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: TGjoty1BSejCBuQ7h37w8jSvl5-tGvajZAJ8_VnhAWNTsfIQbTSPDA==
            X-Amz-Cf-Pop:
              schema:
                type: string
                example: LOS50-P2
            X-Cache:
              schema:
                type: string
                example: Miss from cloudfront
            x-memc:
              schema:
                type: string
                example: HIT
            x-memc-age:
              schema:
                type: string
                example: '12591'
            x-memc-expires:
              schema:
                type: string
                example: '9972'
            x-memc-key:
              schema:
                type: string
                example: ebd31f7e2da7db176459419f70ba8303
          content:
            application/json:
              schema:
                type: object
                properties:
                  id:
                    type: number
                    example: 12
                  titles:
                    type: array
                    items:
                      type: object
                      properties:
                        iso_3166_1:
                          type: string
                          example: US
                        title:
                          type: string
                          example: Finding Nemo 3D
                        type:
                          type: string
                          example: 3D version
                    example:
                      - iso_3166_1: US
                        title: Finding Nemo 3D
                        type: 3D version
                      - iso_3166_1: US
                        title: Disney Pixar Finding Nemo
                        type: informal long title
                      - iso_3166_1: NL
                        title: Op zoek naar Nemo
                        type: ''
                      - iso_3166_1: SA
                        title: نيمو
                        type: ''
                      - iso_3166_1: SE
                        title: Hitta Nemo 3D
                        type: 3D version
                      - iso_3166_1: BG
                        title: Tŭrseneto na Nemo
                        type: ''
                      - iso_3166_1: GR
                        title: Psáchnontas ton Némo
                        type: ''
                      - iso_3166_1: RU
                        title: V poiskakh Nemo
                        type: ''
                      - iso_3166_1: RS
                        title: Potraga za Nemom
                        type: ''
                      - iso_3166_1: UA
                        title: U poshukakh Nemo
                        type: ''
                      - iso_3166_1: GE
                        title: ნემოს ძიება
                        type: ''
                      - iso_3166_1: GE
                        title: ნემოს ძიებისას
                        type: ''
                      - iso_3166_1: VN
                        title: Đi Tìm Nemo
                        type: ''
                      - iso_3166_1: AZ
                        title: İtmiş Balıq Nemo
                        type: ''
                      - iso_3166_1: IS
                        title: Leitin að Nemo
                        type: ''
              examples:
                Alternative Title:
                  value:
                    id: 12
                    titles:
                      - iso_3166_1: US
                        title: Finding Nemo 3D
                        type: 3D version
                      - iso_3166_1: US
                        title: Disney Pixar Finding Nemo
                        type: informal long title
                      - iso_3166_1: NL
                        title: Op zoek naar Nemo
                        type: ''
                      - iso_3166_1: SA
                        title: نيمو
                        type: ''
                      - iso_3166_1: SE
                        title: Hitta Nemo 3D
                        type: 3D version
                      - iso_3166_1: BG
                        title: Tŭrseneto na Nemo
                        type: ''
                      - iso_3166_1: GR
                        title: Psáchnontas ton Némo
                        type: ''
                      - iso_3166_1: RU
                        title: V poiskakh Nemo
                        type: ''
                      - iso_3166_1: RS
                        title: Potraga za Nemom
                        type: ''
                      - iso_3166_1: UA
                        title: U poshukakh Nemo
                        type: ''
                      - iso_3166_1: GE
                        title: ნემოს ძიება
                        type: ''
                      - iso_3166_1: GE
                        title: ნემოს ძიებისას
                        type: ''
                      - iso_3166_1: VN
                        title: Đi Tìm Nemo
                        type: ''
                      - iso_3166_1: AZ
                        title: İtmiş Balıq Nemo
                        type: ''
                      - iso_3166_1: IS
                        title: Leitin að Nemo
                        type: ''
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````