I picked up the popular movies and in the JSON there are genre_ids. I want to show the names of the genres there. I had picked up that list of genres. But how do I ensure that the genre_ids change to names?
찾으시는 영화나 TV 프로그램이 없나요? 로그인 하셔서 직접 만들어주세요.
이 항목을 평가하거나 목록에 추가할까요?
회원이 아닌가요?
ticao2 🇧🇷 pt-BR님의 댓글
7월 13, 2020 at 10:48 오전
This is a conversion that must be done on your side, in your programming language.
The answer goes with the genre ID.
And you've already picked up the genre ID equivalence list in your language.
You can even decide which Science Fiction will be Sci-Fi.
Travis Bell님의 댓글
7월 13, 2020 at 7:10 오후
I'll just add that the genre IDs can be pulled in via the genre methods. The IDs will always match their names, these are essentially constants that do not change in TMDb.
tmdb26962476님의 댓글
7월 14, 2020 at 8:26 오전
But how do i get this in code? I use PHP.