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!
127 stars 13 forks source link

`series/76168/episodes/altdvd/eng?page=0` returns no results #306

Open rednoah opened 10 months ago

rednoah commented 10 months ago

The newly added altdvd order is not accessible via the API.

e.g. episode information visible on the website: https://thetvdb.com/series/batman-the-animated-series/seasons/altdvd/1

[GET https://api4.thetvdb.com/v4/series/76168/extended] => [200 OK]
...
      "seasonTypes":[
         ...
         {
            "id":6,
            "name":"Alternate DVD Order",
            "type":"altdvd",
            "alternateName":"BluRay"
         }
      ]
...

e.g. API response:

[GET https://api4.thetvdb.com/v4/series/76168/episodes/altdvd/eng?page=0] => [200 OK]
{"status":"success","data":{"id":76168,"name":"Batman: The Animated Series","slug":"batman-the-animated-series","image":"https://artworks.thetvdb.com/banners/posters/76168-7.jpg","nameTranslations":["ces","dan","deu","eng","fra","heb","hun","ita","por","rus","spa","zhtw","yue","pt","pol"],"overviewTranslations":["ces","dan","deu","eng","fra","heb","hun","ita","por","rus","spa","zhtw","yue","pt","nld"],"aliases":[{"language":"ita","name":"Batman - La Serie Animata"}],"firstAired":"1992-09-05","lastAired":"1995-09-15","nextAired":"","score":93845,"status":{"id":2,"name":"Ended","recordType":"series","keepUpdated":false},"originalCountry":"usa","originalLanguage":"eng","defaultSeasonType":1,"isOrderRandomized":false,"lastUpdated":"2023-09-12 08:55:55","averageRuntime":25,"episodes":[],"overview":"The Dark Knight battles crime in Gotham City with occasional help from Robin and Batgirl.\r\n","year":"1992"},"links":{"prev":null,"self":"https://api4.thetvdb.com/v4/series/76168/episodes/altdvd/eng?page=0","next":null,"total_items":0,"page_size":500}}

The episodes array is notably empty:

"episodes":[]

This new season-type is also notably undocumented in the API docs: https://thetvdb.github.io/v4-api/#/Series/getSeriesEpisodes

antheaezzell commented 10 months ago

Do you mean the Blue Ray order? https://thetvdb.com/series/batman-the-animated-series#seasons

rednoah commented 10 months ago

Yes, the website uses BluRay as display name:

            "id":6,
            "name":"Alternate DVD Order",
            "type":"altdvd",
            "alternateName":"BluRay"