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.
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by ticao2 š§š· pt-BR
on February 17, 2025 at 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:
Reply by cullo6
on February 18, 2025 at 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.