# Hydra Movies **Provider:** Hydra Movies **Category:** entertainment **Base URL:** `https://hydramovies.com/api-v2/%3Fsource=http:/hydramovies.com/api-v2` **Auth:** none — `# No auth required` **Rate Limit:** See documentation **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://hydramovies.com/api-v2/%3Fsource=http:/hydramovies.com/api-v2 ## Description 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 ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://hydramovies.com/api-v2/%3Fsource=http:/hydramovies.com/api-v2/current-Movie-Data.csv&imdb_id={IMDBid}` | getMovieByIMDBid | | GET | `https://hydramovies.com/api-v2/%3Fsource=http:/hydramovies.com/api-v2/current-Movie-Data.csv&movie_year={MovieYear}` | getMovieByYear | ## Authentication No authentication required ``` # No auth required ``` ## Sample Request ```bash 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' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — open public API, no authentication required. --- *Source: [API Map](https://apimap.dev/apis/hydra-movies/) — CC BY 4.0*