How do I pick the categories of a particular film through the json genre_id, see example below, I have a genre_ids array.
What API should I use to capture the Names Categories
genre_ids: [ 28, 12, 14, 878 ]
I'm waiting thank you
¿No encuentras una película o serie? Inicia sesión para crearla:
¿Quieres puntuar o añadir este elemento a una lista?
¿No eres miembro?
Contestado por tmdb35713910
el 12 de marzo de 2017 a las 20:43
What is the reason for using ID in genre_ids? Why can not we use API in a simpler way?
Contestado por Travis Bell
el 12 de marzo de 2017 a las 21:53
Genres are a static piece of data, bring them in once and reference them client side. This way I don't have to worry about translating them or bulking up the request.