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.
Es fehlt ein Film oder eine Serie? Logge dich ein zum Ergänzen.
Diesen Eintrag bewerten oder zu einer Liste hinzufügen?
Kein Mitglied?
Antwort von ticao2 🇧🇷 pt-BR
am 17. Februar 2025 um 15: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:
Antwort von cullo6
am 18. Februar 2025 um 02: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.