Advanced Movie Search
Search for movies via advanced queries like genre, name, etc. And get all their details
1.7k subscribers
9.6/10 popularity
392 ms avg latency
71% success rate
8 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Advanced Movie Search endpoints
| Method | Endpoint | Description |
|---|---|---|
| Search | ||
| GET |
searchMovie /api/search/movie |
Free-text search against TMDB's movie index. Results include image URLs already rewritten to the TMDB CDN. |
| Discover | ||
| GET |
discoverMovie /api/discover/movie |
Returns a popularity-sorted list of movies, optionally filtered by one or more genre IDs. Use `/api/genre/movie/list` to look up valid IDs. |
| Movies | ||
| GET |
getMovieDetails /api/movies/getdetails |
Returns the full TMDB movie record with image-bearing fields rewritten to CDN URLs. The same rewrite applies to `belongs_to_collection.*` and every entry in `production_companies`. |
| Genres | ||
| GET |
listGenres /api/genre/movie/list |
Returns the canonical list of genre IDs and names. Use the IDs as the `with_genres` parameter on `/api/discover/movie`. |
| Other endpoints | ||
| GET |
Genre List /genre/movie/list |
Get list of all available genres |
| GET |
Search by Genre /discover/movie |
Discover movies by Genre |
| GET |
Search by Name /search/movie |
Search a movie by query string |
| GET |
Get Detailed Response /movies/getdetails |
Get detailed response for a movie ID |
Advanced Movie Search pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / second |
|
| PRO | $7.5 / month | — |
|
| ULTRA | Free | — |
|