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

[Feature Request] Send tagOptions as part of EpisodeBaseRecord or allow filtering of specials critical to the story at the /series/{id}/episodes/{season-type} endpoint. #320

Open scampower3 opened 5 months ago

scampower3 commented 5 months ago

I want to filter specials that are critical to the story after retrieving data from /series/{id}/episodes/{season-type} endpoint. However, to do so, I have to request for each episode towards /episodes/{id}/extended endpoint to check if the episode is critical or not. I think sending tagOptions as part of EpisodeBaseRecord can reduce the number of unnecessary calls to /episodes/{id}/extended endpoint.

or allow filtering of specials critical to the story at the /series/{id}/episodes/{season-type} endpoint.