Hello, could you please advise on how I can display the episode release date and episode number, does API support this and if yes, where can I find it. Please check the link with screenshot for the reference - https://imageupload.io/zNzj118nPTJWb2H
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
رد بواسطة superboy97
بتاريخ سبتمبر 23, 2023 في 6:03 صباحا
The API just provide data. The way you display them is up to your application.
رد بواسطة tmdb52788701
بتاريخ سبتمبر 23, 2023 في 7:04 صباحا
does API provide the episode release date and episode number?
رد بواسطة tmdb52788701
بتاريخ سبتمبر 23, 2023 في 7:11 صباحا
I can see only episode number but not the release date in references - https://developer.themoviedb.org/reference/tv-episode-details
رد بواسطة Travis Bell
بتاريخ سبتمبر 23, 2023 في 10:19 صباحا
air_date
would be the field you’re looking for.رد بواسطة tmdb52788701
بتاريخ سبتمبر 28, 2023 في 5:17 صباحا
Sorry for posting this question in the other way but my developer still can't understand one thing in the API doc.
Is there any API calls showing tv shows list that includes episode number and release date?
رد بواسطة superboy97
بتاريخ سبتمبر 28, 2023 في 5:34 صباحا
With the Id of a TV show, you need to call GetTVDetails to get the number of seasons and episodes, and then you can call GetSeasonDetails or GetEpisodeDetails to get the required informations.
رد بواسطة tmdb52788701
بتاريخ أكتوبر 2, 2023 في 12:21 مساءا
my developer tells me that to display the episode release date in the category where the TV shows list has 100+ titles we need to call the API for 100+ times. That can cause to bad performance of app, and in almost case, TMDB will block our API call request because of spam calling. Is it true?
رد بواسطة superboy97
بتاريخ أكتوبر 2, 2023 في 1:21 مساءا
This is the same as if you want to display the title of all the episodes.
But, normally, you display only the list of the shows and you fetch and display data about the episodes only when the user select a specific show.
The first result, if you directly display all the episodes data, without even talking of performance, will be an unreadable display due to the amount of data.