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?
Nevari atrast filmu vai TV pārraidi? Jāpiesakās, lai to izveidotu.
Vēlies novērtēt šo vienumu vai pievienot to sarakstam?
Neesi dalībnieks?
Atbilde no ticao2 🇧🇷 pt-BR
on oktobris 23, 2019 at 8:58 AM
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
Atbilde no legend5123
on oktobris 23, 2019 at 1:01 PM
Thank you for your help!
Atbilde no MrRobot1413
on aprīlis 22, 2021 at 2:09 AM
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"}]}
Atbilde no superboy97
on aprīlis 22, 2021 at 3:40 AM
Where do you see a change ? This is the exact same genre list for movies.
Atbilde no visux
on maijs 21, 2022 at 9:21 AM
thanks, this will serve me well
Atbilde no PT 100
on maijs 21, 2022 at 11:39 PM
FYI, I think you misspelled "genre" above.
Atbilde no ticao2 🇧🇷 pt-BR
on maijs 22, 2022 at 8:25 AM
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
Atbilde no swap665
on novembris 26, 2024 at 1:21 PM
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" 😊