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

# Translations

> This endpoint get the translations that belong to a person.



## OpenAPI

````yaml get /3/person/{person_id}/translations
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/person/{person_id}/translations:
    parameters:
      - name: person_id
        in: path
        required: true
        schema:
          type: integer
          example: 12
    get:
      tags:
        - PEOPLE
      summary: Translations
      description: This endpoint get the translations that belong to a person.
      operationId: translations2
      responses:
        '200':
          description: Translations
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=19372
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Tue, 31 Dec 2024 10:44:15 GMT
            ETag:
              schema:
                type: string
                example: W/"6ba6c1d5573fe35aa03f67c1c97fdeab"
            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 c9d6fa331b6e31ab90cd2309d0f765d0.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: aRrMeQRKER67YxVtOiWclBURDKDM0ANPIoHNExmih_YhOa2nBimWXg==
            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: '7810'
            x-memc-expires:
              schema:
                type: string
                example: '19372'
            x-memc-key:
              schema:
                type: string
                example: 46ed810419610fb8e0a190a7e1b9730a
          content:
            application/json:
              schema:
                type: object
                properties:
                  id:
                    type: number
                    example: 12
                  translations:
                    type: array
                    items:
                      type: object
                      properties:
                        data:
                          type: object
                          properties:
                            biography:
                              type: string
                              example: >-
                                Alexander Jerome Gould (born May 4, 1994) is an
                                American television actor and voice artist. He
                                is best known for his role as Shane Botwin on
                                the Showtime TV series Weeds and for having
                                provided the voice of Nemo in Pixar's Finding
                                Nemo.
                            name:
                              type: string
                              example: Alexander Gould
                            primary:
                              type: boolean
                              example: true
                        english_name:
                          type: string
                          example: English
                        iso_3166_1:
                          type: string
                          example: US
                        iso_639_1:
                          type: string
                          example: en
                        name:
                          type: string
                          example: English
                    example:
                      - data:
                          biography: >-
                            Alexander Jerome Gould (born May 4, 1994) is an
                            American television actor and voice artist. He is
                            best known for his role as Shane Botwin on the
                            Showtime TV series Weeds and for having provided the
                            voice of Nemo in Pixar's Finding Nemo.
                          name: Alexander Gould
                          primary: true
                        english_name: English
                        iso_3166_1: US
                        iso_639_1: en
                        name: English
                      - data:
                          biography: ''
                          name: ''
                          primary: false
                        english_name: French
                        iso_3166_1: FR
                        iso_639_1: fr
                        name: Français
                      - data:
                          biography: ''
                          name: 亞歷山大·古爾德
                          primary: false
                        english_name: Mandarin
                        iso_3166_1: TW
                        iso_639_1: zh
                        name: 普通话
                      - data:
                          biography: ''
                          name: アレクサンダー・グールド
                          primary: false
                        english_name: Japanese
                        iso_3166_1: JP
                        iso_639_1: ja
                        name: 日本語
                      - data:
                          biography: ''
                          name: 亚历山大·古尔德
                          primary: false
                        english_name: Mandarin
                        iso_3166_1: CN
                        iso_639_1: zh
                        name: 普通话
              examples:
                Translations:
                  value:
                    id: 12
                    translations:
                      - data:
                          biography: >-
                            Alexander Jerome Gould (born May 4, 1994) is an
                            American television actor and voice artist. He is
                            best known for his role as Shane Botwin on the
                            Showtime TV series Weeds and for having provided the
                            voice of Nemo in Pixar's Finding Nemo.
                          name: Alexander Gould
                          primary: true
                        english_name: English
                        iso_3166_1: US
                        iso_639_1: en
                        name: English
                      - data:
                          biography: ''
                          name: ''
                          primary: false
                        english_name: French
                        iso_3166_1: FR
                        iso_639_1: fr
                        name: Français
                      - data:
                          biography: ''
                          name: 亞歷山大·古爾德
                          primary: false
                        english_name: Mandarin
                        iso_3166_1: TW
                        iso_639_1: zh
                        name: 普通话
                      - data:
                          biography: ''
                          name: アレクサンダー・グールド
                          primary: false
                        english_name: Japanese
                        iso_3166_1: JP
                        iso_639_1: ja
                        name: 日本語
                      - data:
                          biography: ''
                          name: 亚历山大·古尔德
                          primary: false
                        english_name: Mandarin
                        iso_3166_1: CN
                        iso_639_1: zh
                        name: 普通话
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````