It would be great to also have the imdb_id on tv shows, not only movies. Any idea if that's possible? https://developer.themoviedb.org/reference/tv-series-details doesn't have imdb_id in the response.
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 Shei
on May 28, 2023 at 6:17 PM
As this endpoint supports
append_to_response
, you can useappend_to_response=external_ids
and it'll also return all the external IDs linked to the TV show.Reply by Alejandro Sena
on May 28, 2023 at 6:18 PM
That sounds great! Thanks. Gonna try it out.
Reply by Shei
on May 28, 2023 at 6:20 PM
Here's a little more info on this parameter if you need it: https://developer.themoviedb.org/docs/append-to-response