Hydra Movies is a streaming service that holds information on thousands of popular movies. The Hydra Movies API gives you access to their entire collection of full movies. Each film returned provides you with the following data: - Movie Title - Movie Release Year - Gen
https://hydramovies.com/api-v2/%3Fsource=http:/hydramovies.com/api-v2
Auth type
none
Auth header
# No auth required
Rate limit
See documentation
Pricing
Enterprise / contact sales
Free quota
None
Documentation
https://hydramovies.com/api-v2/%3Fsource=http:/hydramovies.com/api-v2
Endpoint status
Server online — HTTP 429 — server is online but path returned an error (may require auth)1.58s
(checked Mar 29, 2026)
Builder score
D
35%
builder-friendly
No authentication required
# No auth required
Free — open public API, no authentication required.
| Method | Path | Description |
|---|---|---|
| GET | /current-Movie-Data.csv&imdb_id={IMDBid} |
getMovieByIMDBid |
| GET | /current-Movie-Data.csv&movie_year={MovieYear} |
getMovieByYear |
curl -X GET 'https://hydramovies.com/api-v2/%3Fsource=http:/hydramovies.com/api-v2/current-Movie-Data.csv&imdb_id={IMDBid}' \
-H '# No auth required'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official Hydra Movies documentation.