IMDb

FREEMIUM
Verified
By Api Dojo | Updated 10 hours ago | News, Media
Popularity

9.9 / 10

Latency

1,087ms

Service Level

100%

Health Check

N/A

Back to All Discussions

How to get movies by genre

Rapid account: Pnvskp
pnvskp
3 years ago

Hi,

I got the list of endpoints from title/list-popular-genres.

After using a specific endpoint in the list I am getting the response as 404 Not Found.

This is one of the endpoint:
{2 items
"description":“Biography”
“endpoint”:"/chart/popular/genre/biography"
}

I made a get request to
https://imdb8.p.rapidapi.com/title/list-popular-genres/chart/popular/genre/biography and I am getting 404.

Can you please help me with this?

Rapid account: Pnvskp
pnvskp Commented 3 years ago

Okay, got it.

Thanks. for the reply 😃

Rapid account: Apidojo
apidojo Commented 3 years ago

Hello,

You understand it wrong. There is no dynamic endpoint here. All available endpoints are documented in the Endpoints tab. You are interested in the followings :

…/title/list-popular-genres : This endpoint list all values to be used in …/title/get-popular-movies-by-genre

You then pass the received values like this

…/title/get-popular-movies-by-genre?genre=/chart/popular/genre/adventure
…/title/get-popular-movies-by-genre?genre=/chart/popular/genre/biography

There is NO endpoint to get ALL movies by genre. You can only get POPULAR movies by genre.

Regards.

Join in the discussion - add comment below:

Login / Signup to post new comments