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.
Не можете да откриете филм или сериал? Влезте, за да го създадете.
Искате ли да го оцените или добавите към списък?
Нямате профил?
Отговор от ticao2 🇧🇷 pt-BR
на 17 февруари 2025 в 3:41 PM
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
на 18 февруари 2025 в 2:56 AM
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.