Data Structure
These files are not a valid JSON object, but each line is. Most systems, tools, and languages have easy ways of scanning lines in files (skipping and buffering) without having to load the entire file into memory. The assumption here is that you can read every line easily, and you can expect each line to contain a valid JSON object.Availability
All of the exported files are available for download from http://files.tmdb.org. The export job runs every day starting at around 7:00 AM UTC, and all files are available by 8:00 AM UTC. There is currently no authentication on these files since they are not very useful unless you’re a user of our service. Please note that this could change at some point in the future, so if you start having problems accessing these files, check this document for updates.Media Type | Path | Name |
---|---|---|
Movies | /p/exports | movie_ids_MM_DD_YYYY.json.gz |
TV Series | /p/exports | tv_series_ids_MM_DD_YYYY.json.gz |
People | /p/exports | person_ids_MM_DD_YYYY.json.gz |
Collections | /p/exports | collection_ids_MM_DD_YYYY.json.gz |
TV Networks | /p/exports | tv_network_ids_MM_DD_YYYY.json.gz |
Keywords | /p/exports | keyword_ids_MM_DD_YYYY.json.gz |
Production Companies | /p/exports | production_company_ids_MM_DD_YYYY.json.gz |
Example
If you are looking for a list of valid movie IDs, the full download URL for the file published on May 15, 2024, is located here:Adult ID’s
Starting July 5, 2023, we are now also publishing the adult data set. You can find the paths for movies, TV shows and people below.Media Type | Path | Name |
---|---|---|
Movies | /p/exports | adult_movie_ids_MM_DD_YYYY.json.gz |
TV Series | /p/exports | adult_tv_series_ids_MM_DD_YYYY.json.gz |
People | /p/exports | adult_person_ids_MM_DD_YYYY.json.gz |