The Movie Database Support

I'm making a react App that uses the movie API, but I have trouble understanding how to use the genre API to filter out the genre ID?

Is there a specific step-by-step guide for this? I'm very noobish at this.

1 reply (on page 1 of 1)

Jump to last post

Every genre has a corresponding ID.
On this link, using your Key, you can obtain this list of correspondence.
https://developers.themoviedb.org/3/genres/get-movie-list
An API Request for Movies.
Another API Request for TV Show.
If you specify a language-Country, you will receive genres in that language.

So, when an API Request is made using the Gender parameter, what is specified in the Request is the Gender ID, not the Gender word.
So, when a user of your react App requests movies with the Genre Action, your react App will convert Action to 28 and send the API Request with Genre ID 28.

Can't find a movie or TV show? Login to create it.

Global

s focus the search bar
p open profile menu
esc close an open window
? open keyboard shortcut window

On media pages

b go back (or to parent when applicable)
e go to edit page

On TV season pages

(right arrow) go to next season
(left arrow) go to previous season

On TV episode pages

(right arrow) go to next episode
(left arrow) go to previous episode

On all image pages

a open add image window

On all edit pages

t open translation selector
ctrl+ s submit form

On discussion pages

n create new discussion
w toggle watching status
p toggle public/private
c toggle close/open
a open activity
r reply to discussion
l go to last reply
ctrl+ enter submit your message
(right arrow) next page
(left arrow) previous page

Settings

Want to rate or add this item to a list?

Login