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
Un film, une émission télévisée ou un artiste est introuvable ? Connectez-vous afin de créer une nouvelle fiche.
Vous souhaitez évaluer ou ajouter cet élément à une liste ?
Pas encore membre ?
Réponse de tmdb35713910
le 12 mars 2017 à 20h43
What is the reason for using ID in genre_ids? Why can not we use API in a simpler way?
Réponse de Travis Bell
le 12 mars 2017 à 21h53
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.