Endpoint | Method | Description | Example |
---|---|---|---|
Movie Info v2 | GET | /api/v2/movie/{ImdbId} | Try Example |
Reviews v2 | GET | /api/v2/reviews/{ImdbId}?max_pages=5 | Try Example |
Images v2 | GET | /api/v2/images/{ImdbId}?max_pages=5 | API | Gallery |
Videos List v2 | GET | /api/v2/videos/{ImdbId} | Try Example |
Video URLs v2 | GET | /api/v2/video/{VideoId} | Try Example |
Movies List v2 | GET | /api/v2/movies?after={cursor} | Try Example |
Browse and download movie images
Watch trailers, clips and videos
Read and analyze movie reviews
Pre-cached movie data from our MongoDB database for faster access
Endpoint | Method | Description | Example |
---|---|---|---|
Search by ID | GET | /api/imdbid/{imdbid} | Try Example |
Search by Name | GET | /api/movie/{movie} | Try Example |
Search Images | GET | /api/images/{ImdbId} | Try Example |
Search by Genre | GET | /api/genre/{genre} | - |
This is a demo playground running on a potato server! 🥔
Hosted on paid Heroku (RIP my wallet 💸) - so please be gentle with the requests! 😅
Perfect for testing, learning, and having fun - but please don't try to scrape the entire IMDB database at once!
Built for education, not world domination ✨