Reputation: 93
Well I'm using IMDb-api in my app and need to be able to browse movies/series by their genre like this in IMDb website. And I looked into IMDb-API Documentation and they haven't mentioned such a thing in its documentation.
I have already tried https://imdb-api.com/en/API/SearchTitle/{APIKey}/?genres=sci-fi
but this was the response I received:
"Invalid request. See more information at https://imdb-api.com/api#/{lang?}/API/Search/{expression} - Search APIs: Search, SearchTitle, SearchName, SearchEpisode, SearchCompany, SearchKeyword, SearchAll-header"
Upvotes: 1
Views: 673