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

[FR] Ability to specify language in /series/{id}/extended #344

Open MrDini123 opened 1 month ago

MrDini123 commented 1 month ago

Hi,

I believe localization is an important factor for most TVDB API utilizers. It's nice that we already have meta=translations, but that returns both the titles and overviews for every single language. This can be quite large, which slows down our client apps a little, but more importantly puts pressure on your servers.

It would be great if you could specify a language either as a query or path parameter which could control the primary name and overview keys instead.