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?
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by ticao2 π§π· pt-BR
on October 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
Reply by legend5123
on October 23, 2019 at 1:01 PM
Thank you for your help!
Reply by MrRobot1413
on April 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"}]}
Reply by superboy97
on April 22, 2021 at 3:40 AM
Where do you see a change ? This is the exact same genre list for movies.
Reply by visux
on May 21, 2022 at 9:21 AM
thanks, this will serve me well
Reply by PT 100
on May 21, 2022 at 11:39 PM
FYI, I think you misspelled "genre" above.
Reply by ticao2 π§π· pt-BR
on May 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
Reply by swap665
on November 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" π