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

`altdvd` endpoint no longer working #340

Open rednoah opened 1 month ago

rednoah commented 1 month ago

The altdvd endpoint for querying the Alternate DVD Order is no longer working.

e.g.

Series 73244 has an episode listing for altdvd order: https://thetvdb.com/series/the-office-us/seasons/altdvd/3

But the API response lists 0 episodes:

[GET https://api4.thetvdb.com/v4/series/73244/episodes/altdvd/eng?page=0] => [200 OK]
:status: 200
content-encoding: gzip
content-length: 736
content-type: application/json; charset=UTF-8
date: Fri, 12 Jul 2024 04:59:27 GMT
...
x-cache: Miss from cloudfront

{"status":"success","data":{"id":73244,"name":"The Office (US)","slug":"the-office-us","image":"https://artworks.thetvdb.com/banners/posters/73244-1.jpg","nameTranslations":["ces","dan","deu","eng","fin","fra","heb","hun","ita","kor","nld","por","rus","spa","swe","tur","zho","pt","bel","pol","hrv","lit","ara","ukr","zhtw","cym"],"overviewTranslations":["ces","deu","eng","fin","fra","heb","hun","ita","nld","por","rus","spa","swe","tur","zho","pt","bel","pol","hrv","lit","ukr","zhtw","cym"],"aliases":[{"language":"spa","name":"La Oficina"},{"language":"por","name":"The Office: O Escritório"},{"language":"por","name":"O Escritório"},{"language":"pt","name":"The Office: Vida de Escritório"},{"language":"pt","name":"Vida de Escritório"},{"language":"eng","name":"The Office US"},{"language":"eng","name":"The Office: Superfan Episodes"},{"language":"deu","name":"Das Büro (2005)"},{"language":"cym","name":"The Office (US)"}],"firstAired":"2005-03-24","lastAired":"2013-05-16","nextAired":"","score":1137263,"status":{"id":2,"name":"Ended","recordType":"series","keepUpdated":false},"originalCountry":"usa","originalLanguage":"eng","defaultSeasonType":1,"isOrderRandomized":false,"lastUpdated":"2024-06-15 01:41:29","averageRuntime":24,"episodes":[],"overview":"A mockumentary on a group of typical office workers, where the workday consists of ego clashes, inappropriate behavior, and tedium.\r\n","year":"2005"},"links":{"prev":null,"self":"https://api4.thetvdb.com/v4/series/73244/episodes/altdvd/eng?page=0","next":null,"total_items":0,"page_size":500}}
clee commented 1 day ago

Went to go file this myself, but it's already filed! Thanks @rednoah.