Soporte de The Movie Database

Hello,

I'm doing a website with the API, and I got all the top rated movies (https://api.themoviedb.org/3/movie/top_rated), it's fine, But I want to put the genres of the movies, and I see that instead of having the names of the genres directly, we have an array of the genres id (example : "genre_ids":[35,18,10749]) I know that I need to use https://api.themoviedb.org/3/genre/movie/list, but is it normal and can someone who already did it, can explain me how to do? Thank you !

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

Jump to last post

Hello,

There are very few different movie genres (far less than 100). So you can build once a cache id/name using https://developers.themoviedb.org/3/genres/get-movie-list. You can use a https://developer.mozilla.org/fr/docs/Web/JavaScript/Reference/Objets_globaux/Map for that.

Then, you use this cache to get genre name from id.

hi, Please post a code sample that does that. Thank you!

¿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 debate

n crear nuevo debate
w cambiar el estado de visualización
p cambiar público/privado
c cambiar cerrar/abrir
a abrir actividad
r responder al debate
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