Hey, thanks for the great service.
Is it possible to get overview under seasons object from the "Get TV Details" endpoint?
Endpoint:
https://api.themoviedb.org/3/tv/1399?api_key=XXXXXXXXX
Current Response:
"seasons": [
{
"air_date": "2010-12-05",
"episode_count": 14,
"id": 3627,
"poster_path": "/kMTcwNRfFKCZ0O2OaBZS0nZ2AIe.jpg",
"season_number": 0
},
]
Expected Response:
"seasons": [
{
"air_date": "2010-12-05",
"episode_count": 14,
"id": 3627,
"poster_path": "/kMTcwNRfFKCZ0O2OaBZS0nZ2AIe.jpg",
"season_number": 0,
"overview": "lowerwkejnkwjenrkjiwerh lkndfkjn ....."
},
Thanks
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by Travis Bell
on August 22, 2017 at 12:57 AM
Hi @pranesh456 There's no plans for that right now but I went ahead and created a ticket for me to think about this in the future.
Reply by Travis Bell
on March 17, 2018 at 1:21 AM
FYI this is live now.
Cheers.