Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
A unique identifier for a movie
Example:
18
Query Parameters
An ISO-3166-1 country code used to filter the results to the specified country. E.g NG for Nigeria
Example:
"NG"
Response
200 - application/json
Request successful
Example:
18
Example:
[
{
"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"
}
]