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
Can't find a movie or TV show? Login to create it.
Vil du vurdere eller legge til dette elementet i en liste?
Ikke et medlem?
Svar av tmdb35713910
den 12 Mars 2017 kl. 8:43 PM
What is the reason for using ID in genre_ids? Why can not we use API in a simpler way?
Svar av Travis Bell
den 12 Mars 2017 kl. 9:53 PM
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.