Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
200 - application/json
Fetch alternative titles
Example:
112470
Example:
[
{
"iso_3166_1": "CN",
"title": "一切从这里开始",
"type": ""
},
{
"iso_3166_1": "ES",
"title": "Aquí Empieza Todo",
"type": ""
},
{
"iso_3166_1": "FR",
"title": "Ici tout commence",
"type": ""
},
{
"iso_3166_1": "US",
"title": "Where it All Begins",
"type": ""
}
]