Skip to main content
GET
/
movie
/
{movie_id}
/
alternative_titles
Alternative Titles
curl --request GET \
  --url https://api.themoviedb.org/3/movie/{movie_id}/alternative_titles \
  --header 'Authorization: Bearer <token>'
{
  "id": 550,
  "titles": [
    {
      "iso_3166_1": "IL",
      "title": "Mo'adon Krav",
      "type": "Romanization"
    },
    {
      "iso_3166_1": "RS",
      "title": "Borilački klub",
      "type": "Romanization"
    },
    {
      "iso_3166_1": "RU",
      "title": "Boytsovskiy klub",
      "type": "Romanization"
    },
    {
      "iso_3166_1": "BG",
      "title": "Boen klub",
      "type": "Romanization"
    },
    {
      "iso_3166_1": "UA",
      "title": "Biytsivsʹkyy klub",
      "type": "Romanization"
    },
    {
      "iso_3166_1": "BY",
      "title": "Байцоўскі клюб",
      "type": "Classical Orthography"
    },
    {
      "iso_3166_1": "AZ",
      "title": "Döyüshçü Klubu",
      "type": "Alternative"
    },
    {
      "iso_3166_1": "GE",
      "title": "მალჷმორეფიშ კლუბი",
      "type": "Mingrelian"
    },
    {
      "iso_3166_1": "AM",
      "title": "Մարտական ակումբ",
      "type": ""
    },
    {
      "iso_3166_1": "MA",
      "title": "النادي د لمدابزة",
      "type": ""
    },
    {
      "iso_3166_1": "EG",
      "title": "نادى القتال",
      "type": ""
    },
    {
      "iso_3166_1": "KG",
      "title": "Мушташ клубу",
      "type": ""
    },
    {
      "iso_3166_1": "IR",
      "title": "فایت کلاب",
      "type": "Mazanderani"
    },
    {
      "iso_3166_1": "NP",
      "title": "फाइट क्लब",
      "type": ""
    },
    {
      "iso_3166_1": "PK",
      "title": "ਫ਼ਾਈਟ ਕਲੱਬ",
      "type": ""
    },
    {
      "iso_3166_1": "CN",
      "title": "搏击会",
      "type": ""
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

movie_id
integer
required

The ID of the movie

Query Parameters

country
string

specify a ISO-3166-1 value to filter the results

Response

200 - application/json

Successful

id
integer

A unique identifier for a specific item

titles
object[]

Display name of the movie