The Movie Database Support

Hi, I am using movie/now_playing to get list of movies. In api response I am getting an array of genre ids. How can i get genre names corresponding to those ids. Why is the api sending ids instead of names?

Also, there are no attributes corresponding to cast in the response. Is there any way i can get this?

11 replies (on page 1 of 1)

Jump to last post

Hi harsimran8,

genre_ids are passed in so the responses are lighter and not subject to translations, this keeping it all around quicker and simpler. Most people would have already integrated our genres and probably already have access to those objects in their app. The list of genres can be found here.

We do not return any other fields in any of our "featured list" methods. There is no way to get extra fields aside from making the call to the root item.

Cheers.

Hey, Travis

Thanks for the reply and making it clear. After digging some more into your api docs, i found all the methods that I need. Great job on the api by the way.

Hi, Can You please post the updated link of the genre name for every corresponding genre ids. Previous link is not working

The method you're looking for is this one here.

Cheers.

thanks man. appreciate it :)

but can't understand how to get genre names for a particular movie. what we have to pass in the path to get genre names corresponding to their ids

@jagmeet13 With the master list of genres in hand you can then map the results of a movie. ID 28 is "Action" for example.

But how can I fetch movies by genreId ? fe i have genreId 28, which is Action, so I want to fetch all corresponding movies. Thanks

Discover would be the best way:

https://api.themoviedb.org/3/discover/movie?api_key=###&with_genres=28

Take a look at the documentation, there's over 25 filters and sort options.

Hi, I don't understand how to get the actual genre names to parse from the genre_ids (I'm using jQuery). I'm currently listing the movies now playing with posters and I want to put their genres with, but I get the ids rather than the names ( 'action' for example). I'm quite a newbie at this, so any help appreciated.

As your problem is figuring out how to program using JQuerry, I think you might not find help here in this forum.

First, visit this page and see if any of the links can help you.
https://www.themoviedb.org/documentation/api/wrappers-libraries
Another possibility is to search on https://stackoverflow.com

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