The Movie Database Support

Hi There! I Know i need to get this request: https://developers.themoviedb.org/3/genres/get-movie-list , How i can to show my movies from genres? I want to display my movies also into the genres list

11 replies (on page 1 of 1)

Jump to last post

@JRustam said:

Hi There! I Know i need to get this request: https://developers.themoviedb.org/3/genres/get-movie-list
How i can to show my movies from genres?
I want to display my movies also into the genres list.

I didn't quite understand what you mean by My Movies and Display My Movies. But...

With this API Request that you posted, you receive the list of Genres used in TMDb and the respective IDs.
So, to get a list of movies that have one of the Genres, you need to make a Get / discover / movie Request specifying the Genre ID.
For example Animation = ID 16

https://api.themoviedb.org/3/discover/movie?api_key=THE_KEY&language=en-US&sort_by=primary_release_date.desc&page=1&primary_release_year=2020&with_genres=16

@ticao2 said:

With this API Request that you posted, you receive the list of Genres used in TMDb and the respective IDs.
So, to get a list of movies that have one of the Genres, you need to make a Get / discover / movie Request specifying the Genre ID.
For example Animation = ID 16

https://api.themoviedb.org/3/discover/movie?api_key=THE_KEY&language=en-US&sort_by=primary_release_date.desc&page=1&primary_release_year=2020&with_genres=16

Ok, i understand u. But right know after this request i dont understand how to display list of genres with movie, explain please.

@ticao2 said:

@JRustam said:

Hi There! I Know i need to get this request: https://developers.themoviedb.org/3/genres/get-movie-list
How i can to show my movies from genres?
I want to display my movies also into the genres list.

I didn't quite understand what you mean by My Movies and Display My Movies. But...

With this API Request that you posted, you receive the list of Genres used in TMDb and the respective IDs.
So, to get a list of movies that have one of the Genres, you need to make a Get / discover / movie Request specifying the Genre ID.
For example Animation = ID 16

https://api.themoviedb.org/3/discover/movie?api_key=THE_KEY&language=en-US&sort_by=primary_release_date.desc&page=1&primary_release_year=2020&with_genres=16

I just want to display a list of genres, then the user clicks on the genre and the list of movies comes out.

@JRustam said:
I just want to display a list of genres, then the user clicks on the genre and the list of movies comes out.

Where do you want to see this list of Genres?
On some website? On your website?

@ticao2 said:

@JRustam said:
I just want to display a list of genres, then the user clicks on the genre and the list of movies comes out.

Where do you want to see this list of Genres?
On some website? On your website?

In my application, Android application

@JRustam said:
In my application, Android application

On an Android APP that you bought and installed on your Mobile?
Or on an Android APP that you are programming?

@ticao2 said:

@JRustam said:
In my application, Android application

On an Android APP that you bought and installed on your Mobile?
Or on an Android APP that you are programming?

I am programming

@JRustam said:

@ticao2 said:

@JRustam said:
In my application, Android application

On an Android APP that you bought and installed on your Mobile?
Or on an Android APP that you are programming?

I am programming

Can u explain me please! I want to resolve this problem.

@JRustam said:
I am programming

In this case, when you are a programmer building something, what we can suggest is to visit this page:
https://www.themoviedb.org/documentation/api/wrappers-libraries
It is possible to select the Programming Language.

@ticao2 said:

@JRustam said:
I am programming

In this case, when you are a programmer building something, what we can suggest is to visit this page:
https://www.themoviedb.org/documentation/api/wrappers-libraries
It is possible to select the Programming Language.

Thank u! But i dont need a library. I just want to know how i can get List of genres and if user clicks genre i will show the movies with this genre.

@JRustam said:
Thank u! But i dont need a library. I just want to know how i can get List of genres and if user clicks genre i will show the movies with this genre.

This is a matter of Programming.
So you need the assistance of a programmer, in the programming language you are using.
Usually, Travis Bell who is responsible for programming TMDb, suggests to users and programmers to seek help at Stack Overflow
And I think you might find help by searching https://github.com/
I don't personally know any programmer who works with Android.

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