thetvdb / v4-api

Founded in 2006, TheTVDB is one of the longest-running community-driven TV and Movie databases. With content metadata across hundreds of thousands of TV series and movies, TheTVDB powers many of the largest media centers in the market. Developers across the world build and rely upon TheTVDB's APIs to power their apps, utilities, and projects, generating millions of API calls per day. In our GitHub repository you will find all of the necessary support and v4 API documentation to make use of TheTVDB's metadata. Come and join us!
135 stars 13 forks source link

characters missing from /series/{id}/episodes/{season-type}/{lang} #326

Open LukePulverenti opened 5 months ago

LukePulverenti commented 5 months ago

This used to exist and allowed getting all guest stars for an entire series at once, which could be filtered using episodeId.

Using series/{id}/extended includes characters, but only those assigned to the series, not individual episodes.

Now it seems the only way to get guest stars is using /episodes/{id}/extended, which is doable, but less efficient as it requires a request for every single episode.

Can this be added back?

Happy2Play commented 1 month ago

Has anyone had a chance to look at this or at least comment on?

Happy2Play commented 1 week ago

Appears the issues tracker has went radio silent.