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.
Ne najdete filma ali serije? Prijavite se, da ga/jo ustvarite.
Want to rate or add this item to a list?
Not a member?
ticao2 🇧🇷 pt-BR je odgovoril
dne februar 17, 2025 ob 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 je odgovoril
dne februar 18, 2025 ob 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.