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!
140
stars
13
forks
source link
Remoteid search with IMDB ID returns extra (seemingly) random data. #317
I've found a few IMDB IDs for which the /search/remoteid/{remoteId} endpoint returns seemingly unrelated/broken data along with the desired result. It still contains the series that is being searched for so it doesn't cause problems, but since IMDB IDs are supposedly unique (and there aren't even IDs for seasons) it seems like it could be a bug.
The first example returns a season of a different show, the second example returns the second season of the searched-for show, and the third example returns a "ghost" episode of the same show but with null number and null seasonNumber.
I've found a few IMDB IDs for which the
/search/remoteid/{remoteId}
endpoint returns seemingly unrelated/broken data along with the desired result. It still contains the series that is being searched for so it doesn't cause problems, but since IMDB IDs are supposedly unique (and there aren't even IDs for seasons) it seems like it could be a bug.The first example returns a season of a different show, the second example returns the second season of the searched-for show, and the third example returns a "ghost" episode of the same show but with null number and null seasonNumber.
https://api4.thetvdb.com/v4/search/remoteid/tt2661044
:https://api4.thetvdb.com/v4/search/remoteid/tt2531336
:https://api4.thetvdb.com/v4/search/remoteid/tt6903284
: