{
"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"
}
]
}
This endpoint retrieves the alternative titles of a particular movie.
{
"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"
}
]
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Alternative Titles
The response is of type object
.