Soporte de The Movie Database

Hello all, I'm currently learning to code and such. Something I am currently working on is a project to compare 2 different movies. To do so however, I want/need to be able to import first every movie ever and store it in an array in JS. Is there a way to do this with this API? It seems to me that you can only search for specific movies and pull those results but not search for every movie...

Thanks Aji

3 respuestas (en la página 1 de 1)

Jump to last post

Hi,

The only way to download all movies is to iterate through the list of all TMDb movie IDs and for each entry call movie API method. You can use our daily exports of valid TMDb IDs as a starting point. Just don't forget to properly attribute TMDb as the source of your data (you can read more about attribution requirements here and here).

talestalker

Hey Talestalker,

thanks for getting back to me. I Will definitely take into account the attribution requirements. I did an API call following the correct date format to pull data from the 29th (yesterday).

As per the instructions, I understand that every line of the file is itself a JSON. I selected one line and tried to console.log it but when doing so, I get a white question mark symbol with a black background.

I tried using JSON.parse() method (not that I need to though right? Since each line is already a JSON) also but when I do that, I get the following error Uncaught SyntaxError: Unexpected token � in JSON at position 0

Aji

get a white question mark symbol with a black background.

All file texts should be UTF-8 encoded and question marks seem to be replacement for unsupported or incorrectly decoded non-Latin characters. What do you see if you open the export in text editor? This is what I get in my notepad on Windows 10 (look at the movies TMDb ID 30-32).

I tried using JSON.parse() method (not that I need to though right? Since each line is already a JSON) also but when I do that, I get the following error Uncaught SyntaxError: Unexpected token � in JSON at position 0

I can only help you with python, but as I already said the problem is most likely caused by UTF-8 encoding. Try to decode the string first.

¿No encuentras una película o serie? Inicia sesión para crearla:

Global

s centrar la barra de búsqueda
p abrir menú de perfil
esc cierra una ventana abierta
? abrir la ventana de atajos del teclado

En las páginas multimedia

b retrocede (o a padre cuando sea aplicable)
e ir a la página de edición

En las páginas de temporada de televisión

(flecha derecha) ir a la temporada siguiente
(flecha izquierda) ir a la temporada anterior

En las páginas de episodio de televisión

(flecha derecha) ir al episodio siguiente
(flecha izquierda) ir al episodio anterior

En todas las páginas de imágenes

a abrir la ventana de añadir imagen

En todas las páginas de edición

t abrir la sección de traducción
ctrl+ s enviar formulario

En las páginas de discusión

n crear nueva discusión
w cambiar el estado de visualización
p cambiar público/privado
c cambiar cerrar/abrir
a abrir actividad
r responder a la discusión
l ir a la última respuesta
ctrl+ enter enviar tu mensaje
(flecha derecha) página siguiente
(flecha izquierda) página anterior

Configuraciones

¿Quieres puntuar o añadir este elemento a una lista?

Iniciar sesión