I was hoping there was going to be some documentation I could find on this. I want my users to able to search by genre type and it is hard to pick out genre types if they aren't listed. For example: genre ID: 1 would relate to Action movies, Genre ID: 2 would relate to Comedy movies. Can anyone point me in the right direction to find this out?
Bir filmi veya diziyi bulamıyor musun? Eklemek için oturum aç.
Bu öğeyi derecelendirmek veya bir listeye eklemek ister misiniz?
Üye değil misin?
ticao2 🇧🇷 pt-BR adlı kullanıcıyı yanıtla
23 k 2019 tarihinde saat 8:58 ÖÖ'da
See here:
Genre IDs
Movies
https://developers.themoviedb.org/3/genres/get-movie-list
https://api.themoviedb.org/3/genre/movie/list?api_key=[MY_KEY]&language=en-US
TV Show
https://developers.themoviedb.org/3/genres/get-tv-list
https://api.themoviedb.org/3/genre/tv/list?api_key=[MY_KEY]&language=en-US
legend5123 adlı kullanıcıyı yanıtla
23 k 2019 tarihinde saat 1:01 ÖS'da
Thank you for your help!
MrRobot1413 adlı kullanıcıyı yanıtla
22 , 2021 tarihinde saat 2:09 ÖÖ'da
looks like it's been changed
{"genres":[{"id":28,"name":"Action"},
{"id":12,"name":"Adventure"},
{"id":16,"name":"Animation"},
{"id":35,"name":"Comedy"},
{"id":80,"name":"Crime"},
{"id":99,"name":"Documentary"},
{"id":18,"name":"Drama"},
{"id":10751,"name":"Family"},
{"id":14,"name":"Fantasy"},
{"id":36,"name":"History"},
{"id":27,"name":"Horror"},
{"id":10402,"name":"Music"},
{"id":9648,"name":"Mystery"},
{"id":10749,"name":"Romance"},
{"id":878,"name":"Science Fiction"},
{"id":10770,"name":"TV Movie"},
{"id":53,"name":"Thriller"},
{"id":10752,"name":"War"},
{"id":37,"name":"Western"}]}
superboy97 adlı kullanıcıyı yanıtla
22 , 2021 tarihinde saat 3:40 ÖÖ'da
Where do you see a change ? This is the exact same genre list for movies.
visux adlı kullanıcıyı yanıtla
21 2022 tarihinde saat 9:21 ÖÖ'da
thanks, this will serve me well
PT 100 adlı kullanıcıyı yanıtla
21 2022 tarihinde saat 11:39 ÖS'da
FYI, I think you misspelled "genre" above.
ticao2 🇧🇷 pt-BR adlı kullanıcıyı yanıtla
22 2022 tarihinde saat 8:25 ÖÖ'da
I didn't translate. Google did the translation. :-)
And keep translating like this.
pt Gênero = en Gender
But I agree, it must be wrong.
I will correct. Thanks
swap665 adlı kullanıcıyı yanıtla
26 " 2024 tarihinde saat 1:21 ÖS'da
const genreId = { 28: "Action", 12: "Adventure", 16: "Animation", 35: "Comedy", 80: "Crime", 99: "Documentary", 18: "Drama", 10751: "Family", 14: "Fantasy", 36: "History", 27: "Horror", 10402: "Music", 9648: "Mystery", 10749: "Romance", 878: "Science Fiction", 10770: "TV Movie", 53: "Thriller", 10752: "War", 37: "Western" };
Thank Me later "REACT DEVELOPERS" 😊