Evil Dead 2013 Download Hindi File

| Name | Type | Description | |------|------|-------------| | title | string | Free‑text movie title (required). | | lang | string | ISO‑639‑1 language code you care about (e.g., hi for Hindi). | | region | string | Optional ISO‑3166‑1 alpha‑2 country code (default: user's IP location). | | max_price | number | Optional ceiling for subscription/rental price (in USD). |

"query": "Evil Dead (2013)", "results": [ "provider": "Netflix", "url": "https://www.netflix.com/watch/1234567", "price": 0, "currency": "USD", "language_tracks": "audio": ["en", "hi"], "subtitles": ["en", "hi"] , "quality": ["SD", "HD", "4K"], "availability": "start": "2024-01-10", "end": null , "provider": "Amazon Prime Video", "url": "https://www.primevideo.com/detail/0XYZ", "price": 3.99, "currency": "USD", "language_tracks": "audio": ["en"], "subtitles": ["hi"] , "quality": ["HD"], "availability": "start": "2024-01-01", "end": null , "provider": "Hotstar", "url": "https://www.hotstar.com/movie/evil-dead/...", "price": 0, "currency": "INR", "language_tracks": "audio": ["hi"], "subtitles": [] , "quality": ["HD"], "availability": "start": "2024-01-05", "end": null ], "meta": "total_providers": 3, "timestamp": "2026-04-18T10:45:12Z" evil dead 2013 download hindi

<ul v-if="results.length"> <li v-for="r in results" :key="r.provider"> <strong> r.provider </strong> – <a :href="r.url" target="_blank">Watch now</a> – r.price r.currency – <span v-if="r.language_tracks.audio.includes('hi')">Hindi audio</span> <span v-else-if="r.language_tracks.subtitles.includes('hi')">Hindi subtitles</span> <span v-else>No Hindi track</span> </li> </ul> | Name | Type | Description | |------|------|-------------|

res.json( query: title, results: filtered, meta: total_providers: filtered.length, timestamp: new Date().toISOString(), , ); catch (e) console.error(e); res.status(500).json( error: 'Internal server error' ); ); | | max_price | number | Optional ceiling

/** * Main endpoint. */ app.get('/api/v1/movie', async (req, res) => const title, lang = 'en', region = 'IN' = req.query; if (!title) return res.status(400).json( error: 'title parameter required' );

// Replace with your own JustWatch API wrapper or similar service. const JUSTWATCH_API = 'https://api.justwatch.com/content/titles/en_GB/popular'; const TMDB_API_KEY = process.env.TMDB_API_KEY; // for extra metadata

/** * Helper: query JustWatch for a title. */ async function searchJustWatch(title, region = 'IN') [];

We use cookies

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.