This endpoint is used to get the alternative titles for a movie.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
A unique identifier for a movie
18
An ISO-3166-1 country code used to filter the results to the specified country. E.g NG for Nigeria
"NG"
Request successful
18
[
{
"iso_3166_1": "US",
"title": "The Fifth Element: Remastered",
"type": ""
},
{
"iso_3166_1": "AD",
"title": "El cinquè element",
"type": ""
},
{
"iso_3166_1": "US",
"title": "The 5th Element",
"type": "alternate spelling"
},
{
"iso_3166_1": "FR",
"title": "Le 5ème élément",
"type": ""
},
{
"iso_3166_1": "FR",
"title": "Le cinquième élément",
"type": ""
},
{
"iso_3166_1": "KR",
"title": "제5원소",
"type": ""
},
{
"iso_3166_1": "KR",
"title": "제 5 원소",
"type": ""
},
{
"iso_3166_1": "KR",
"title": "제 5원소",
"type": ""
},
{
"iso_3166_1": "HK",
"title": "第五元素",
"type": ""
},
{
"iso_3166_1": "TW",
"title": "第五元素",
"type": ""
},
{
"iso_3166_1": "ES",
"title": "El quinto elemento",
"type": "Castilian Spanish"
}
]