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

Episode extended call is missing translation #305

Closed LarryGT closed 11 months ago

LarryGT commented 11 months ago

Hi the call https://api4.thetvdb.com/v4/episodes/9671850/extended does not contain all available translations. Part of the JSON: { "status": "success", "data": { "id": 9671850, "seriesId": 415089, "name": "Everybody Wins", "aired": "2023-04-19", "runtime": 43, "nameTranslations": [ "eng", "spa", "fra" ], "overview": "Ark One tries to broker peace with their adversary but don\u0027t realize it could cost them everything.", "overviewTranslations": [ "eng", "spa", "fra" ],

The translation "deu" is missing. The website shows the missing translation.

grafik

LarryGT commented 11 months ago

The call now provides the correct data