Skip to main content
GET
/
person
/
{person_id}
/
translations
Translations
curl --request GET \
  --url https://api.themoviedb.org/3/person/{person_id}/translations \
  --header 'Authorization: Bearer <token>'
{
  "id": 550,
  "translations": [
    {
      "iso_3166_1": "US",
      "iso_639_1": "en",
      "name": "English",
      "english_name": "English",
      "data": {
        "biography": "",
        "name": "Jennifer Todd",
        "primary": true
      }
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

person_id
integer
required

The ID of the person

Response

200 - application/json

Successful

id
integer

A unique identifier assigned to the content

translations
object[]

A list of available translations for the movie