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": ""
}
]
}This endpoint is used to get the alternative titles for a movie.
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": ""
}
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the movie
specify a ISO-3166-1 value to filter the results