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

Docs missing list of valid languages and countries #343

Closed MrDini123 closed 1 month ago

MrDini123 commented 1 month ago

Hi,

The docs mentions that all country codes should be using the 3 letter country code format. I haven't seen a list of languages that you support however. I am not sure if greek is grc or ell for example. It would be nice if this would be documented.

Also if I request some TVDB ID, like 75978 (family guy), I see some codes that are not even 3 char long in the nameTranslations list. Like pt or zhtw. Not a problem, but I would appreciate if I could create an object with all possibilities and a clear mapping in my code.

scampower3 commented 1 month ago

You can check supported languages by hitting the ​/languages endpoint.

MrDini123 commented 1 month ago

Nice one, thanks.