Hi,
Using /3/tv/{id}/season/{season_number} it returns an ID that i believe is the Season ID and not the TV Show ID.
Is it possible to return the TV Show ID when querying /3/tv/{id}/season/{season_number} ?
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 May 17, 2014 at 3:44 PM
Hi guigui4242,
If you've made it that far, you already know the TV show id...
Reply by guigui4242
on May 17, 2014 at 3:58 PM
Thanks for the answer. Unfortunately, it is not that easy, due to the way my app is done and async calls, I can't directly fetch the ID from URL who initiated the request (multiple async calls calling the same function).
Thats why if I had the TV Show ID directly in the JSON response, it would be very handy.