Endpoints
- Account
- Authentication
- Certification
- Changes
- Collections
- Companies
- Configuration
- Credits
- Discover
- Find
- Genres
- Guest Session
- Keywords
- List
- Movie Lists
- Movies
- Networks
- People Lists
- People
- Reviews
- Search
- Trending
- TV Series Lists
- TV Series
- GETDetails
- GETAccount States
- GETAggregate Credits
- GETAlternative Titles
- GETChanges
- GETContent Ratings
- GETCredits
- GETEpisode Groups
- GETExternal IDs
- GETImages
- GETKeywords
- GETLatest
- GETLists
- GETRecommendations
- GETReviews
- GETScreened Theatrically
- GETSimilar
- GETTranslations
- GETVideos
- GETWatch Providers
- POSTAdd Rating
- DELDelete Rating
- GET
- TV Seasons
- TV Episodes
- TV Episode Groups
- Watch Providers
- API Reference
TV Series
Alternative Titles
Get the alternative titles that have been added to a TV show.
GET
/
3
/
tv
/
{series_id}
/
alternative_titles
curl --request GET \
--url https://api.themoviedb.org/3/tv/%7B{series_id}%7D/alternative_titles
{
"id": 220542,
"results": [
{
"iso_3166_1": "CN",
"title": "药师少女的独语",
"type": ""
},
{
"iso_3166_1": "CN",
"title": "药屋少女的呢喃",
"type": ""
},
{
"iso_3166_1": "FR",
"title": "Les Carnets de l'apothicaire",
"type": ""
},
{
"iso_3166_1": "GB",
"title": "The Apothecary Diaries",
"type": ""
},
{
"iso_3166_1": "IR",
"title": "خاطرات داروساز",
"type": ""
},
{
"iso_3166_1": "IR",
"title": "خاطرات پزشک دختر",
"type": ""
},
{
"iso_3166_1": "IR",
"title": "خاطرات دختر داروساز",
"type": ""
},
{
"iso_3166_1": "JP",
"title": "Kusuriya no Hitorigoto",
"type": "Romaji"
},
{
"iso_3166_1": "RU",
"title": "Монолог фармацевта",
"type": ""
},
{
"iso_3166_1": "RU",
"title": "Записки аптекаря",
"type": ""
},
{
"iso_3166_1": "UA",
"title": "Монолог фармацевта",
"type": "Nonofficial Title/Аlternaive Title"
},
{
"iso_3166_1": "UA",
"title": "Монолог травниці",
"type": "Official Title"
},
{
"iso_3166_1": "UA",
"title": "Щоденник аптекарки",
"type": "Nonofficial Title/Alternative Title"
},
{
"iso_3166_1": "US",
"title": "The Apothecary Diaries",
"type": ""
}
]
}
Path Parameters
Response
200 - application/json
Alt Titles
The response is of type object
.
curl --request GET \
--url https://api.themoviedb.org/3/tv/%7B{series_id}%7D/alternative_titles
{
"id": 220542,
"results": [
{
"iso_3166_1": "CN",
"title": "药师少女的独语",
"type": ""
},
{
"iso_3166_1": "CN",
"title": "药屋少女的呢喃",
"type": ""
},
{
"iso_3166_1": "FR",
"title": "Les Carnets de l'apothicaire",
"type": ""
},
{
"iso_3166_1": "GB",
"title": "The Apothecary Diaries",
"type": ""
},
{
"iso_3166_1": "IR",
"title": "خاطرات داروساز",
"type": ""
},
{
"iso_3166_1": "IR",
"title": "خاطرات پزشک دختر",
"type": ""
},
{
"iso_3166_1": "IR",
"title": "خاطرات دختر داروساز",
"type": ""
},
{
"iso_3166_1": "JP",
"title": "Kusuriya no Hitorigoto",
"type": "Romaji"
},
{
"iso_3166_1": "RU",
"title": "Монолог фармацевта",
"type": ""
},
{
"iso_3166_1": "RU",
"title": "Записки аптекаря",
"type": ""
},
{
"iso_3166_1": "UA",
"title": "Монолог фармацевта",
"type": "Nonofficial Title/Аlternaive Title"
},
{
"iso_3166_1": "UA",
"title": "Монолог травниці",
"type": "Official Title"
},
{
"iso_3166_1": "UA",
"title": "Щоденник аптекарки",
"type": "Nonofficial Title/Alternative Title"
},
{
"iso_3166_1": "US",
"title": "The Apothecary Diaries",
"type": ""
}
]
}