We currently publish a set of daily ID file exports. These are not intended to be full data exports. Instead, they contain a list of the valid IDs you can find on TMDB and some higher-level attributes that are helpful for filtering items like the adult, video, and popularity values.

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 TypePathName
Movies/p/exportsmovie_ids_MM_DD_YYYY.json.gz
TV Series/p/exportstv_series_ids_MM_DD_YYYY.json.gz
People/p/exportsperson_ids_MM_DD_YYYY.json.gz
Collections/p/exportscollection_ids_MM_DD_YYYY.json.gz
TV Networks/p/exportstv_network_ids_MM_DD_YYYY.json.gz
Keywords/p/exportskeyword_ids_MM_DD_YYYY.json.gz
Production Companies/p/exportsproduction_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:

http://files.tmdb.org/p/exports/movie_ids_05_15_2024.json.gz

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 TypePathName
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/exportsadult_person_ids_MM_DD_YYYY.json.gz

Example

   http://files.tmdb.org/p/exports/adult_movie_ids_05_15_2024.json.gz