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

Need to add translation language on /v4/series/{seriesId}/extended?meta=episodes #278

Open briankitt opened 1 year ago

briankitt commented 1 year ago

I do the above command: https://api4.thetvdb.com/v4/series/{seriesId}/extended?meta=episodes On series 305074 https://thetvdb.com/series/my-hero-academia

I want to get back all of the episodes, and also have it come back in English. I can't figure out a way to get both.

I do realize that this call will give me translations, but then it's missing a lot of information that I want with series. I am using a lot of the information in the 'extended' version of series. I just need it in English

/v4/series/{id}/episodes/{season-type}/{lang}

antheaezzell commented 1 year ago

@briankitt per our developer you should use this endpoint - use this endpoint https://api4.thetvdb.com/v4/series/305074/episodes/default/eng?page=0 the series in question only has 152 episodes so they are all included in the first page.