Get the alternative titles for a movie.
curl --request GET \
--url https://api.themoviedb.org/3/movie/%7B{movie_id}%7D/alternative_titles
{
"id": 845781,
"titles": [
{
"iso_3166_1": "US",
"title": "Big Red One",
"type": "working title"
},
{
"iso_3166_1": "HU",
"title": "Vörös Egyes!",
"type": "Kedvcsináló cím"
},
{
"iso_3166_1": "CN",
"title": "红色一号",
"type": ""
},
{
"iso_3166_1": "RO",
"title": "Misiunea Red One",
"type": ""
},
{
"iso_3166_1": "CA",
"title": "Nom de code : rouge",
"type": ""
},
{
"iso_3166_1": "ES",
"title": "Código: Traje rojo",
"type": ""
},
{
"iso_3166_1": "AR",
"title": "Código: Traje rojo",
"type": ""
},
{
"iso_3166_1": "MX",
"title": "Código: Traje rojo",
"type": ""
},
{
"iso_3166_1": "EC",
"title": "Código: Traje rojo",
"type": ""
},
{
"iso_3166_1": "TW",
"title": "紅色一號",
"type": "Prime Video title"
}
]
}
Alt Titles
The response is of type object
.
curl --request GET \
--url https://api.themoviedb.org/3/movie/%7B{movie_id}%7D/alternative_titles
{
"id": 845781,
"titles": [
{
"iso_3166_1": "US",
"title": "Big Red One",
"type": "working title"
},
{
"iso_3166_1": "HU",
"title": "Vörös Egyes!",
"type": "Kedvcsináló cím"
},
{
"iso_3166_1": "CN",
"title": "红色一号",
"type": ""
},
{
"iso_3166_1": "RO",
"title": "Misiunea Red One",
"type": ""
},
{
"iso_3166_1": "CA",
"title": "Nom de code : rouge",
"type": ""
},
{
"iso_3166_1": "ES",
"title": "Código: Traje rojo",
"type": ""
},
{
"iso_3166_1": "AR",
"title": "Código: Traje rojo",
"type": ""
},
{
"iso_3166_1": "MX",
"title": "Código: Traje rojo",
"type": ""
},
{
"iso_3166_1": "EC",
"title": "Código: Traje rojo",
"type": ""
},
{
"iso_3166_1": "TW",
"title": "紅色一號",
"type": "Prime Video title"
}
]
}
Get the alternative titles for a movie.
curl --request GET \
--url https://api.themoviedb.org/3/movie/%7B{movie_id}%7D/alternative_titles
{
"id": 845781,
"titles": [
{
"iso_3166_1": "US",
"title": "Big Red One",
"type": "working title"
},
{
"iso_3166_1": "HU",
"title": "Vörös Egyes!",
"type": "Kedvcsináló cím"
},
{
"iso_3166_1": "CN",
"title": "红色一号",
"type": ""
},
{
"iso_3166_1": "RO",
"title": "Misiunea Red One",
"type": ""
},
{
"iso_3166_1": "CA",
"title": "Nom de code : rouge",
"type": ""
},
{
"iso_3166_1": "ES",
"title": "Código: Traje rojo",
"type": ""
},
{
"iso_3166_1": "AR",
"title": "Código: Traje rojo",
"type": ""
},
{
"iso_3166_1": "MX",
"title": "Código: Traje rojo",
"type": ""
},
{
"iso_3166_1": "EC",
"title": "Código: Traje rojo",
"type": ""
},
{
"iso_3166_1": "TW",
"title": "紅色一號",
"type": "Prime Video title"
}
]
}
Alt Titles
The response is of type object
.
curl --request GET \
--url https://api.themoviedb.org/3/movie/%7B{movie_id}%7D/alternative_titles
{
"id": 845781,
"titles": [
{
"iso_3166_1": "US",
"title": "Big Red One",
"type": "working title"
},
{
"iso_3166_1": "HU",
"title": "Vörös Egyes!",
"type": "Kedvcsináló cím"
},
{
"iso_3166_1": "CN",
"title": "红色一号",
"type": ""
},
{
"iso_3166_1": "RO",
"title": "Misiunea Red One",
"type": ""
},
{
"iso_3166_1": "CA",
"title": "Nom de code : rouge",
"type": ""
},
{
"iso_3166_1": "ES",
"title": "Código: Traje rojo",
"type": ""
},
{
"iso_3166_1": "AR",
"title": "Código: Traje rojo",
"type": ""
},
{
"iso_3166_1": "MX",
"title": "Código: Traje rojo",
"type": ""
},
{
"iso_3166_1": "EC",
"title": "Código: Traje rojo",
"type": ""
},
{
"iso_3166_1": "TW",
"title": "紅色一號",
"type": "Prime Video title"
}
]
}