TV SERIES
cURL
curl --request GET \ --url https://api.themoviedb.org/3/tv/{series_id}/alternative_titles \ --header 'Authorization: Bearer <token>'
{ "id": 12, "results": [ { "iso_3166_1": "CN", "title": "Han Wu Da Di", "type": "" } ] }
This endpoint get the alternative titles of a TV show.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
a uniques identifier for a tv serie
Alternative Titles
The response is of type object.
object