Keyboard Shortcuts
Advanced Search
I do not see an endpoint to GET all movies in your database, can you please explain how to get a list of all movies?
@lbstrobe said: All movies I do not see an endpoint to GET all movies in your database, can you please explain how to get a list of all movies?
I believe that here you will find your answer. https://developer.themoviedb.org/docs/daily-id-exports
Daily File Export Files are generated daily with the valid IDs of each segment. https://developer.themoviedb.org/docs/daily-id-exports In the files are the ID and Original Title or Name of the items. Archives of the day are available daily after 8:00 UTC. See instructions and which segments on this page. https://developers.themoviedb.org/3/getting-started/daily-file-exports Files from the last 90 days are available.
ATTENTION: The date format must be MM_DD_YYYY
Example for March 25, 2023 Movies:
http://files.tmdb.org/p/exports/movie_ids_03_25_2023.json.gz
@lbstrobe said: I do not see an endpoint to GET all movies in your database, can you please explain how to get a list of all movies?
@lbstrobe said:
Hi lbstrobe, probably you are looking for something like this
The query you are asking for contains huge information and is not an API job.
Can't find a movie or TV show? Login to create it.
Login
Sign Up
Want to rate or add this item to a list?
Not a member?
Sign up and join the community
Reply by ticao2 š§š· pt-BR
on June 4, 2023 at 8:37 AM
I believe that here you will find your answer.
https://developer.themoviedb.org/docs/daily-id-exports
Daily File Export
Files are generated daily with the valid IDs of each segment.
https://developer.themoviedb.org/docs/daily-id-exports
In the files are the ID and Original Title or Name of the items.
Archives of the day are available daily after 8:00 UTC.
See instructions and which segments on this page.
https://developers.themoviedb.org/3/getting-started/daily-file-exports
Files from the last 90 days are available.
ATTENTION: The date format must be MM_DD_YYYY
Example for March 25, 2023 Movies:
Reply by LucaZeta
on June 4, 2023 at 8:43 AM
Hi lbstrobe, probably you are looking for something like this
The query you are asking for contains huge information and is not an API job.