Hello,
it would be great to have Discover --> Collection endpoint available in the API. Now I need to
3 steps instead of 1 may be 2.
Or at least, would be possible to add new boolean filter "movie_belongs_to_collection" in Discover --> Movie endpoint?
Thanks for your response in advance.
찾으시는 영화나 TV 프로그램이 없나요? 로그인 하셔서 직접 만들어주세요.
이 항목을 평가하거나 목록에 추가할까요?
회원이 아닌가요?
ticao2 🇧🇷 pt-BR님의 댓글
2월 17, 2025 at 3:41 오후
Maybe this will make your job easier.
The list of all valid IDs of all TMDb items. Collection.
https://developer.themoviedb.org/docs/daily-id-exports
In your case, all valid Collection IDs.
http://files.tmdb.org/p/exports/collection_ids_02_16_2025.json.gz
Pay close attention to the date format. MM_DD_YYYY.
Data Example:
cullo6님의 댓글
2월 18, 2025 at 2:56 오전
I need to use Discover endpoint due to availability of filters, sorting options...to be able to create collection catalogs like Popular, New releases, Top rated
It is definitely feasible with ids export + daily collection/movie details calls + sorting.., but it overloads both servers and it isn't that efficient as calling discover endpoint.